All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: jani.nikula@intel.com, ville.syrjala@linux.intel.com
Subject: [PATCH i-g-t 0/8] lib/igt_kms: pipe vs CRTC index cleanups
Date: Tue, 27 Jan 2026 13:55:57 +0200	[thread overview]
Message-ID: <cover.1769514879.git.jani.nikula@intel.com> (raw)

Some manual CRTC index vs pipe cleanups to complement Ville's coccinelle
changes.

Superceeds [1].

BR,
Jani.


[1] https://lore.kernel.org/r/cover.1768906414.git.jani.nikula@intel.com

Jani Nikula (8):
  lib/igt_kms: Drop the ioctl fallback for CRTC id to pipe mapping
  lib/igt_kms: Remove kmstest_pipe_to_index()
  tests/kms_setmode: drop redundant drmModeGetCrtc() call
  tests/kms_setmode: use CRTC index instead of pipe for
    intel_drrs_disable()
  tests/kms_setmode: use __intel_get_pipe_from_crtc_index() directly
  lib/igt_kms: Always return CRTC index from
    kmstest_get_pipe_from_crtc_id()
  lib/igt_debugfs: rename igt_debugfs_pipe_dir() to
    igt_debugfs_crtc_dir()
  lib/i915/drrs: switch the interface from pipe to CRTC index

 lib/i915/intel_drrs.c                  | 36 ++++++------
 lib/i915/intel_drrs.h                  |  8 +--
 lib/i915/intel_fbc.c                   |  4 +-
 lib/igt_debugfs.c                      | 10 ++--
 lib/igt_debugfs.h                      |  4 +-
 lib/igt_kms.c                          | 77 ++++++--------------------
 lib/igt_kms.h                          |  4 +-
 tests/intel/kms_fbcon_fbt.c            |  6 +-
 tests/intel/kms_frontbuffer_tracking.c |  2 +-
 tests/kms_async_flips.c                | 10 ++--
 tests/kms_setmode.c                    | 14 ++---
 tests/nouveau_crc.c                    |  2 +-
 12 files changed, 66 insertions(+), 111 deletions(-)

-- 
2.47.3


             reply	other threads:[~2026-01-27 11:56 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-27 11:55 Jani Nikula [this message]
2026-01-27 11:55 ` [PATCH i-g-t 1/8] lib/igt_kms: Drop the ioctl fallback for CRTC id to pipe mapping Jani Nikula
2026-01-28 15:11   ` Ville Syrjälä
2026-01-27 11:55 ` [PATCH i-g-t 2/8] lib/igt_kms: Remove kmstest_pipe_to_index() Jani Nikula
2026-01-27 11:56 ` [PATCH i-g-t 3/8] tests/kms_setmode: drop redundant drmModeGetCrtc() call Jani Nikula
2026-01-27 11:56 ` [PATCH i-g-t 4/8] tests/kms_setmode: use CRTC index instead of pipe for intel_drrs_disable() Jani Nikula
2026-01-27 11:56 ` [PATCH i-g-t 5/8] tests/kms_setmode: use __intel_get_pipe_from_crtc_index() directly Jani Nikula
2026-01-27 11:56 ` [PATCH i-g-t 6/8] lib/igt_kms: Always return CRTC index from kmstest_get_pipe_from_crtc_id() Jani Nikula
2026-01-27 11:56 ` [PATCH i-g-t 7/8] lib/igt_debugfs: rename igt_debugfs_pipe_dir() to igt_debugfs_crtc_dir() Jani Nikula
2026-01-27 11:56 ` [PATCH i-g-t 8/8] lib/i915/drrs: switch the interface from pipe to CRTC index Jani Nikula
2026-01-27 16:47 ` ✓ Xe.CI.BAT: success for lib/igt_kms: pipe vs CRTC index cleanups (rev2) Patchwork
2026-01-27 17:05 ` ✓ i915.CI.BAT: " Patchwork
2026-01-27 21:07 ` ✗ Xe.CI.Full: failure " Patchwork
2026-01-28  2:07 ` ✗ i915.CI.Full: " Patchwork
2026-01-28 15:14 ` [PATCH i-g-t 0/8] lib/igt_kms: pipe vs CRTC index cleanups Ville Syrjälä
2026-01-28 16:47   ` Jani Nikula
2026-01-28 16:52     ` Ville Syrjälä
2026-01-28 16:59       ` Jani Nikula
2026-01-28 17:16         ` Ville Syrjälä

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.1769514879.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.