dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	airlied@gmail.com
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [pull] amdgpu and ttm drm-fixes-4.15
Date: Wed,  6 Dec 2017 11:59:26 -0500	[thread overview]
Message-ID: <20171206165926.2758-1-alexander.deucher@amd.com> (raw)

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(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2017-12-06 16:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-06 16:59 Alex Deucher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-12-14 19:07 [pull] amdgpu and ttm drm-fixes-4.15 Alex Deucher
2018-01-03 19:23 Alex Deucher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171206165926.2758-1-alexander.deucher@amd.com \
    --to=alexdeucher@gmail.com \
    --cc=airlied@gmail.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox