]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/xe: Include xe_oa_types.h
authorLucas De Marchi <lucas.demarchi@intel.com>
Thu, 14 Nov 2024 15:21:46 +0000 (07:21 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 15 Nov 2024 23:59:50 +0000 (15:59 -0800)
commit043254938d2bb8cade5878a2a6ebf9c7a20afcc9
tree8146540cc49841be21884c8fad39b562cb75df24
parent15cf53ece41748a102f4b5ee26947c2ec059bf95
drm/xe: Include xe_oa_types.h

xe_device_types.h and xe_gt_types.h only need to know about the xe_oa
struct sizes. Include only the _types.h, like done for other components,
and let the full header to be included by the compilation units.

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241114152148.572447-3-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_device.c
drivers/gpu/drm/xe/xe_device_types.h
drivers/gpu/drm/xe/xe_gt_types.h
drivers/gpu/drm/xe/xe_query.c