mbox series

[git,pull] drm fixes for 5.1-rc4

Message ID CAPM=9txdKn5TUM=CLQgfVfw9v9fwkn+MgfUkVX69uvst=KfxkA@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] drm fixes for 5.1-rc4 | expand

Pull-request

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-04-05

Message

Dave Airlie April 5, 2019, 2:21 a.m. UTC
Hi Linus,

Pretty quiet week, just some amdgpu and i915 fixes.

i915:
- deadlock fix
- gvt fixes

amdgpu:
- PCIE dpm feature fix
- Powerplay fixes

Thanks,
Dave.

drm-fixes-2019-04-05:
drm: i915 and amdgpu fixes
The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

  Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-04-05

for you to fetch changes up to 23b5f422e8f42d9d3b7063c05c839a8b0ff5adf5:

  Merge tag 'drm-intel-fixes-2019-04-04' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2019-04-05
10:45:32 +1000)

----------------------------------------------------------------
drm: i915 and amdgpu fixes

----------------------------------------------------------------
Chengming Gui (1):
      drm/amd/amdgpu: fix PCIe dpm feature issue (v3)

Chris Wilson (2):
      drm/i915: Always backoff after a drm_modeset_lock() deadlock
      drm/i915/gvt: Fix kerneldoc typo for intel_vgpu_emulate_hotplug

Dave Airlie (2):
      Merge branch 'drm-fixes-5.1' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2019-04-04' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Evan Quan (3):
      drm/amd/powerplay: add ECC feature bit
      drm/amd/powerplay: correct data type to avoid overflow
      drm/amd/powerplay: fix possible hang with 3+ 4K monitors

Le Ma (1):
      drm/amdgpu: remove unnecessary rlc reset function on gfx9

Paul Hsieh (1):
      drm/amd/display: VBIOS can't be light up HDMI when restart system

Rodrigo Vivi (1):
      Merge tag 'gvt-fixes-2019-04-04' of
https://github.com/intel/gvt-linux into drm-intel-fixes

Xiong Zhang (1):
      drm/i915/gvt: Correct the calculation of plane size

Yan Zhao (2):
      drm/i915/gvt: do not deliver a workload if its creation fails
      drm/i915/gvt: do not let pin count of shadow mm go negative

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c          |  5 +++++
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c               |  2 --
 drivers/gpu/drm/amd/display/dc/core/dc_link.c       |  6 ++++++
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c  | 20 ++++++++++++++++++--
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.h  |  1 +
 drivers/gpu/drm/amd/powerplay/inc/smu11_driver_if.h |  5 +++--
 drivers/gpu/drm/i915/gvt/display.c                  |  2 +-
 drivers/gpu/drm/i915/gvt/dmabuf.c                   |  8 ++------
 drivers/gpu/drm/i915/gvt/gtt.c                      |  2 +-
 drivers/gpu/drm/i915/gvt/scheduler.c                |  5 +++--
 drivers/gpu/drm/i915/i915_debugfs.c                 |  5 ++++-
 11 files changed, 44 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org April 5, 2019, 5:05 a.m. UTC | #1
The pull request you sent on Fri, 5 Apr 2019 12:21:09 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-04-05

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ea2cec24c8d429ee6f99040e4eb6c7ad627fe777

Thank you!