]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/xe: Don't rely on indirect includes from xe_mmio.h
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 20 May 2024 18:18:13 +0000 (20:18 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Wed, 22 May 2024 10:11:26 +0000 (12:11 +0200)
commit26a22952c8551763f3ecc3251e3d8d213dc08aa4
treef44cb6424897e90a4d087e3278bf1f5f1e55fa17
parent31a278b5a11e6785db7f4976419d2b284591720e
drm/xe: Don't rely on indirect includes from xe_mmio.h

These compilation units use udelay() or some GT oriented printk
functions without explicitly including proper header files, and
relying on #includes from the xe_mmio.h instead. Fix that.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Francois Dugast <francois.dugast@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240520181814.2392-3-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_device.c
drivers/gpu/drm/xe/xe_gsc.c
drivers/gpu/drm/xe/xe_gt_ccs_mode.c
drivers/gpu/drm/xe/xe_guc_ads.c
drivers/gpu/drm/xe/xe_huc.c
drivers/gpu/drm/xe/xe_mocs.c
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
drivers/gpu/drm/xe/xe_uc_fw.c