Skip to content

Commit d17e67d

Browse files
thierryredingairlied
authored andcommitted
drm/vmwgfx: Add back ->detect() and ->fill_modes()
This partially reverts commit d56f57a ("drm/gma500: Move to private save/restore hooks") which removed these lines by mistake. Reported-by: Sebastian Herbszt <herbszt@gmx.de> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Thierry Reding <treding@nvidia.com> Tested-by: Thomas Hellstrom <thellstrom@vmware.com> Tested-by: Sebastian Herbszt <herbszt@gmx.de> Signed-off-by: Dave Airlie <airlied@redhat.com>
1 parent f6cede5 commit d17e67d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,8 @@ static void vmw_sou_connector_destroy(struct drm_connector *connector)
563563

564564
static const struct drm_connector_funcs vmw_sou_connector_funcs = {
565565
.dpms = vmw_du_connector_dpms,
566+
.detect = vmw_du_connector_detect,
567+
.fill_modes = vmw_du_connector_fill_modes,
566568
.set_property = vmw_du_connector_set_property,
567569
.destroy = vmw_sou_connector_destroy,
568570
};

0 commit comments

Comments
 (0)