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

Hi Dave,

A bunch of bug fixes:
- Fix display flickering on some chips at high refresh rates
- suspend/resume fix
- hotplug fix
- a couple of segfault fixes for certain cases

The following changes since commit d51aff16e821a755c242e14168f5d4601199eafd:

  Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixes (2017-05-20 06:00:49 +1000)

are available in the git repository at:

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

for you to fetch changes up to b62ce397675502325d4282924bf70cfb6a005c3a:

  drm/amdgpu: fix null point error when rmmod amdgpu. (2017-05-25 12:53:25 -0400)

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu/ci: disable mclk switching for high refresh rates (v2)
      drm/radeon/ci: disable mclk switching for high refresh rates (v2)
      drm/amd/powerplay/smu7: add vblank check for mclk switching (v2)
      drm/amd/powerplay/smu7: disable mclk switching for high refresh rates

Christian König (1):
      drm/amdgpu: fix fundamental suspend/resume issue

Chunming Zhou (1):
      drm/amdgpu: fix NULL pointer panic of emit_gds_switch

Dan Carpenter (1):
      drm/amd/powerplay: fix a signedness bugs

Lyude (1):
      drm/radeon: Unbreak HPD handling for r600+

Rex Zhu (1):
      drm/amdgpu: fix null point error when rmmod amdgpu.

 drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c             |  7 ++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             | 24 ++++++++++++++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h             |  1 +
 drivers/gpu/drm/amd/amdgpu/ci_dpm.c                |  6 ++++
 drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c              | 15 ++--------
 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c              | 15 ++--------
 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c              | 15 ++--------
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              | 16 ++---------
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c   | 32 +++++++++++++++++++---
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c |  2 +-
 drivers/gpu/drm/radeon/ci_dpm.c                    |  6 ++++
 drivers/gpu/drm/radeon/cik.c                       |  4 +--
 drivers/gpu/drm/radeon/evergreen.c                 |  4 +--
 drivers/gpu/drm/radeon/r600.c                      |  2 +-
 drivers/gpu/drm/radeon/si.c                        |  4 +--
 15 files changed, 85 insertions(+), 68 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] radeon and amdgpu drm-fixes-4.12
@ 2017-06-20 17:25 Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2017-06-20 17:25 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Alex Deucher

Hi Dave,

A few fixes for 4.12:
- Add a new Polaris12 pci id
- A stack corruption fix
- Suspend/resume fix
- PX fix
- Display flickering fix

The following changes since commit 7119dbdf7c52042acb1b02f116fa3257e97659ea:

  Merge tag 'drm-intel-fixes-2017-06-15' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes (2017-06-16 10:01:52 +1000)

are available in the git repository at:

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

for you to fetch changes up to acfd6ee4fa7ebeee75511825fe02be3f7ac1d668:

  drm/radeon: add a quirk for Toshiba Satellite L20-183 (2017-06-20 12:06:51 -0400)

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGating
      drm/amdgpu: adjust default display clock
      drm/radeon: add a PX quirk for another K53TK variant
      drm/radeon: add a quirk for Toshiba Satellite L20-183

Junshan Fang (1):
      drm/amdgpu: add Polaris12 DID

 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c | 4 ++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c      | 1 +
 drivers/gpu/drm/amd/amdgpu/atombios_crtc.c   | 4 ++--
 drivers/gpu/drm/radeon/radeon_combios.c      | 7 +++++++
 drivers/gpu/drm/radeon/radeon_device.c       | 4 ++++
 5 files changed, 18 insertions(+), 2 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] radeon and amdgpu drm-fixes-4.12
@ 2017-06-14 20:55 Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2017-06-14 20:55 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Alex Deucher

Hi Dave,

A few fixes for 4.12:
- fix a UVD regression on SI
- fix overflow in watermark calcs on large modes

The following changes since commit 6e88007e224ce51969ccf9afeec645146c638816:

  Merge branch 'vmwgfx-fixes-4.12' of git://people.freedesktop.org/~thomash/linux into drm-fixes (2017-06-09 13:12:02 +1000)

are available in the git repository at:

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

for you to fetch changes up to 55f61a040e1b1ea0ba962e53ae341b4c51915bd1:

  drm/radeon: Fix overflow of watermark calcs at > 4k resolutions. (2017-06-14 09:25:58 -0400)

----------------------------------------------------------------
Christian König (1):
      drm/radeon: fix "force the UVD DPB into VRAM as well"

Mario Kleiner (2):
      drm/amdgpu: Fix overflow of watermark calcs at > 4k resolutions.
      drm/radeon: Fix overflow of watermark calcs at > 4k resolutions.

 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 7 +++++--
 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 7 +++++--
 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c  | 7 +++++--
 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c  | 7 +++++--
 drivers/gpu/drm/radeon/cik.c           | 7 +++++--
 drivers/gpu/drm/radeon/evergreen.c     | 7 +++++--
 drivers/gpu/drm/radeon/radeon_uvd.c    | 2 +-
 drivers/gpu/drm/radeon/si.c            | 7 +++++--
 8 files changed, 36 insertions(+), 15 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

end of thread, other threads:[~2017-06-20 17:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-25 17:28 [pull] radeon and amdgpu drm-fixes-4.12 Alex Deucher
2017-06-14 20:55 Alex Deucher
2017-06-20 17:25 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).