Hi Dave and Sima, Sorry for the delay on this PR. I had noticed some strange warnings in our CI runs of drm-intel-fixes so, I hold on until I was sure it was not getting caused by any of the patches in this PR. But everything should be good with these 4 small fixes.
Thanks, Rodrigo. drm-intel-fixes-2026-07-17: Couple of display fixes (NV12 for bigjoiner and Watermark clear on plane disable) along with couple of GT selftests fixes. The following changes since commit a13c140cc289c0b7b3770bce5b3ad42ab35074aa: Linux 7.2-rc3 (2026-07-12 14:16:39 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-fixes-2026-07-17 for you to fetch changes up to 612978b83f45bf7018815209db5395d759db6f26: drm/i915/selftests: Fix GT PM sort comparators (2026-07-16 11:27:19 -0400) ---------------------------------------------------------------- Couple of display fixes (NV12 for bigjoiner and Watermark clear on plane disable) along with couple of GT selftests fixes. ---------------------------------------------------------------- Emre Cecanpunar (1): drm/i915/selftests: Fix GT PM sort comparators Pengpeng Hou (1): drm/i915/gt: use correct selftest config symbol Vidya Srinivas (1): drm/i915/display: Fix NV12 ceiling division for bigjoiner case Vinod Govindapillai (1): drm/i915/wm: clear the plane ddb_y entries on plane disable drivers/gpu/drm/i915/display/skl_universal_plane.c | 33 +++++++++------------- drivers/gpu/drm/i915/display/skl_watermark.c | 2 +- drivers/gpu/drm/i915/gt/intel_engine_user.c | 2 +- drivers/gpu/drm/i915/gt/selftest_gt_pm.c | 8 +++--- 4 files changed, 19 insertions(+), 26 deletions(-)
