mbox series

[pull] amdgpu, sched drm-fixes-5.0

Message ID 20190213202958.3336-1-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series [pull] amdgpu, sched drm-fixes-5.0 | expand

Pull-request

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

Message

kernel test robot via dri-devel Feb. 13, 2019, 8:29 p.m. UTC
Hi Dave, Daniel,

A few small fixes for 5.0.

amdgpu:
- Vega20 psp fix
- Add vrr range to debugfs for freesync debugging

sched:
- Scheduler race fix

The following changes since commit 78eb1ca47589f0cd9db2ceb28b60434e8d512131:

  Merge branch 'vmwgfx-fixes-5.0-2' of git://people.freedesktop.org/~thomash/linux into drm-fixes (2019-02-07 10:36:47 +1000)

are available in the Git repository at:

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

for you to fetch changes up to 1d69511e49b0107c0a60ff5ef488f5a2512a50ae:

  drm/amdgpu/psp11: TA firmware is optional (v3) (2019-02-13 09:44:05 -0500)

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/psp11: TA firmware is optional (v3)

Eric Anholt (1):
      drm/sched: Always trace the dependencies we wait on, to fix a race.

Nicholas Kazlauskas (1):
      drm/amd/display: Expose connector VRR range via debugfs

 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  9 +++++--
 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c             | 28 ++++++++++++----------
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c  | 22 ++++++++++++++++-
 drivers/gpu/drm/scheduler/sched_entity.c           |  7 ++----
 4 files changed, 46 insertions(+), 20 deletions(-)