All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] radeon and amdgpu drm-fixes-4.8
@ 2016-09-27 16:58 Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2016-09-27 16:58 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Just a couple of small fixes for 4.8:
- dpm stability fix for some SI parts
- fix a regression in 4.8 on display tear down

The following changes since commit 47a66e45d7a7613322549c2475ea9d809baaf514:

  drm: Only use compat ioctl for addfb2 on X86/IA64 (2016-09-19 17:28:20 +1000)

are available in the git repository at:

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

for you to fetch changes up to 670bb4fd21c966d0d2a59ad4a99bb4889f9a2987:

  drm/radeon/si/dpm: add workaround for for Jet parts (2016-09-27 12:22:29 -0400)

----------------------------------------------------------------
Alex Deucher (1):
      drm/radeon/si/dpm: add workaround for for Jet parts

Grazvydas Ignotas (1):
      drm/amdgpu: disable CRTCs before teardown

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
 drivers/gpu/drm/radeon/si_dpm.c            | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
_______________________________________________
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.8
@ 2016-08-24 18:50 Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2016-08-24 18:50 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

radeon and amdgpu fixes for 4.8.  Nothing major:
- fix a performance regression due to the LRU changes in 4.7
- 32 bit fixes
- fix a PLL regression
- misc bug fixes

The following changes since commit 91d62d9f30206be6f7749a0e6f7fa58c6d70c702:

  Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2016-08-18 12:51:27 +1000)

are available in the git repository at:

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

for you to fetch changes up to 611a1507fe8569ce1adab3abc982ea58ab559fb9:

  drm/amdgpu: skip TV/CV in display parsing (2016-08-24 14:04:38 -0400)

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu: avoid a possible array overflow
      drm/amdgpu: skip TV/CV in display parsing

Christian König (6):
      drm/radeon: only apply the SS fractional workaround to RS[78]80
      drm/radeon: fix radeon_move_blit on 32bit systems
      drm/amdgpu: fix amdgpu_move_blit on 32bit systems
      drm/amdgpu: fix sdma_v2_4_ring_test_ib
      drm/amdgpu: fix timeout value check in amd_sched_job_recovery
      drm/amdgpu: fix lru size grouping v2

 drivers/gpu/drm/amd/amdgpu/amdgpu.h           |  2 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c  | 13 +++++++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c       | 12 ++++++++++--
 drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c        |  2 +-
 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c |  2 +-
 drivers/gpu/drm/radeon/atombios_crtc.c        |  4 +++-
 drivers/gpu/drm/radeon/radeon_ttm.c           |  4 ++--
 7 files changed, 32 insertions(+), 7 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.8
@ 2016-08-10 17:53 Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2016-08-10 17:53 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

A few fixes for 4.8:
- revert temporary workarounds for PX now that the d3cold stuff as landed
- fix bugs in a couple of error paths

The following changes since commit 36e9d08b58f44c3a02974c405ccaaa6ecfaf05b8:

  drm/cirrus: Fix NULL pointer dereference when registering the fbdev (2016-08-09 13:01:47 +1000)

are available in the git repository at:

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

for you to fetch changes up to c2a4c5b75a717db8bbe1c2fad6473063a7d2f930:

  drm/amdgpu: Fix memory trashing if UVD ring test fails (2016-08-10 12:11:48 -0400)

----------------------------------------------------------------
Alex Deucher (2):
      Revert "drm/amdgpu: work around lack of upstream ACPI support for D3cold"
      Revert "drm/radeon: work around lack of upstream ACPI support for D3cold"

Chunming Zhou (1):
      drm/amdgpu: fix vm init error path

Jay Cornwall (1):
      drm/amdgpu: Fix memory trashing if UVD ring test fails

 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 9 ---------
 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c          | 3 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c           | 5 ++++-
 drivers/gpu/drm/radeon/radeon_atpx_handler.c     | 9 ---------
 4 files changed, 6 insertions(+), 20 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:[~2016-09-27 16:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-27 16:58 [pull] radeon and amdgpu drm-fixes-4.8 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2016-08-24 18:50 Alex Deucher
2016-08-10 17:53 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.