drm/xe: drop display/ subdir from include directories
authorJani Nikula <jani.nikula@intel.com>
Mon, 22 Jan 2024 10:14:28 +0000 (12:14 +0200)
committerJani Nikula <jani.nikula@intel.com>
Wed, 31 Jan 2024 12:59:07 +0000 (14:59 +0200)
commit1e5a4dfe3834dae4b97a3b26d6fb9a632667946a
treeb796f9549fcc2d299f2d9a770aa1d76e99f9e42d
parentf01ece502af0e8c6ed5af1facbd88fe9a6160a1e
drm/xe: drop display/ subdir from include directories

There are very few places that need to include anything from under
display/. Require the display/ prefix in #include directives, and drop
the subdirectory from the header search path.

Sort the include lists while at it.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240122101428.2683468-2-jani.nikula@intel.com
drivers/gpu/drm/xe/Makefile
drivers/gpu/drm/xe/xe_device.c
drivers/gpu/drm/xe/xe_irq.c
drivers/gpu/drm/xe/xe_pci.c
drivers/gpu/drm/xe/xe_pm.c