Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/6] igt: Clean up some Intel platform checks
@ 2024-09-23 20:45 Ville Syrjala
  2024-09-23 20:45 ` [PATCH i-g-t 1/6] tests/gem_ctx_engines: Fix gen6+ check Ville Syrjala
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: Ville Syrjala @ 2024-09-23 20:45 UTC (permalink / raw)
  To: igt-dev

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

I got annoyed by the AT_LEAST_*() stuff. They don't seem
to add anything of value, so just get rid of them.

Side note: intel_display_ver() vs. intel_graphics_ver() seems
like a decent footgun: one gives you the major version only
while the other gives you 'major << 8 | minor'...

Ville Syrjälä (6):
  tests/gem_ctx_engines: Fix gen6+ check
  tests/kms_frontbuffer_tracking: Simplify tiling vs. platform tests
  tests/kms_ccs: Use logical && instead of bitwise &
  tests/xe_ccs: Use logical && instead of bitwise &
  igt: Get rid of AT_LEAST_DISPLAY()
  igt: Get rid of AT_LEAST_GEN()

 lib/gpu_cmds.c                         |  2 +-
 lib/i915/intel_decode.c                |  2 +-
 lib/intel_batchbuffer.c                |  2 +-
 lib/intel_blt.c                        |  4 ++--
 lib/intel_blt.h                        |  2 +-
 lib/intel_bufops.c                     |  8 ++++----
 lib/intel_chipset.h                    | 10 ++++------
 lib/intel_common.c                     |  2 +-
 lib/intel_mocs.c                       |  2 +-
 lib/intel_pat.c                        |  2 +-
 lib/rendercopy_gen9.c                  | 18 +++++++++---------
 tests/intel/gem_ctx_engines.c          |  2 +-
 tests/intel/kms_ccs.c                  | 10 +++++-----
 tests/intel/kms_fbcon_fbt.c            |  2 +-
 tests/intel/kms_frontbuffer_tracking.c | 12 ++++--------
 tests/intel/kms_pm_dc.c                |  2 +-
 tests/intel/perf.c                     |  2 +-
 tests/intel/xe_ccs.c                   | 20 ++++++++++----------
 tests/intel/xe_debugfs.c               |  2 +-
 tests/intel/xe_query.c                 |  2 +-
 20 files changed, 51 insertions(+), 57 deletions(-)

-- 
2.44.2


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-09-26  9:27 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-23 20:45 [PATCH i-g-t 0/6] igt: Clean up some Intel platform checks Ville Syrjala
2024-09-23 20:45 ` [PATCH i-g-t 1/6] tests/gem_ctx_engines: Fix gen6+ check Ville Syrjala
2024-09-23 20:57   ` Lucas De Marchi
2024-09-23 20:45 ` [PATCH i-g-t 2/6] tests/kms_frontbuffer_tracking: Simplify tiling vs. platform tests Ville Syrjala
2024-09-23 20:58   ` Lucas De Marchi
2024-09-23 20:45 ` [PATCH i-g-t 3/6] tests/kms_ccs: Use logical && instead of bitwise & Ville Syrjala
2024-09-23 21:01   ` Lucas De Marchi
2024-09-23 21:32     ` Ville Syrjälä
2024-09-23 20:45 ` [PATCH i-g-t 4/6] tests/xe_ccs: " Ville Syrjala
2024-09-23 21:02   ` Lucas De Marchi
2024-09-24  6:34   ` Zbigniew Kempczyński
2024-09-23 20:45 ` [PATCH i-g-t 5/6] igt: Get rid of AT_LEAST_DISPLAY() Ville Syrjala
2024-09-23 21:02   ` Lucas De Marchi
2024-09-23 20:45 ` [PATCH i-g-t 6/6] igt: Get rid of AT_LEAST_GEN() Ville Syrjala
2024-09-23 21:09   ` Lucas De Marchi
2024-09-25 23:39 ` ✓ CI.xeBAT: success for igt: Clean up some Intel platform checks Patchwork
2024-09-25 23:53 ` ✓ Fi.CI.BAT: " Patchwork
2024-09-26  4:10 ` ✗ CI.xeFULL: failure " Patchwork
2024-09-26  9:27 ` ✗ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox