drm/xe/uapi: Remove useless max_page_size
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 30 Aug 2023 21:47:15 +0000 (17:47 -0400)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:41:06 +0000 (11:41 -0500)
commit9e6fe003d8c7e35bcd93f0a962b8fdc8889db35b
tree1c9a919bedc446e3df317a9d0c568f66d8bab5f2
parent2793fac1dbe068da5965acd9a78a181b33ad469b
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>
drivers/gpu/drm/xe/xe_query.c
include/uapi/drm/xe_drm.h