mirror of https://gitee.com/openkylin/linux.git
drm/i915: Convert intel DVO connector to atomic
No properties are supported, so just use the helper and reject everything. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1491815239-10685-6-git-send-email-maarten.lankhorst@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
eadc1db859
commit
9cb9be037c
|
@ -350,7 +350,7 @@ static const struct drm_connector_funcs intel_dvo_connector_funcs = {
|
|||
.early_unregister = intel_connector_unregister,
|
||||
.destroy = intel_dvo_destroy,
|
||||
.fill_modes = drm_helper_probe_single_connector_modes,
|
||||
.atomic_get_property = intel_connector_atomic_get_property,
|
||||
.set_property = drm_atomic_helper_connector_set_property,
|
||||
.atomic_destroy_state = drm_atomic_helper_connector_destroy_state,
|
||||
.atomic_duplicate_state = drm_atomic_helper_connector_duplicate_state,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue