2024-01-04 02:30:16

by Dave Airlie

[permalink] [raw]
Subject: [git pull] drm fixes for 6.8

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(-)


2024-01-04 18:50:58

by Linus Torvalds

[permalink] [raw]
Subject: Re: [git pull] drm fixes for 6.8

On Wed, 3 Jan 2024 at 18:30, Dave Airlie <[email protected]> wrote:
>
> 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.

I'm assuming you're just confused about the numbering, and meant 6.7
here and in the subject line.

This seems to be too small of a pull to be an early pull request for
the 6.8 merge window.

Linus

2024-01-04 19:10:53

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [git pull] drm fixes for 6.8

The pull request you sent on Thu, 4 Jan 2024 12:29:55 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2024-01-04

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5939a693dc6e6d6f293681017c70ff60c3723d43

Thank you!

--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

2024-01-04 20:57:38

by Dave Airlie

[permalink] [raw]
Subject: Re: [git pull] drm fixes for 6.8

On Fri, 5 Jan 2024 at 04:50, Linus Torvalds
<[email protected]> wrote:
>
> On Wed, 3 Jan 2024 at 18:30, Dave Airlie <[email protected]> wrote:
> >
> > 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.
>
> I'm assuming you're just confused about the numbering, and meant 6.7
> here and in the subject line.
>
> This seems to be too small of a pull to be an early pull request for
> the 6.8 merge window.

Indeed this is for 6.7 holiday brain hasn't lifted yet, sorry for noise.

Dave.