summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_dp.c
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2022-09-12 14:18:11 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2022-09-26 17:08:01 +0300
commit8648c6048d4dc4d9294b7e7617c220bf446be0e7 (patch)
tree56c389ca5e28ae77b4c559cbb6509a1043e1a1fd /drivers/gpu/drm/i915/display/intel_dp.c
parent6ac2f04ba1c4a81ff1e205625eaeae1ead152720 (diff)
downloadlinux-8648c6048d4dc4d9294b7e7617c220bf446be0e7.tar.gz
linux-8648c6048d4dc4d9294b7e7617c220bf446be0e7.tar.bz2
linux-8648c6048d4dc4d9294b7e7617c220bf446be0e7.zip
drm/i915: Clean up connector->*_allowed setup
All the connectors are zero initialized so no need to clear the *_allowed flags we don't support. Only leave the ones we want to set. And while at it switch to booleans instead of ints. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220912111814.17466-13-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp.c')
-rw-r--r--drivers/gpu/drm/i915/display/intel_dp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index 0d195f8b190a..ecde1fd41726 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -5411,7 +5411,6 @@ intel_dp_init_connector(struct intel_digital_port *dig_port,
if (!HAS_GMCH(dev_priv))
connector->interlace_allowed = true;
- connector->doublescan_allowed = 0;
intel_connector->polled = DRM_CONNECTOR_POLL_HPD;