|
@@ -3286,11 +3286,6 @@ EXPORT_SYMBOL(drm_atomic_helper_duplicate_state);
|
|
void
|
|
void
|
|
__drm_atomic_helper_connector_destroy_state(struct drm_connector_state *state)
|
|
__drm_atomic_helper_connector_destroy_state(struct drm_connector_state *state)
|
|
{
|
|
{
|
|
- /*
|
|
|
|
- * This is currently a placeholder so that drivers that subclass the
|
|
|
|
- * state will automatically do the right thing if code is ever added
|
|
|
|
- * to this function.
|
|
|
|
- */
|
|
|
|
if (state->crtc)
|
|
if (state->crtc)
|
|
drm_connector_unreference(state->connector);
|
|
drm_connector_unreference(state->connector);
|
|
}
|
|
}
|