Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v1 0/3] Add check to ensure platform supports compression
@ 2024-03-26  9:54 Akshata Jahagirdar
  2024-03-25 23:57 ` ✗ Fi.CI.BUILD: failure for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Akshata Jahagirdar @ 2024-03-26  9:54 UTC (permalink / raw)
  Cc: igt-dev, zbigniew.kempczynski, Akshata Jahagirdar

Currently, the igt testcases don't have any check to ensure the platform
supports compression (has flat ccs enabled) before running the test.
Add this check by reading the flat_ccs value received from DRM_IOCTL_XE_DEVICE_QUERY 
ioctl and proceed accordingly.

KMD-changes patch: https://patchwork.freedesktop.org/series/131595/
Fixes : VLK-56136

Akshata Jahagirdar (2):
  lib/intel_blt: Add helper function to ensure platform supports
    compression
  tests/xe_ccs: Check if platform supports compression
  drm-uapi/xe_drm: Read flat ccs value from drm_xe_query_config

 include/drm-uapi/xe_drm.h |  3 +++
 lib/intel_blt.c           | 18 ++++++++++++++++++
 lib/intel_blt.h           |  1 +
 tests/intel/xe_ccs.c      |  1 +
 4 files changed, 23 insertions(+)

-- 
2.34.1


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

end of thread, other threads:[~2024-03-26  8:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-26  9:54 [PATCH i-g-t v1 0/3] Add check to ensure platform supports compression Akshata Jahagirdar
2024-03-25 23:57 ` ✗ Fi.CI.BUILD: failure for " Patchwork
2024-03-26  9:54 ` [PATCH i-g-t v1 1/3] drm-uapi/xe_drm: Read flat ccs value from drm_xe_query_config Akshata Jahagirdar
2024-03-26  5:19   ` Zbigniew Kempczyński
2024-03-26  5:29     ` Jahagirdar, Akshata
2024-03-26  6:03       ` Zbigniew Kempczyński
2024-03-26  9:54 ` [PATCH i-g-t v1 2/3] lib/intel_blt: Add helper function to ensure platform supports compression Akshata Jahagirdar
2024-03-26  9:54 ` [PATCH i-g-t v1 3/3] tests/xe_ccs: Check if " Akshata Jahagirdar
2024-03-26  8:36   ` Matthew Auld

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