[Intel-gfx] [PULL] drm-misc-fixes
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Thu Nov 17 18:30:31 UTC 2022
Hi Dave, Daniel,
A few fixes for v6.1-rc6.
Most important one apears to be reverting a change that breaks DP-MST.
drm-misc-fixes-2022-11-17:
drm-misc-fixes for v6.1-rc6:
- Fix error handling in vc4_atomic_commit_tail()
- Set bpc for logictechno panels.
- Fix potential memory leak in drm_dev_init()
- Fix potential null-ptr-deref in drm_vblank_destroy_worker()
- Set lima's clkname corrrectly when regulator is missing.
- Small amdgpu fix to gang submission.
- Revert hiding unregistered connectors from userspace, as it breaks on DP-MST.
- Add workaround for DP++ dual mode adaptors that don't support
i2c subaddressing.
The following changes since commit f352262f727215553879705bacbcb208979f3eff:
drm/panfrost: Split io-pgtable requests properly (2022-11-09 14:17:39 +0000)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2022-11-17
for you to fetch changes up to 5954acbacbd1946b96ce8ee799d309cb0cd3cb9d:
drm/display: Don't assume dual mode adaptors support i2c sub-addressing (2022-11-15 23:31:02 +0200)
----------------------------------------------------------------
drm-misc-fixes for v6.1-rc6:
- Fix error handling in vc4_atomic_commit_tail()
- Set bpc for logictechno panels.
- Fix potential memory leak in drm_dev_init()
- Fix potential null-ptr-deref in drm_vblank_destroy_worker()
- Set lima's clkname corrrectly when regulator is missing.
- Small amdgpu fix to gang submission.
- Revert hiding unregistered connectors from userspace, as it breaks on DP-MST.
- Add workaround for DP++ dual mode adaptors that don't support
i2c subaddressing.
----------------------------------------------------------------
Aishwarya Kothari (1):
drm/panel: simple: set bpc field for logic technologies displays
Christian König (1):
drm/amdgpu: use the last IB as gang leader v2
Erico Nunes (1):
drm/lima: Fix opp clkname setting in case of missing regulator
Gaosheng Cui (1):
drm/vc4: kms: Fix IS_ERR() vs NULL check for vc4_kms
Shang XiaoJing (2):
drm/drv: Fix potential memory leak in drm_dev_init()
drm: Fix potential null-ptr-deref in drm_vblank_destroy_worker()
Simon Rettberg (1):
drm/display: Don't assume dual mode adaptors support i2c sub-addressing
Simon Ser (1):
Revert "drm: hide unregistered connectors from GETCONNECTOR IOCTL"
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 23 ++++++----
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.h | 1 +
drivers/gpu/drm/display/drm_dp_dual_mode_helper.c | 51 +++++++++++++----------
drivers/gpu/drm/drm_drv.c | 2 +-
drivers/gpu/drm/drm_internal.h | 3 +-
drivers/gpu/drm/drm_mode_config.c | 3 --
drivers/gpu/drm/lima/lima_devfreq.c | 15 ++++---
drivers/gpu/drm/panel/panel-simple.c | 2 +
drivers/gpu/drm/vc4/vc4_kms.c | 8 ++--
9 files changed, 64 insertions(+), 44 deletions(-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20221117/d63adcd7/attachment.htm>
More information about the Intel-gfx
mailing list