]> Git Repo - linux.git/commitdiff
drm/vmwgfx: Add back ->detect() and ->fill_modes()
authorThierry Reding <[email protected]>
Mon, 7 Mar 2016 17:06:01 +0000 (18:06 +0100)
committerDave Airlie <[email protected]>
Tue, 8 Mar 2016 00:58:03 +0000 (10:58 +1000)
This partially reverts commit d56f57ac969c ("drm/gma500: Move to private
save/restore hooks") which removed these lines by mistake.

Reported-by: Sebastian Herbszt <[email protected]>
Acked-by: Daniel Vetter <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Tested-by: Thomas Hellstrom <[email protected]>
Tested-by: Sebastian Herbszt <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c

index db082bea8dafd023fa6ad19719f7fadf5ebfcad5..c5a1a08b0449004670b79947e68f0ba7fb8afb50 100644 (file)
@@ -563,6 +563,8 @@ static void vmw_sou_connector_destroy(struct drm_connector *connector)
 
 static const struct drm_connector_funcs vmw_sou_connector_funcs = {
        .dpms = vmw_du_connector_dpms,
+       .detect = vmw_du_connector_detect,
+       .fill_modes = vmw_du_connector_fill_modes,
        .set_property = vmw_du_connector_set_property,
        .destroy = vmw_sou_connector_destroy,
 };
This page took 0.06705 seconds and 4 git commands to generate.