mbox series

[PULL] drm-fixes

Message ID YVc94kx7GVHwt+uc@phenom.ffwll.local (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-10-01

Message

Daniel Vetter Oct. 1, 2021, 4:57 p.m. UTC
Hi Linus,

Dave is out on a long w/e, should be back next week. Nothing nefarious,
just a bunch of driver fixes.

Cheers, Daniel

drm-fixes-2021-10-01:
drm fixes for -rc4:

amdgpu, i915, tegra, and one exynos driver fix

Cheers, Daniel

The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:

  Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-10-01

for you to fetch changes up to 78ea81417944fe03f48648eddeb8e8a8e513c4ad:

  Merge tag 'exynos-drm-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes (2021-10-01 18:14:39 +0200)

----------------------------------------------------------------
drm fixes for -rc4:

amdgpu, i915, tegra, and one exynos driver fix

----------------------------------------------------------------
Akira Yokosawa (1):
      drm/i915/guc, docs: Fix pdfdocs build error by removing nested grid

Cai Huoqing (1):
      drm/exynos: Make use of the helper function devm_platform_ioremap_resource()

Charlene Liu (1):
      drm/amd/display: Pass PCI deviceid into DC

Daniel Vetter (3):
      Merge tag 'drm-intel-fixes-2021-09-30' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge tag 'amd-drm-fixes-5.15-2021-09-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'exynos-drm-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes

Dave Airlie (1):
      Merge tag 'drm/tegra/for-5.15-rc3' of ssh://git.freedesktop.org/git/tegra/linux into drm-fixes

Dmitry Osipenko (3):
      drm/tegra: dc: Remove unused variables
      drm/tegra: uapi: Fix wrong mapping end address in case of disabled IOMMU
      gpu/host1x: fence: Make spinlock static

Hawking Zhang (1):
      drm/amdgpu: correct initial cp_hqd_quantum for gfx9

Jani Nikula (1):
      Merge tag 'gvt-fixes-2021-09-18' of https://github.com/intel/gvt-linux into drm-intel-fixes

Josip Pavic (1):
      drm/amd/display: initialize backlight_ramping_override to false

Leslie Shi (1):
      drm/amdgpu: fix gart.bo pin_count leak

Matthew Auld (1):
      drm/i915/request: fix early tracepoints

Praful Swarnakar (1):
      drm/amd/display: Fix Display Flicker on embedded panels

Prike Liang (1):
      drm/amdgpu: force exit gfxoff on sdma resume for rmb s0ix

Simon Ser (1):
      drm/amdgpu: check tiling flags when creating FB on GFX8-

Tejas Upadhyay (1):
      drm/i915: Remove warning from the rps worker

Thierry Reding (1):
      gpu: host1x: Plug potential memory leak

Zhi A Wang (1):
      drm/i915/gvt: fix the usage of ww lock in gvt scheduler.

 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c        | 31 ++++++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  2 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c             |  3 ++-
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |  3 ++-
 drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c             |  8 ++++++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  2 ++
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   | 15 +++++------
 drivers/gpu/drm/exynos/exynos5433_drm_decon.c      |  4 +--
 drivers/gpu/drm/exynos/exynos_drm_dsi.c            |  4 +--
 drivers/gpu/drm/exynos/exynos_drm_fimc.c           |  5 +---
 drivers/gpu/drm/exynos/exynos_drm_fimd.c           |  4 +--
 drivers/gpu/drm/exynos/exynos_drm_g2d.c            |  5 +---
 drivers/gpu/drm/exynos/exynos_drm_gsc.c            |  6 +----
 drivers/gpu/drm/exynos/exynos_drm_rotator.c        |  4 +--
 drivers/gpu/drm/exynos/exynos_drm_scaler.c         |  4 +--
 drivers/gpu/drm/exynos/exynos_hdmi.c               |  4 +--
 drivers/gpu/drm/i915/gt/intel_rps.c                |  2 --
 .../drm/i915/gt/uc/abi/guc_communication_ctb_abi.h | 10 +++----
 .../i915/gt/uc/abi/guc_communication_mmio_abi.h    | 10 +++----
 drivers/gpu/drm/i915/gvt/scheduler.c               |  4 +--
 drivers/gpu/drm/i915/i915_request.c                | 11 ++------
 drivers/gpu/drm/tegra/dc.c                         |  3 ---
 drivers/gpu/drm/tegra/dc.h                         |  6 -----
 drivers/gpu/drm/tegra/uapi.c                       |  2 +-
 drivers/gpu/host1x/fence.c                         |  6 +++--
 25 files changed, 81 insertions(+), 77 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 1, 2021, 5:45 p.m. UTC | #1
The pull request you sent on Fri, 1 Oct 2021 18:57:06 +0200:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-10-01

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

Thank you!