Merge v5.6-rc1 into drm-misc-fixes
We're based on v5.6, need v5.6-rc1 at least. :) Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
This commit is contained in:
@@ -1346,7 +1346,7 @@ static int tc_connector_get_modes(struct drm_connector *connector)
|
||||
return 0;
|
||||
}
|
||||
|
||||
count = drm_panel_get_modes(tc->panel);
|
||||
count = drm_panel_get_modes(tc->panel, connector);
|
||||
if (count > 0)
|
||||
return count;
|
||||
|
||||
|
Reference in New Issue
Block a user