public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] include/drm-uapi-experimental: Remove temporary NO_COMPRESSION experimental macros
@ 2026-03-03  6:51 Sanjay Yadav
  2026-03-03  9:46 ` Matthew Auld
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sanjay Yadav @ 2026-03-03  6:51 UTC (permalink / raw)
  To: igt-dev; +Cc: matthew.auld, Pravalika Gurram

Remove the temporary NO_COMPRESSION macros
(DRM_XE_GEM_CREATE_FLAG_NO_COMPRESSION and
DRM_XE_QUERY_CONFIG_FLAG_HAS_NO_COMPRESSION_HINT) from intel_drm_local.h.
These macros are now part of upstream drm-next and provided through
include/drm-uapi/xe_drm.h. They were originally added for early
development and are no longer needed.

Cc: Matthew Auld <matthew.auld@intel.com>
Cc: Pravalika Gurram <pravalika.gurram@intel.com>
Signed-off-by: Sanjay Yadav <sanjay.kumar.yadav@intel.com>
---
 include/drm-uapi-experimental/intel_drm_local.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/drm-uapi-experimental/intel_drm_local.h b/include/drm-uapi-experimental/intel_drm_local.h
index 9949d5350..b48c9e219 100644
--- a/include/drm-uapi-experimental/intel_drm_local.h
+++ b/include/drm-uapi-experimental/intel_drm_local.h
@@ -20,9 +20,6 @@ extern "C" {
  * clean these up when kernel uapi headers are sync'd.
  */
 
-#define DRM_XE_GEM_CREATE_FLAG_NO_COMPRESSION (1 << 3)
-#define DRM_XE_QUERY_CONFIG_FLAG_HAS_NO_COMPRESSION_HINT (1 << 3)
-
 #if defined(__cplusplus)
 }
 #endif
-- 
2.52.0


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

end of thread, other threads:[~2026-03-04 23:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-03  6:51 [PATCH] include/drm-uapi-experimental: Remove temporary NO_COMPRESSION experimental macros Sanjay Yadav
2026-03-03  9:46 ` Matthew Auld
2026-03-04  0:42 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-03-04  0:56 ` ✓ i915.CI.BAT: " Patchwork
2026-03-04 17:37 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-03-04 23:15 ` ✗ i915.CI.Full: " Patchwork

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