summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_gt_ccs_mode.c
diff options
context:
space:
mode:
authorMichal Wajdeczko <michal.wajdeczko@intel.com>2024-05-20 20:18:13 +0200
committerMichal Wajdeczko <michal.wajdeczko@intel.com>2024-05-22 12:11:26 +0200
commit26a22952c8551763f3ecc3251e3d8d213dc08aa4 (patch)
treef44cb6424897e90a4d087e3278bf1f5f1e55fa17 /drivers/gpu/drm/xe/xe_gt_ccs_mode.c
parent31a278b5a11e6785db7f4976419d2b284591720e (diff)
downloadlwn-26a22952c8551763f3ecc3251e3d8d213dc08aa4.tar.gz
lwn-26a22952c8551763f3ecc3251e3d8d213dc08aa4.zip
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
Diffstat (limited to 'drivers/gpu/drm/xe/xe_gt_ccs_mode.c')
-rw-r--r--drivers/gpu/drm/xe/xe_gt_ccs_mode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/xe_gt_ccs_mode.c b/drivers/gpu/drm/xe/xe_gt_ccs_mode.c
index c36218f4f6c8..167e041e51d2 100644
--- a/drivers/gpu/drm/xe/xe_gt_ccs_mode.c
+++ b/drivers/gpu/drm/xe/xe_gt_ccs_mode.c
@@ -9,6 +9,7 @@
#include "xe_assert.h"
#include "xe_gt.h"
#include "xe_gt_ccs_mode.h"
+#include "xe_gt_printk.h"
#include "xe_gt_sysfs.h"
#include "xe_mmio.h"