commit | c2e4c99444f418b3c3b13b58dad4d951aa2f7f1b | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Fri Apr 22 21:28:32 2016 +0200 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Wed Jun 01 15:59:35 2016 +0200 |
tree | 270abc7f26d8790fc8e2ade47ec1716069cd92ef | |
parent | 1a695a905c18548062509178b98bc91e67510864 [diff] |
drm: atmel-hlcdc: fix atmel_hlcdc_crtc_reset() implementation Reset crtc->state to NULL after freeing the state object and call __drm_atomic_helper_crtc_destroy_state() helper instead of manually calling drm_property_unreference_blob(). Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>