Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] lib/dsc: use intel_display_caps instead of i915_display_capabilities
@ 2025-03-25 13:08 Jani Nikula
  2025-03-25 18:11 ` Anirban, Sk
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Jani Nikula @ 2025-03-25 13:08 UTC (permalink / raw)
  To: igt-dev; +Cc: Jani Nikula, Swati Sharma, Vinod Govindapillai

Turns out we've added two similar files in kernel. Consolidate on
intel_display_caps as the more driver independent name.

Cc: Swati Sharma <swati2.sharma@intel.com>
Cc: Vinod Govindapillai <vinod.govindapillai@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 lib/igt_dsc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/igt_dsc.c b/lib/igt_dsc.c
index 8d259b7344a6..4caad39db7a9 100644
--- a/lib/igt_dsc.c
+++ b/lib/igt_dsc.c
@@ -56,7 +56,7 @@ bool igt_is_dsc_supported_by_source(int drmfd)
 	dir = igt_debugfs_dir(drmfd);
 	igt_assert(dir >= 0);
 
-	res = igt_debugfs_simple_read(dir, "i915_display_capabilities",
+	res = igt_debugfs_simple_read(dir, "intel_display_caps",
 				      buf, sizeof(buf));
 	close(dir);
 
-- 
2.39.5


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

end of thread, other threads:[~2025-04-06 14:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-25 13:08 [PATCH i-g-t] lib/dsc: use intel_display_caps instead of i915_display_capabilities Jani Nikula
2025-03-25 18:11 ` Anirban, Sk
2025-03-26  0:53 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-03-26  1:11 ` ✗ i915.CI.BAT: failure " Patchwork
2025-03-26  9:50   ` Jani Nikula
2025-03-26 10:51     ` Saarinen, Jani
2025-03-26  5:54 ` [PATCH i-g-t] " Sharma, Swati2
2025-03-26  9:26   ` Jani Nikula
2025-03-26  9:30     ` Sharma, Swati2
2025-03-27  7:44       ` Jani Nikula
2025-03-26 12:25 ` ✗ Xe.CI.Full: failure for " Patchwork
2025-03-28  9:43 ` Patchwork
2025-04-06 14:56 ` Patchwork

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