dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [pull] amdgpu and ttm drm-fixes-4.15
@ 2017-12-14 19:07 Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2017-12-14 19:07 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Nothing too major here.  A couple more ttm fixes for huge page and a kiq
fix for amdgpu.

The following changes since commit 90eeb3aa34831ff3d031589c0c24892eb8a07e51:

  Merge tag 'drm-misc-fixes-2017-12-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2017-12-08 08:17:53 +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 0507f438ea19d4280006467ba02956f6a693deca:

  drm/amdgpu: fix MAP_QUEUES paramter (2017-12-12 15:40:11 -0500)

----------------------------------------------------------------
Monk Liu (3):
      drm/ttm: fix incorrect calculate on shrink_pages
      drm/ttm: max_cpages is in unit of native page
      drm/amdgpu: fix MAP_QUEUES paramter

 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 +-
 drivers/gpu/drm/ttm/ttm_page_alloc.c  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [pull] amdgpu and ttm drm-fixes-4.15
@ 2018-01-03 19:23 Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2018-01-03 19:23 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Alex Deucher

Hi Dave,

Just two small fixes for 4.15:
- backport of a DC change which fixes a greenish tint on some RV hw
- properly handle kzalloc fail in ttm

The following changes since commit 03bfd4e19b935adb8be4f7342f13395fb7f11096:

  Merge tag 'drm-intel-fixes-2017-12-22-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2017-12-28 05:20:07 +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 19d859a7205bc59ffc38303eb25ae394f61d21dc:

  drm/ttm: check the return value of kzalloc (2018-01-02 14:54:05 -0500)

----------------------------------------------------------------
Xiongwei Song (1):
      drm/ttm: check the return value of kzalloc

Yue Hin Lau (1):
      drm/amd/display: call set csc_default if enable adjustment is false

 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h          | 2 +-
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c       | 6 ++----
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 2 ++
 drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h               | 2 +-
 drivers/gpu/drm/ttm/ttm_page_alloc.c                      | 2 ++
 5 files changed, 8 insertions(+), 6 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [pull] amdgpu and ttm drm-fixes-4.15
@ 2017-12-06 16:59 Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2017-12-06 16:59 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied; +Cc: Alex Deucher

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-03 19:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-14 19:07 [pull] amdgpu and ttm drm-fixes-4.15 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2018-01-03 19:23 Alex Deucher
2017-12-06 16:59 Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).