Skip to content

Commit cad08fa

Browse files
committed
drm/xe/display: Drop unnecessary xe_gt.h includes
None of the Xe display files work directly with the GT or need anything from xe_gt.h. Drop the unnecessary include. Signed-off-by: Matt Roper <[email protected]> Reviewed-by: Himal Prasad Ghimiray <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent c5f728d commit cad08fa

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

drivers/gpu/drm/xe/display/intel_fbdev_fb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "intel_display_types.h"
99
#include "intel_fbdev_fb.h"
1010
#include "xe_bo.h"
11-
#include "xe_gt.h"
1211
#include "xe_ttm_stolen_mgr.h"
1312
#include "xe_wa.h"
1413

drivers/gpu/drm/xe/display/xe_dsb_buffer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "xe_bo.h"
1010
#include "xe_device.h"
1111
#include "xe_device_types.h"
12-
#include "xe_gt.h"
1312

1413
u32 intel_dsb_buffer_ggtt_offset(struct intel_dsb_buffer *dsb_buf)
1514
{

drivers/gpu/drm/xe/display/xe_fb_pin.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "xe_bo.h"
1313
#include "xe_device.h"
1414
#include "xe_ggtt.h"
15-
#include "xe_gt.h"
1615
#include "xe_pm.h"
1716

1817
static void

drivers/gpu/drm/xe/display/xe_hdcp_gsc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "xe_force_wake.h"
1717
#include "xe_gsc_proxy.h"
1818
#include "xe_gsc_submit.h"
19-
#include "xe_gt.h"
2019
#include "xe_map.h"
2120
#include "xe_pm.h"
2221
#include "xe_uc_fw.h"

0 commit comments

Comments
 (0)