intel/dev: Remove INTEL_DEVICE_INFO_MMAP_MODE_XD

This is not used and don't make sense as the transient display is
on the GPU side.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34222>
This commit is contained in:
José Roberto de Souza 2025-01-08 11:46:00 -08:00 committed by Marge Bot
parent 62f07b8c63
commit 85ea85dd9a

View file

@ -148,10 +148,6 @@ Enum("intel_device_info_mmap_mode",
[EnumValue("INTEL_DEVICE_INFO_MMAP_MODE_UC", value=0),
EnumValue("INTEL_DEVICE_INFO_MMAP_MODE_WC"),
EnumValue("INTEL_DEVICE_INFO_MMAP_MODE_WB"),
EnumValue("INTEL_DEVICE_INFO_MMAP_MODE_XD",
comment=dedent("""\
Xe2+ only. Only supported in GPU side and used for displayable
buffers."""))
])
Struct("intel_device_info_pat_entry",