summaryrefslogtreecommitdiff
path: root/include/uapi/drm
diff options
context:
space:
mode:
authorRodrigo Vivi <rodrigo.vivi@intel.com>2023-08-31 00:47:15 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 19:41:06 +0300
commit9e6fe003d8c7e35bcd93f0a962b8fdc8889db35b (patch)
tree1c9a919bedc446e3df317a9d0c568f66d8bab5f2 /include/uapi/drm
parent2793fac1dbe068da5965acd9a78a181b33ad469b (diff)
downloadlinux-9e6fe003d8c7e35bcd93f0a962b8fdc8889db35b.tar.xz
drm/xe/uapi: Remove useless max_page_size
The min_page_size is useful information to ensure alignment and it is an API actually in use. However max_page_size doesn't bring any useful information to the userspace hence being not used at all. So, let's remove and only bring it back if that ever gets used. Suggested-by: Thomas Hellström <thomas.hellstrom@linux.intel.com> Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Francois Dugast <francois.dugast@intel.com>
Diffstat (limited to 'include/uapi/drm')
-rw-r--r--include/uapi/drm/xe_drm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h
index 902b5c4f3f5c..00d5cb4ef85e 100644
--- a/include/uapi/drm/xe_drm.h
+++ b/include/uapi/drm/xe_drm.h
@@ -175,10 +175,6 @@ struct drm_xe_query_mem_region {
*/
__u32 min_page_size;
/**
- * @max_page_size: Max page-size in bytes for this region.
- */
- __u32 max_page_size;
- /**
* @total_size: The usable size in bytes for this region.
*/
__u64 total_size;