[git pull] drm fixes for 6.8
Dave Airlie
airlied at gmail.com
Thu Jan 4 02:29:55 UTC 2024
Hi Linus,
These were from over the holiday period, mainly i915, a couple of
qaic, bridge and an mgag200.
I have a set of nouveau fixes that I'll send after this, that might be
too rich for you at this point.
I expect there might also be some more regular fixes before 6.8, but
they should be minor.
Dave.
drm-fixes-2024-01-04:
drm fixes for 6.8
qaic:
- fix GEM import
- add quirk for soc version
bridge:
- parade-ps8640, ti-sn65dsi86: fix aux reads bounds
mgag200:
- fix gamma LUT init
i915:
- Fix bogus DPCD rev usage for DP phy test pattern setup
- Fix handling of MMIO triggered reports in the OA buffer
The following changes since commit 610a9b8f49fbcf1100716370d3b5f6f884a2835a:
Linux 6.7-rc8 (2023-12-31 12:51:25 -0800)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2024-01-04
for you to fetch changes up to faa21f4c20960fee268bdb0fe977ed0edb6685fe:
Merge tag 'drm-misc-fixes-2024-01-03' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2024-01-04
11:18:32 +1000)
----------------------------------------------------------------
drm fixes for 6.8
qaic:
- fix GEM import
- add quirk for soc version
bridge:
- parade-ps8640, ti-sn65dsi86: fix aux reads bounds
mgag200:
- fix gamma LUT init
i915:
- Fix bogus DPCD rev usage for DP phy test pattern setup
- Fix handling of MMIO triggered reports in the OA buffer
----------------------------------------------------------------
Dave Airlie (2):
Merge tag 'drm-intel-fixes-2023-12-28' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Merge tag 'drm-misc-fixes-2024-01-03' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Douglas Anderson (3):
drm/bridge: parade-ps8640: Never store more than msg->size bytes
in AUX xfer
drm/bridge: ti-sn65dsi86: Never store more than msg->size bytes
in AUX xfer
drm/bridge: ps8640: Fix size mismatch warning w/ len
Jeffrey Hugo (1):
accel/qaic: Implement quirk for SOC_HW_VERSION
Jocelyn Falempe (1):
drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SE
Khaled Almahallawy (1):
drm/i915/dp: Fix passing the correct DPCD_REV for
drm_dp_set_phy_test_pattern
Pranjal Ramajor Asha Kanojiya (1):
accel/qaic: Fix GEM import path code
Umesh Nerlige Ramappa (1):
drm/i915/perf: Update handling of MMIO triggered reports
drivers/accel/qaic/mhi_controller.c | 15 +++++++++++-
drivers/accel/qaic/qaic_data.c | 6 ++---
drivers/gpu/drm/bridge/parade-ps8640.c | 7 +++---
drivers/gpu/drm/bridge/ti-sn65dsi86.c | 4 +++-
drivers/gpu/drm/i915/display/intel_dp.c | 2 +-
drivers/gpu/drm/i915/i915_perf.c | 39 ++++++++++++++++++++++++++++----
drivers/gpu/drm/mgag200/mgag200_drv.h | 5 ++++
drivers/gpu/drm/mgag200/mgag200_g200er.c | 5 ++++
drivers/gpu/drm/mgag200/mgag200_g200ev.c | 5 ++++
drivers/gpu/drm/mgag200/mgag200_g200se.c | 5 ++++
drivers/gpu/drm/mgag200/mgag200_mode.c | 10 ++++----
11 files changed, 83 insertions(+), 20 deletions(-)
More information about the dri-devel
mailing list