diff options
author | Jani Nikula <jani.nikula@intel.com> | 2024-01-22 12:14:28 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2024-01-31 14:59:07 +0200 |
commit | 1e5a4dfe3834dae4b97a3b26d6fb9a632667946a (patch) | |
tree | b796f9549fcc2d299f2d9a770aa1d76e99f9e42d /drivers/gpu/drm/xe/xe_pm.c | |
parent | f01ece502af0e8c6ed5af1facbd88fe9a6160a1e (diff) | |
download | lwn-1e5a4dfe3834dae4b97a3b26d6fb9a632667946a.tar.gz lwn-1e5a4dfe3834dae4b97a3b26d6fb9a632667946a.zip |
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
Diffstat (limited to 'drivers/gpu/drm/xe/xe_pm.c')
-rw-r--r-- | drivers/gpu/drm/xe/xe_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_pm.c b/drivers/gpu/drm/xe/xe_pm.c index d5f219796d7e..4d3984ae4ff1 100644 --- a/drivers/gpu/drm/xe/xe_pm.c +++ b/drivers/gpu/drm/xe/xe_pm.c @@ -10,11 +10,11 @@ #include <drm/drm_managed.h> #include <drm/ttm/ttm_placement.h> +#include "display/xe_display.h" #include "xe_bo.h" #include "xe_bo_evict.h" #include "xe_device.h" #include "xe_device_sysfs.h" -#include "xe_display.h" #include "xe_ggtt.h" #include "xe_gt.h" #include "xe_guc.h" |