1. 13 Dec, 2017 9 commits
  2. 12 Dec, 2017 17 commits
  3. 08 Dec, 2017 5 commits
  4. 07 Dec, 2017 6 commits
  5. 06 Dec, 2017 3 commits
    • Dave Airlie's avatar
      Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux into drm-next · 9c606cd4
      Dave Airlie authored
      First feature request for 4.16.  Highlights:
      - RV and Vega header cleanups
      - TTM operation context support
      - 48 bit GPUVM fixes for Vega/RV
      - More smatch fixes
      - ECC support for vega10
      - Resizeable BAR support
      - Multi-display sync support in DC
      - SR-IOV fixes
      - Various scheduler improvements
      - GPU reset fixes and vram lost tracking
      - Clean up DC/powerplay interfaces
      - DCN display fixes
      - Various DC fixes
      
      * 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux: (291 commits)
        drm/radeon: Use drm_fb_helper_lastclose() and _poll_changed()
        drm/amdgpu: Use drm_fb_helper_lastclose() and _poll_changed()
        drm/amd/display: Use drm_fb_helper_poll_changed()
        drm/ttm: swap consecutive allocated pooled pages v4
        drm/amdgpu: fix amdgpu_sync_resv v2
        drm/ttm: swap consecutive allocated cached pages v3
        drm/amd/amdgpu: set gtt size according to system memory size only
        drm/amdgpu: Get rid of dep_sync as a seperate object.
        drm/amdgpu: allow specifying vm_block_size for multi level PDs v2
        drm/amdgpu: move validation of the VM size into the VM code
        drm/amdgpu: allow non pot VM size values
        drm/amdgpu: choose number of VM levels based on VM size
        drm/amdgpu: unify VM size handling of Vega10 with older generation
        drm/amdgpu: fix amdgpu_vm_num_entries
        drm/amdgpu: fix VM PD addr shift
        drm/amdgpu: correct vce4.0 fw config for SRIOV (V2)
        drm/amd/display: Don't call dm_log_to_buffer directly in dc_conn_log
        drm/amd/display: Add dm_logger_append_va API
        drm/ttm: Use a static string instead of an array of char *
        drm/amd/display: remove usage of legacy_cursor_update
        ...
      9c606cd4
    • Noralf Trønnes's avatar
      drm/radeon: Use drm_fb_helper_lastclose() and _poll_changed() · 3997eea5
      Noralf Trønnes authored
      This driver can use drm_fb_helper_lastclose() in its .lastclose function.
      It can also use drm_fb_helper_output_poll_changed() as its
      .output_poll_changed callback.
      
      Cc: Alex Deucher <alexander.deucher@amd.com>
      Cc: "Christian König" <christian.koenig@amd.com>
      Signed-off-by: default avatarNoralf Trønnes <noralf@tronnes.org>
      Acked-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      3997eea5
    • Noralf Trønnes's avatar
      drm/amdgpu: Use drm_fb_helper_lastclose() and _poll_changed() · ab77e02c
      Noralf Trønnes authored
      This driver can use drm_fb_helper_lastclose() in its .lastclose function.
      It can also use drm_fb_helper_output_poll_changed() as its
      .output_poll_changed callback.
      Remove the unused driver implementations.
      
      Cc: Alex Deucher <alexander.deucher@amd.com>
      Cc: "Christian König" <christian.koenig@amd.com>
      Signed-off-by: default avatarNoralf Trønnes <noralf@tronnes.org>
      Acked-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      ab77e02c