All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] drm fixes for v4.12-rc3
@ 2017-05-26  4:33 ` Dave Airlie
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Airlie @ 2017-05-26  4:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: dri-devel, LKML

Hi Linus,

Not a whole lot happening here, a set of amdgpu fixes and one core
deadlock fix, and some misc drivers fixes.

Dave.


The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:

  Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.12-rc3

for you to fetch changes up to bc1f0e04da20473d6fea4444b0cd9ac638a348d5:

  Merge branch 'drm-fixes-4.12' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2017-05-26
11:51:55 +1000)

----------------------------------------------------------------
misc and amdgpu fixes

----------------------------------------------------------------
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

Daniel Vetter (1):
      drm: Fix deadlock retry loop in page_flip_ioctl

Dave Airlie (2):
      Merge tag 'drm-misc-fixes-2017-05-25' of
git://anongit.freedesktop.org/git/drm-misc into drm-fixes
      Merge branch 'drm-fixes-4.12' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

Gabriel Krisman Bertazi (1):
      drm: qxl: Delay entering atomic context during cursor update

Lukas Wunner (1):
      drm/radeon: Fix oops upon driver load on PowerXpress laptops

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

Patrik Jakobsson (1):
      drm/gma500/psb: Actually use VBT mode when it is found

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/drm_plane.c                        |  5 ++--
 drivers/gpu/drm/gma500/psb_intel_lvds.c            | 18 +++++++-----
 drivers/gpu/drm/qxl/qxl_display.c                  |  4 +--
 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/radeon_kms.c                |  2 +-
 drivers/gpu/drm/radeon/si.c                        |  4 +--
 19 files changed, 102 insertions(+), 80 deletions(-)

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

* [git pull] drm fixes for v4.12-rc3
@ 2017-05-26  4:33 ` Dave Airlie
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Airlie @ 2017-05-26  4:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, dri-devel

Hi Linus,

Not a whole lot happening here, a set of amdgpu fixes and one core
deadlock fix, and some misc drivers fixes.

Dave.


The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:

  Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.12-rc3

for you to fetch changes up to bc1f0e04da20473d6fea4444b0cd9ac638a348d5:

  Merge branch 'drm-fixes-4.12' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2017-05-26
11:51:55 +1000)

----------------------------------------------------------------
misc and amdgpu fixes

----------------------------------------------------------------
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

Daniel Vetter (1):
      drm: Fix deadlock retry loop in page_flip_ioctl

Dave Airlie (2):
      Merge tag 'drm-misc-fixes-2017-05-25' of
git://anongit.freedesktop.org/git/drm-misc into drm-fixes
      Merge branch 'drm-fixes-4.12' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

Gabriel Krisman Bertazi (1):
      drm: qxl: Delay entering atomic context during cursor update

Lukas Wunner (1):
      drm/radeon: Fix oops upon driver load on PowerXpress laptops

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

Patrik Jakobsson (1):
      drm/gma500/psb: Actually use VBT mode when it is found

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/drm_plane.c                        |  5 ++--
 drivers/gpu/drm/gma500/psb_intel_lvds.c            | 18 +++++++-----
 drivers/gpu/drm/qxl/qxl_display.c                  |  4 +--
 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/radeon_kms.c                |  2 +-
 drivers/gpu/drm/radeon/si.c                        |  4 +--
 19 files changed, 102 insertions(+), 80 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2017-05-26  4:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-26  4:33 [git pull] drm fixes for v4.12-rc3 Dave Airlie
2017-05-26  4:33 ` Dave Airlie

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.