File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
drivers/gpu/drm/i915/display Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2997,7 +2997,6 @@ static bool i9xx_get_pipe_config(struct intel_crtc *crtc,
2997
2997
pipe_config -> output_format = INTEL_OUTPUT_FORMAT_RGB ;
2998
2998
pipe_config -> sink_format = pipe_config -> output_format ;
2999
2999
pipe_config -> cpu_transcoder = (enum transcoder ) crtc -> pipe ;
3000
- pipe_config -> shared_dpll = NULL ;
3001
3000
3002
3001
ret = false;
3003
3002
@@ -3339,7 +3338,6 @@ static bool ilk_get_pipe_config(struct intel_crtc *crtc,
3339
3338
return false;
3340
3339
3341
3340
pipe_config -> cpu_transcoder = (enum transcoder ) crtc -> pipe ;
3342
- pipe_config -> shared_dpll = NULL ;
3343
3341
3344
3342
ret = false;
3345
3343
tmp = intel_de_read (display ,
@@ -3906,8 +3904,6 @@ static bool hsw_get_pipe_config(struct intel_crtc *crtc,
3906
3904
POWER_DOMAIN_PIPE (crtc -> pipe )))
3907
3905
return false;
3908
3906
3909
- pipe_config -> shared_dpll = NULL ;
3910
-
3911
3907
active = hsw_get_transcoder_state (crtc , pipe_config , & crtc -> hw_readout_power_domains );
3912
3908
3913
3909
if ((display -> platform .geminilake || display -> platform .broxton ) &&
You can’t perform that action at this time.
0 commit comments