From: Daniel Vetter <daniel.vetter@ffwll.ch>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: DRI Development <dri-devel@lists.freedesktop.org>,
Dave Airlie <airlied@gmail.com>,
Daniel Vetter <daniel.vetter@ffwll.ch>,
LKML <linux-kernel@vger.kernel.org>
Subject: [PULL] drm-fixes
Date: Fri, 1 Oct 2021 18:57:06 +0200 [thread overview]
Message-ID: <YVc94kx7GVHwt+uc@phenom.ffwll.local> (raw)
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(-)
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
next reply other threads:[~2021-10-01 16:57 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-01 16:57 Daniel Vetter [this message]
2021-10-01 17:45 ` [PULL] drm-fixes pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2024-12-06 21:12 Simona Vetter
2024-12-06 21:39 ` pr-tracker-bot
2023-01-06 23:05 Daniel Vetter
2023-01-06 23:58 ` pr-tracker-bot
2022-09-30 22:19 Daniel Vetter
2022-09-30 23:29 ` pr-tracker-bot
2021-04-16 13:32 Daniel Vetter
2021-04-16 15:15 ` pr-tracker-bot
2021-01-08 15:57 Daniel Vetter
2021-01-08 23:49 ` pr-tracker-bot
2020-03-06 21:08 Daniel Vetter
2020-03-06 22:20 ` pr-tracker-bot
2019-07-26 19:45 Daniel Vetter
2019-07-26 21:40 ` pr-tracker-bot
2019-01-11 23:06 Daniel Vetter
2019-01-12 18:45 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YVc94kx7GVHwt+uc@phenom.ffwll.local \
--to=daniel.vetter@ffwll.ch \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox