From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Dave Airlie <airlied@gmail.com>, Simona Vetter <simona.vetter@ffwll.ch>
Cc: "Jani Nikula" <jani.nikula@linux.intel.com>,
"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
"Tvrtko Ursulin" <tursulin@ursulin.net>,
"Thomas Zimmermann" <tzimmermann@suse.de>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
"Maxime Ripard" <mripard@kernel.org>,
"Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
"Oded Gabbay" <ogabbay@kernel.org>,
"Lucas De Marchi" <lucas.demarchi@intel.com>,
dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
intel-xe@lists.freedesktop.org, dim-tools@lists.freedesktop.org
Subject: Re: [PULL] drm-intel-fixes
Date: Thu, 6 Feb 2025 09:13:40 -0500 [thread overview]
Message-ID: <Z6TDlClHPoVma5ez@intel.com> (raw)
In-Reply-To: <Z6TDHpgI6dnOc0KI@intel.com>
On Thu, Feb 06, 2025 at 09:11:42AM -0500, Rodrigo Vivi wrote:
> Hi Dave and Sima,
>
> Here goes the first i915 fixes towards 6.14.
>
> It looks that our CI was dead for the last round, but I double
> checked locally in both ADL-P and DG2 and everything is working fine.
> In the last round the only addition was the Jani's DP fix, that
> looks correct. So, let's move forward.
I forgot to mention that the most critical patch here seems to
be the Guenter's one, which fixes a build issue that is blocking
a few configuration. I should had propagated that in our -next-fixes
rounds towards -rc1 but I missed that. Sorry!
>
> Thanks,
> Rodrigo.
>
> drm-intel-fixes-2025-02-06:
> - Fix the build error with clamp after WARN_ON on gcc 13.x+ (Guenter)
> - HDCP related fixes (Suraj)
> - PMU fix zero delta busyness issue (Umesh)
> - Fix page cleanup on DMA remap failure (Brian)
> - Drop 64bpp YUV formats from ICL+ SDR planes (Ville)
> - GuC log related fix (Daniele)
> - DisplayPort related fixes (Ankit, Jani)
> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
>
> Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
>
> are available in the Git repository at:
>
> https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-fixes-2025-02-06
>
> for you to fetch changes up to 069504f1fcfa1532e4e221290df428b15bd9d284:
>
> drm/i915/dp: Fix potential infinite loop in 128b/132b SST (2025-02-05 14:42:42 -0500)
>
> ----------------------------------------------------------------
> - Fix the build error with clamp after WARN_ON on gcc 13.x+ (Guenter)
> - HDCP related fixes (Suraj)
> - PMU fix zero delta busyness issue (Umesh)
> - Fix page cleanup on DMA remap failure (Brian)
> - Drop 64bpp YUV formats from ICL+ SDR planes (Ville)
> - GuC log related fix (Daniele)
> - DisplayPort related fixes (Ankit, Jani)
>
> ----------------------------------------------------------------
> Ankit Nautiyal (2):
> drm/i915/dp: fix the Adaptive sync Operation mode for SDP
> drm/i915/dp: Return min bpc supported by source instead of 0
>
> Brian Geffon (1):
> drm/i915: Fix page cleanup on DMA remap failure
>
> Daniele Ceraolo Spurio (1):
> drm/i915/guc: Debug print LRC state entries only if the context is pinned
>
> Guenter Roeck (1):
> drm/i915/backlight: Return immediately when scale() finds invalid parameters
>
> Jani Nikula (2):
> drm/i915/dp: Iterate DSC BPP from high to low on all platforms
> drm/i915/dp: Fix potential infinite loop in 128b/132b SST
>
> Suraj Kandpal (2):
> drm/i915/hdcp: Fix Repeater authentication during topology change
> drm/i915/hdcp: Use correct function to check if encoder is HDMI
>
> Umesh Nerlige Ramappa (1):
> drm/i915/pmu: Fix zero delta busyness issue
>
> Ville Syrjälä (1):
> drm/i915: Drop 64bpp YUV formats from ICL+ SDR planes
>
> drivers/gpu/drm/i915/display/intel_backlight.c | 5 +--
> drivers/gpu/drm/i915/display/intel_dp.c | 12 +++-----
> drivers/gpu/drm/i915/display/intel_dp_mst.c | 4 +++
> drivers/gpu/drm/i915/display/intel_hdcp.c | 15 ++++++++-
> drivers/gpu/drm/i915/display/skl_universal_plane.c | 4 ---
> drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 6 +---
> drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 36 ++++++++++++++++++----
> 7 files changed, 57 insertions(+), 25 deletions(-)
next prev parent reply other threads:[~2025-02-06 14:13 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-06 14:11 [PULL] drm-intel-fixes Rodrigo Vivi
2025-02-06 14:13 ` Rodrigo Vivi [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-20 11:48 Tvrtko Ursulin
2025-08-13 21:43 Tvrtko Ursulin
2025-08-14 16:47 ` Imre Deak
2025-07-24 14:36 Rodrigo Vivi
2025-07-17 15:02 Rodrigo Vivi
2025-07-17 18:25 ` Rodrigo Vivi
2025-07-10 22:32 Rodrigo Vivi
2025-07-11 9:35 ` Simona Vetter
2025-07-03 5:29 Joonas Lahtinen
2025-06-26 6:43 Joonas Lahtinen
2025-06-18 6:42 Joonas Lahtinen
2025-05-09 7:30 Jani Nikula
2025-04-30 9:22 Jani Nikula
2025-04-17 7:04 Jani Nikula
2025-04-09 12:41 Jani Nikula
2025-03-13 16:25 Rodrigo Vivi
2025-03-06 17:52 Rodrigo Vivi
2025-02-27 16:22 Rodrigo Vivi
2025-02-20 17:03 Rodrigo Vivi
2025-02-13 17:23 Rodrigo Vivi
2025-01-15 16:06 Tvrtko Ursulin
2025-01-08 18:18 Tvrtko Ursulin
2024-12-25 13:37 Tvrtko Ursulin
2024-12-18 15:26 Tvrtko Ursulin
2024-12-11 18:04 Tvrtko Ursulin
2024-11-14 7:20 Joonas Lahtinen
2024-10-24 5:59 Joonas Lahtinen
2024-10-17 8:31 Joonas Lahtinen
2024-10-10 7:02 Joonas Lahtinen
2024-10-02 15:25 Joonas Lahtinen
2024-09-12 7:07 Tvrtko Ursulin
2024-09-05 8:16 Tvrtko Ursulin
2024-08-29 7:06 Joonas Lahtinen
2024-08-22 5:40 Joonas Lahtinen
2024-08-08 8:45 Tvrtko Ursulin
[not found] ` <8f7c531a-ecb9-4c30-b4bb-2bdf3056ff34@kernel.org>
[not found] ` <3b87c155-f35d-4812-a4b3-ac5e0bfe0c18@kernel.org>
2024-08-09 7:13 ` Dave Airlie
2024-08-09 8:35 ` Joonas Lahtinen
2024-08-01 6:02 Joonas Lahtinen
2024-07-02 8:28 Jani Nikula
2024-07-04 14:14 ` Daniel Vetter
2024-06-27 8:14 Jani Nikula
2024-06-19 10:45 Jani Nikula
2024-05-30 7:30 Jani Nikula
2024-05-08 19:32 Rodrigo Vivi
2024-04-10 21:51 Rodrigo Vivi
2024-04-04 17:45 Rodrigo Vivi
2024-03-29 1:32 Rodrigo Vivi
2024-03-29 10:23 ` Musial, Ewelina
2024-03-29 13:25 ` Rodrigo Vivi
2024-03-07 8:19 Joonas Lahtinen
2024-03-01 8:14 Joonas Lahtinen
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=Z6TDlClHPoVma5ez@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=airlied@gmail.com \
--cc=dim-tools@lists.freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
--cc=joonas.lahtinen@linux.intel.com \
--cc=lucas.demarchi@intel.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=ogabbay@kernel.org \
--cc=simona.vetter@ffwll.ch \
--cc=thomas.hellstrom@linux.intel.com \
--cc=tursulin@ursulin.net \
--cc=tzimmermann@suse.de \
/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;
as well as URLs for NNTP newsgroup(s).