File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
drivers/gpu/drm/i915/display Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2085,8 +2085,6 @@ dp_to_lspcon(struct intel_dp *intel_dp)
2085
2085
return & dp_to_dig_port (intel_dp )-> lspcon ;
2086
2086
}
2087
2087
2088
- #define dp_to_i915 (__intel_dp ) to_i915(dp_to_dig_port(__intel_dp)->base.base.dev)
2089
-
2090
2088
static inline struct intel_digital_port *
2091
2089
hdmi_to_dig_port (struct intel_hdmi * intel_hdmi )
2092
2090
{
Original file line number Diff line number Diff line change 90
90
#include "intel_vrr.h"
91
91
#include "intel_crtc_state_dump.h"
92
92
93
+ #define dp_to_i915 (__intel_dp ) to_i915(dp_to_dig_port(__intel_dp)->base.base.dev)
94
+
93
95
/* DP DSC throughput values used for slice count calculations KPixels/s */
94
96
#define DP_DSC_PEAK_PIXEL_RATE 2720000
95
97
#define DP_DSC_MAX_ENC_THROUGHPUT_0 340000
You can’t perform that action at this time.
0 commit comments