1. 29 Jul, 2016 30 commits
  2. 28 Jul, 2016 2 commits
  3. 27 Jul, 2016 3 commits
    • Dave Airlie's avatar
      Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-next · 162b20d2
      Dave Airlie authored
      A few more patches for 4.8.  Mostly bug fixes and some prep work
      for iceland powerplay support.  I have a couple polaris patches and
      Edward's misc cleanups that require a merge with Linus'.  I don't know
      if you are planning a merge anytime soon.
      
      [airlied: fixed up endian vs 32-bit change in ppatomctrl]
      
      * 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux: (26 commits)
        drm/amdgpu: comment out unused defaults_bonaire_pro static const structures to fix the build
        drm/amdgpu: temporary comment out unused static const structures to fix the build
        drm/amdgpu: S3 resume fail on Polaris10
        drm/amd/powerplay: add pp_tables_get_response_times function in process pptables
        drm/amd/powerplay: fix the incorrect return value
        drm/amd/powerplay: add atomctrl_get_voltage_evv function in ppatomctrl
        drm/amdgpu: add new definitions into ppsmc.h for iceland
        drm/amd/powerplay: add SMU register macro for future use
        drm/amdgpu: add ucode_start_address into cgs_firmware_info
        drm/amdgpu: no need load microcode at sdma if powerplay is enabled
        drm/amdgpu: rename smumgr to smum for dpm
        drm/amdgpu: disable GFX PG on CZ/BR/ST
        drivers: gpu: drm: amd: powerplay: hwmgr: Remove unused variable
        drm/amdgpu: return -ENOSPC when running out of UVD handles
        drm/amdgpu: trace need_flush in grab_vm as well
        drm/amdgpu: always signal all fences
        drm/amdgpu: check flush fence context instead of same ring v2
        drm/radeon: support backlight control for UNIPHY3
        drm/amdgpu: support backlight control for UNIPHY3
        drm/amdgpu: remove usec timeout loop from IB tests
        ...
      162b20d2
    • Dave Airlie's avatar
      Merge tag 'drm-intel-next-fixes-2016-07-25' of... · c3f8d864
      Dave Airlie authored
      Merge tag 'drm-intel-next-fixes-2016-07-25' of git://anongit.freedesktop.org/drm-intel into drm-next
      
      Bunch of fixes for the 4.8 merge pull, nothing out of the ordinary. All
      suitably marked up with cc: stable where needed.
      
      * tag 'drm-intel-next-fixes-2016-07-25' of git://anongit.freedesktop.org/drm-intel:
        drm/i915/gen9: Add WaInPlaceDecompressionHang
        drm/i915/guc: Revert "drm/i915/guc: enable GuC loading & submission by default"
        drm/i915/bxt: Fix inadvertent CPU snooping due to incorrect MOCS config
        drm/i915/gen9: Clean up MOCS table definitions
        drm/i915: Set legacy properties when using legacy gamma set IOCTL. (v2)
        drm/i915: Enable polling when we don't have hpd
        drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()
        drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init()
        drm/i915/vlv: Make intel_crt_reset() per-encoder
        drm/i915: Unbreak interrupts on pre-gen6
        drm/i915/breadcrumbs: Queue hangcheck before sleeping
      c3f8d864
    • Dave Airlie's avatar
      Merge tag 'topic/drm-misc-2016-07-22' of git://anongit.freedesktop.org/drm-intel into drm-next · 9af07af9
      Dave Airlie authored
      Suddenly everyone shows up with their trivial patch series!
      - piles of if (!ptr) check removals from Markus Elfring
      - more of_node_put fixes from Peter Chen
      - make fbdev support really optional in all drivers (except vmwgfx),
        somehow this fell through the cracks when we did all the hard prep work
        a while ago. Patches from Tobias Jakobi.
      - leftover patches for the connector reg/unreg cleanup (required that I
        backmerged drm-next) from Chris
      - last vgem fence patch from Chris
      - fix up warnings in the new sphinx gpu docs build
      - misc other small bits
      
      * tag 'topic/drm-misc-2016-07-22' of git://anongit.freedesktop.org/drm-intel: (57 commits)
        GPU-DRM-Exynos: Delete an unnecessary check before the function call "vunmap"
        GPU-DRM-sun4i: Delete an unnecessary check before drm_fbdev_cma_hotplug_event()
        drm/atomic: Delete an unnecessary check before drm_property_unreference_blob()
        drm/rockchip: analogix_dp: add missing clk_disable_unprepare() on error
        drm: drm_connector->s/connector_id/index/ for consistency
        drm/virtio: Fix non static symbol warning
        drm/arc: Remove redundant dev_err call in arcpgu_load()
        drm/arc: Fix some sparse warnings
        drm/vgem: Fix non static symbol warning
        drm/doc: Spinx leftovers
        drm/dp-mst: Missing kernel doc
        drm/dp-mst: Remove tx_down_in_progress
        drm/doc: Fix missing kerneldoc for drm_dp_helper.c
        drm: Extract&Document drm_irq.h
        drm/doc: document all the properties in drm_mode_config
        drm/drm-kms.rst: Remove unused drm_fourcc.h include directive
        drm/doc: Add kerneldoc for @index
        drm: Unexport drm_connector_unregister_all()
        drm/sun4i: Remove redundant call to drm_connector_unregister_all()
        drm/ttm: Delete an unnecessary check before the function call "ttm_tt_destroy"
        ...
      9af07af9
  4. 26 Jul, 2016 1 commit
  5. 25 Jul, 2016 4 commits