diff options
| author | Maarten Lankhorst <[email protected]> | 2015-08-05 10:37:06 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2015-08-14 15:50:33 +0000 |
| commit | 4d688a2a15a52225289754627fc3a35f68c125ec (patch) | |
| tree | d682a3437db2b9881d5661feab15cda46bca820a /drivers/gpu/drm/i915/intel_dp_mst.c | |
| parent | drm/i915: Make crtc checking use the atomic state, v2. (diff) | |
| download | kernel-4d688a2a15a52225289754627fc3a35f68c125ec.tar.gz kernel-4d688a2a15a52225289754627fc3a35f68c125ec.zip | |
drm/i915: Get rid of dpms handling.
This is now done completely atomically.
Keep connectors_active for now, but make it mirror crtc_state->active.
Signed-off-by: Maarten Lankhorst <[email protected]>
Reviewed-by: Ander Conselvan de Oliveira <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dp_mst.c')
| -rw-r--r-- | drivers/gpu/drm/i915/intel_dp_mst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_dp_mst.c b/drivers/gpu/drm/i915/intel_dp_mst.c index 5e75d6f8ba8c..aa5ac231955a 100644 --- a/drivers/gpu/drm/i915/intel_dp_mst.c +++ b/drivers/gpu/drm/i915/intel_dp_mst.c @@ -328,7 +328,7 @@ intel_dp_mst_connector_destroy(struct drm_connector *connector) } static const struct drm_connector_funcs intel_dp_mst_connector_funcs = { - .dpms = intel_connector_dpms, + .dpms = drm_atomic_helper_connector_dpms, .detect = intel_dp_mst_detect, .fill_modes = drm_helper_probe_single_connector_modes, .set_property = intel_dp_mst_set_property, |
