We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d304654 commit 09b90e2Copy full SHA for 09b90e2
drivers/gpu/drm/nouveau/nouveau_connector.c
@@ -252,7 +252,7 @@ nouveau_conn_reset(struct drm_connector *connector)
252
return;
253
254
if (connector->state)
255
- __drm_atomic_helper_connector_destroy_state(connector->state);
+ nouveau_conn_atomic_destroy_state(connector, connector->state);
256
__drm_atomic_helper_connector_reset(connector, &asyc->state);
257
asyc->dither.mode = DITHERING_MODE_AUTO;
258
asyc->dither.depth = DITHERING_DEPTH_AUTO;
0 commit comments