All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: ville.syrjala@linux.intel.com, jani.nikula@intel.com
Subject: [PATCH i-g-t 0/8] CRTC index vs. pipe fixes, drrs/fbc interface cleanups
Date: Fri, 13 Mar 2026 11:31:52 +0200	[thread overview]
Message-ID: <cover.1773394225.git.jani.nikula@intel.com> (raw)

DRRS and FBC interface cleanups, along with a bunch of related CRTC
index and pipe usage confusion fixes.

Jani Nikula (8):
  lib/kms: add and use igt_crtc_debugfs_dir()
  lib/kms: add igt_crtc_for_crtc_index()
  lib/i915/drrs: convert the interface to igt_crtc_t
  Revert "lib/i915/intel_fbc: Add fbc supported check based on wa"
  lib/i915/fbc: make intel_fbc_max_plane_size() static
  lib/i915/fbc: pass display to intel_fbc_plane_size_supported()
  lib/i915/fbc: convert intel_fbc_{enable,disable}() into proper
    functions
  lib/i915/fbc: convert intel_fbc_supported_for_psr_mode() to
    igt_display_t*

 lib/i915/intel_drrs.c                  | 40 +++++++++--------
 lib/i915/intel_drrs.h                  | 10 +++--
 lib/i915/intel_fbc.c                   | 61 +++++++++++---------------
 lib/i915/intel_fbc.h                   | 11 ++---
 lib/igt_kms.c                          | 19 +++++++-
 lib/igt_kms.h                          |  3 ++
 tests/intel/kms_dirtyfb.c              | 16 +++----
 tests/intel/kms_fbc_dirty_rect.c       |  2 +-
 tests/intel/kms_frontbuffer_tracking.c | 16 +++----
 tests/intel/kms_psr.c                  |  4 +-
 tests/intel/kms_psr2_sf.c              |  4 +-
 tests/kms_flip.c                       |  8 +++-
 tests/kms_setmode.c                    |  2 +-
 tests/nouveau_crc.c                    |  4 +-
 14 files changed, 103 insertions(+), 97 deletions(-)

-- 
2.47.3


             reply	other threads:[~2026-03-13  9:32 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-13  9:31 Jani Nikula [this message]
2026-03-13  9:31 ` [PATCH i-g-t 1/8] lib/kms: add and use igt_crtc_debugfs_dir() Jani Nikula
2026-03-13 10:23   ` Ville Syrjälä
2026-03-13  9:31 ` [PATCH i-g-t 2/8] lib/kms: add igt_crtc_for_crtc_index() Jani Nikula
2026-03-13  9:31 ` [PATCH i-g-t 3/8] lib/i915/drrs: convert the interface to igt_crtc_t Jani Nikula
2026-03-13  9:31 ` [PATCH i-g-t 4/8] Revert "lib/i915/intel_fbc: Add fbc supported check based on wa" Jani Nikula
2026-03-13  9:31 ` [PATCH i-g-t 5/8] lib/i915/fbc: make intel_fbc_max_plane_size() static Jani Nikula
2026-03-13  9:31 ` [PATCH i-g-t 6/8] lib/i915/fbc: pass display to intel_fbc_plane_size_supported() Jani Nikula
2026-03-13  9:31 ` [PATCH i-g-t 7/8] lib/i915/fbc: convert intel_fbc_{enable, disable}() into proper functions Jani Nikula
2026-03-13  9:32 ` [PATCH i-g-t 8/8] lib/i915/fbc: convert intel_fbc_supported_for_psr_mode() to igt_display_t* Jani Nikula
2026-03-13 10:28 ` [PATCH i-g-t 0/8] CRTC index vs. pipe fixes, drrs/fbc interface cleanups Ville Syrjälä
2026-03-13 11:28 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-03-13 11:46 ` ✓ i915.CI.BAT: " Patchwork
2026-03-14 11:29 ` ✓ i915.CI.Full: " Patchwork
2026-03-14 13:48 ` ✗ Xe.CI.FULL: failure " Patchwork

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=cover.1773394225.git.jani.nikula@intel.com \
    --to=jani.nikula@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=ville.syrjala@linux.intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.