We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6bd1b commit d5712cdCopy full SHA for d5712cd
drivers/gpu/drm/nouveau/nouveau_connector.c
@@ -967,7 +967,7 @@ nouveau_connector_get_modes(struct drm_connector *connector)
967
/* Determine display colour depth for everything except LVDS now,
968
* DP requires this before mode_valid() is called.
969
*/
970
- if (connector->connector_type != DRM_MODE_CONNECTOR_LVDS && nv_connector->native_mode)
+ if (connector->connector_type != DRM_MODE_CONNECTOR_LVDS)
971
nouveau_connector_detect_depth(connector);
972
973
/* Find the native mode if this is a digital panel, if we didn't
0 commit comments