drm/vmwgfx: Add back ->detect() and ->fill_modes()
This partially reverts commit d56f57ac96
("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>
This commit is contained in:
parent
f6cede5b49
commit
d17e67de6e
|
@ -563,6 +563,8 @@ static void vmw_sou_connector_destroy(struct drm_connector *connector)
|
||||||
|
|
||||||
static const struct drm_connector_funcs vmw_sou_connector_funcs = {
|
static const struct drm_connector_funcs vmw_sou_connector_funcs = {
|
||||||
.dpms = vmw_du_connector_dpms,
|
.dpms = vmw_du_connector_dpms,
|
||||||
|
.detect = vmw_du_connector_detect,
|
||||||
|
.fill_modes = vmw_du_connector_fill_modes,
|
||||||
.set_property = vmw_du_connector_set_property,
|
.set_property = vmw_du_connector_set_property,
|
||||||
.destroy = vmw_sou_connector_destroy,
|
.destroy = vmw_sou_connector_destroy,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue