Skip to content

Commit 6f51260

Browse files
committed
drm/i915: drop intel_display.h include from intel_ddi.h
Use forward declarations instead. Signed-off-by: Jani Nikula <[email protected]> Reviewed-by: Daniel Vetter <[email protected]> Reviewed-by: Imre Deak <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 51707f2 commit 6f51260

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/gpu/drm/i915/display/intel_ddi.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,20 @@
66
#ifndef __INTEL_DDI_H__
77
#define __INTEL_DDI_H__
88

9-
#include "intel_display.h"
109
#include "i915_reg.h"
1110

1211
struct drm_connector_state;
1312
struct drm_i915_private;
13+
struct intel_atomic_state;
1414
struct intel_connector;
1515
struct intel_crtc;
1616
struct intel_crtc_state;
1717
struct intel_dp;
1818
struct intel_dpll_hw_state;
1919
struct intel_encoder;
2020
struct intel_shared_dpll;
21+
enum pipe;
22+
enum port;
2123
enum transcoder;
2224

2325
i915_reg_t dp_tp_ctl_reg(struct intel_encoder *encoder,

0 commit comments

Comments
 (0)