mbox series

[git,pull] drm fixes for 5.2 final

Message ID CAPM=9tz2nw3eu-5HXdA9iaMck34pOL=ZZimrVBStK9WUYKsNAQ@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] drm fixes for 5.2 final | expand

Pull-request

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

Message

Dave Airlie July 5, 2019, 4:59 a.m. UTC
Hi Linus,

I skipped last week because there wasn't much worth doing, this week
got a few more fixes in.

amdgpu:
- default register value change
- runpm regression fix
- fan control fix

i915:
- fix Ironlake regression

panfrost:
- fix a double free

virtio:
- fix a locking bug

imx:
- crtc disable fixes.

Thanks,
Dave.

drm-fixes-2019-07-05-1:
drm imx, i915, amdgpu, panfrost, virtio, etnaviv fixes
The following changes since commit 4b972a01a7da614b4796475f933094751a295a2f:

  Linux 5.2-rc6 (2019-06-22 16:01:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a0b2cf792ac9db7bb73e599e516adfb9dca8e60b:

  Merge tag 'imx-drm-fixes-2019-07-04' of
git://git.pengutronix.de/git/pza/linux into drm-fixes (2019-07-05
14:51:03 +1000)

----------------------------------------------------------------
drm imx, i915, amdgpu, panfrost, virtio, etnaviv fixes

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZE

Boris Brezillon (1):
      drm/panfrost: Fix a double-free error

Chris Wilson (1):
      drm/i915/ringbuffer: EMIT_INVALIDATE *before* switch context

Dave Airlie (5):
      Merge tag 'drm-misc-fixes-2019-06-26' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-fixes-5.2-2019-07-02' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2019-07-03' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge branch 'etnaviv/fixes' of
https://git.pengutronix.de/git/lst/linux into drm-fixes
      Merge tag 'imx-drm-fixes-2019-07-04' of
git://git.pengutronix.de/git/pza/linux into drm-fixes

Evan Quan (1):
      drm/amd/powerplay: use hardware fan control if no powerplay fan table

Gerd Hoffmann (1):
      drm/virtio: move drm_connector_update_edid_property() call

Lucas Stach (1):
      drm/etnaviv: add missing failure path to destroy suballoc

Lyude Paul (1):
      drm/amdgpu: Don't skip display settings in hwmgr_resume()

Robert Beckett (2):
      drm/imx: notify drm core before sending event during crtc disable
      drm/imx: only send event on crtc disable if kept disabled

 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c                 | 19 -------------------
 drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c           |  2 +-
 .../drm/amd/powerplay/hwmgr/process_pptables_v1_0.c   |  4 +++-
 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h             |  1 +
 .../gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c   |  4 ++++
 drivers/gpu/drm/etnaviv/etnaviv_gpu.c                 |  7 +++++--
 drivers/gpu/drm/i915/intel_ringbuffer.c               |  6 +++---
 drivers/gpu/drm/imx/ipuv3-crtc.c                      |  6 +++---
 drivers/gpu/drm/panfrost/panfrost_drv.c               |  2 +-
 drivers/gpu/drm/virtio/virtgpu_vq.c                   |  2 +-
 10 files changed, 22 insertions(+), 31 deletions(-)

Comments

pr-tracker-bot@kernel.org July 5, 2019, 5:25 a.m. UTC | #1
The pull request you sent on Fri, 5 Jul 2019 14:59:26 +1000:

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

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

Thank you!