All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] amdgpu drm-fixes-4.17
@ 2018-05-10 13:41 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2018-05-10 13:41 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Alex Deucher

Hi Dave,

Regression fix for Fiji cards with high TDP.

The following changes since commit 7c2b134110a6af3bfe574efdb23ee04c047dc311:

  Merge branch 'linux-4.17' of git://github.com/skeggsb/linux into drm-fixes (2018-05-10 13:48:52 +1000)

are available in the git repository at:

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

for you to fetch changes up to 7fc6311b174091e3283c28381e58bed3d12b6591:

  drm/amd/pp: Fix performance drop on Fiji (2018-05-10 08:25:22 -0500)

----------------------------------------------------------------
Rex Zhu (1):
      drm/amd/pp: Fix performance drop on Fiji

 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] amdgpu drm-fixes-4.17
@ 2018-05-31 18:44 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2018-05-31 18:44 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Two last minute DC fixes for 4.17.  A fix for underscan on fiji and
a fix for gamma settings getting after dpms.

The following changes since commit 0e333751cff1dd7383be15372960a1be6e2b4e47:

  Merge tag 'drm-misc-fixes-2018-05-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2018-05-31 08:35:47 +1000)

are available in the git repository at:

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

for you to fetch changes up to bc13f2f88eae63af943ab967cb14bb602f8f2eeb:

  drm/amd/display: Update color props when modeset is required (2018-05-31 13:08:26 -0500)

----------------------------------------------------------------
David Francis (1):
      drm/amd/display: Make atomic-check validate underscan changes

Leo (Sunpeng) Li (1):
      drm/amd/display: Update color props when modeset is required

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 31 ++++++++++++++++-------
 1 file changed, 22 insertions(+), 9 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-fixes-4.17
@ 2018-05-29 22:01 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2018-05-29 22:01 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

One last fix for 4.17.  Fix a suspend regression in DC.

The following changes since commit 72777fe79768ec30ac2163d26de68a89edc9849f:

  Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2018-05-11 10:37:17 +1000)

are available in the git repository at:

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

for you to fetch changes up to 20fa2ff0441eabc8e6263b428191228d9599ea9d:

  drm/amd/display: Fix BUG_ON during CRTC atomic check update (2018-05-29 14:22:28 -0500)

----------------------------------------------------------------
Leo (Sunpeng) Li (1):
      drm/amd/display: Fix BUG_ON during CRTC atomic check update

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-fixes-4.17
@ 2018-04-25 16:30 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2018-04-25 16:30 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Alex Deucher

Hi Dave,

A few fixes for 4.17:
- Fix a hang on CZ boards with EDC enabled
- Fix hangs related to DP MST handling
- Fix a deadlock in irq handling in DC

The following changes since commit 221bda4b5f1abfd74159d7bf3703affa62468030:

  Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux into drm-next (2018-04-23 08:54:06 +1000)

are available in the git repository at:

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

for you to fetch changes up to 7ad35721e7d5a5b56a4eddcdd9920c3c1e51ae4c:

  drm/amd/display: Check dc_sink every time in MST hotplug (2018-04-25 10:08:09 -0500)

----------------------------------------------------------------
Harry Wentland (2):
      drm/amd/display: Disallow enabling CRTC without primary plane with FB
      drm/amd/display: Don't read EDID in atomic_check

Jerry (Fangzhi) Zuo (2):
      drm/amd/display: Update MST edid property every time
      drm/amd/display: Check dc_sink every time in MST hotplug

Mikita Lipski (1):
      drm/amd/display: Fix deadlock when flushing irq

Nicolai Hähnle (1):
      drm/amdgpu: set COMPUTE_PGM_RSRC1 for SGPR/VGPR clearing shaders

 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c              |  7 ++-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 10 +++-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c  |  5 +-
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    | 54 +++++++++-------------
 4 files changed, 39 insertions(+), 37 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2018-05-31 18:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-10 13:41 [pull] amdgpu drm-fixes-4.17 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2018-05-31 18:44 Alex Deucher
2018-05-29 22:01 Alex Deucher
2018-04-25 16:30 Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.