[pull] amdgpu and ttm drm-fixes-4.15

Alex Deucher alexdeucher at gmail.com
Wed Dec 6 16:59:26 UTC 2017


Hi Dave,

Fixes for 4.15:
- Add licenses to files that were missing it
- huge page fixes for ttm

The following changes since commit 503505bfea19b7d69e2572297e6defa0f9c2404e:

  Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2017-12-01 09:15:57 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.15

for you to fetch changes up to e60bb46b5754727c7643cc5bb7b005c49f869930:

  drm/ttm: swap consecutive allocated pooled pages v4 (2017-12-06 09:28:31 -0500)

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu: add license to Makefiles
      drm/amdgpu: add license to files where it was missing

Christian König (2):
      drm/ttm: swap consecutive allocated cached pages v3
      drm/ttm: swap consecutive allocated pooled pages v4

Roger He (5):
      drm/ttm: use NUM_PAGES_TO_ALLOC always
      drm/ttm: add page order in page pool
      drm/ttm: add set_pages_wb for handling page order more than zero
      drm/ttm: add page order support in ttm_pages_put
      drm/ttm: roundup the shrink request to prevent skip huge pool

 drivers/gpu/drm/amd/acp/Makefile                   | 21 +++++
 drivers/gpu/drm/amd/amdgpu/Makefile                | 22 ++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c             |  2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h          | 24 +++++-
 drivers/gpu/drm/amd/amdkfd/Makefile                | 22 ++++-
 drivers/gpu/drm/amd/display/Makefile               | 21 +++++
 drivers/gpu/drm/amd/display/amdgpu_dm/Makefile     | 21 +++++
 drivers/gpu/drm/amd/display/dc/Makefile            | 21 +++++
 drivers/gpu/drm/amd/display/dc/basics/Makefile     | 21 +++++
 drivers/gpu/drm/amd/display/dc/bios/Makefile       | 21 +++++
 drivers/gpu/drm/amd/display/dc/calcs/Makefile      | 21 +++++
 drivers/gpu/drm/amd/display/dc/core/dc_debug.c     | 22 +++++
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  2 +-
 drivers/gpu/drm/amd/display/dc/dc_helper.c         | 22 +++++
 drivers/gpu/drm/amd/display/dc/dce/Makefile        | 21 +++++
 drivers/gpu/drm/amd/display/dc/dce100/Makefile     | 21 +++++
 .../drm/amd/display/dc/dce100/dce100_resource.c    |  2 +-
 .../drm/amd/display/dc/dce100/dce100_resource.h    | 23 +++++
 drivers/gpu/drm/amd/display/dc/dce110/Makefile     | 21 +++++
 .../drm/amd/display/dc/dce110/dce110_resource.c    |  2 +-
 .../display/dc/dce110/dce110_timing_generator_v.c  | 23 +++++
 drivers/gpu/drm/amd/display/dc/dce112/Makefile     | 21 +++++
 drivers/gpu/drm/amd/display/dc/dce120/Makefile     | 23 ++++-
 drivers/gpu/drm/amd/display/dc/dce80/Makefile      | 21 +++++
 drivers/gpu/drm/amd/display/dc/dcn10/Makefile      | 21 +++++
 drivers/gpu/drm/amd/display/dc/dml/Makefile        | 21 +++++
 drivers/gpu/drm/amd/display/dc/gpio/Makefile       | 21 +++++
 drivers/gpu/drm/amd/display/dc/i2caux/Makefile     | 21 +++++
 .../gpu/drm/amd/display/dc/inc/hw/link_encoder.h   | 22 +++++
 .../gpu/drm/amd/display/dc/inc/hw/stream_encoder.h | 22 +++++
 drivers/gpu/drm/amd/display/dc/irq/Makefile        | 21 +++++
 drivers/gpu/drm/amd/display/dc/virtual/Makefile    | 21 +++++
 .../gpu/drm/amd/display/modules/freesync/Makefile  | 21 +++++
 drivers/gpu/drm/amd/lib/Makefile                   | 21 +++++
 drivers/gpu/drm/amd/powerplay/Makefile             | 22 ++++-
 drivers/gpu/drm/amd/powerplay/hwmgr/Makefile       | 22 ++++-
 .../gpu/drm/amd/powerplay/hwmgr/pp_overdriver.c    | 24 +++++-
 drivers/gpu/drm/amd/powerplay/inc/smu72.h          | 24 +++++-
 drivers/gpu/drm/amd/powerplay/inc/smu72_discrete.h | 24 +++++-
 drivers/gpu/drm/amd/powerplay/smumgr/Makefile      | 22 ++++-
 drivers/gpu/drm/amd/scheduler/gpu_sched_trace.h    | 24 +++++-
 drivers/gpu/drm/ttm/ttm_page_alloc.c               | 98 ++++++++++++++++------
 42 files changed, 875 insertions(+), 38 deletions(-)


More information about the amd-gfx mailing list