mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-06 18:44:19 +08:00
drm/i915: Drop one more useless master_transcoder assignment
We dropped the other redundant master_transcoder assignments earlier, but this one slipped through. Get rid of it as well. The crtc state gets fully reset before readout so there is no point in doing this. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20201019214337.19330-1-ville.syrjala@linux.intel.com Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
This commit is contained in:
parent
35f0837e06
commit
ba8ef8c0b9
@ -10952,8 +10952,6 @@ static bool hsw_get_pipe_config(struct intel_crtc *crtc,
|
||||
bool active;
|
||||
u32 tmp;
|
||||
|
||||
pipe_config->master_transcoder = INVALID_TRANSCODER;
|
||||
|
||||
if (!intel_display_power_get_in_set_if_enabled(dev_priv, &power_domain_set,
|
||||
POWER_DOMAIN_PIPE(crtc->pipe)))
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user