linux/drivers/gpu/drm/amd/display
Leo (Sunpeng) Li 8c45c5db84 drm/amd/display: Fix memleaks when atomic check fails.
While checking plane states for updates during atomic check, we create
dc_plane_states in preparation. These dc states should be freed if
something errors.

Although the input transfer function is also freed by
dc_plane_state_release(), we should free it (on error) under the same
scope as where it is created.

Signed-off-by: Leo (Sunpeng) Li <sunpeng.li@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2018-03-14 15:08:41 -05:00
..
amdgpu_dm drm/amd/display: Fix memleaks when atomic check fails. 2018-03-14 15:08:41 -05:00
dc drm/amd/display: validate plane format on primary plane 2018-03-07 16:11:36 -05:00
include drm/amd/display: define DC_LOGGER for logger 2018-03-05 15:35:13 -05:00
modules drm/amd/display: Handle HDR use cases. 2018-03-05 15:34:58 -05:00
Kconfig
Makefile drm/amd: Remove inclusion of non-existing include directories 2018-02-26 23:09:38 -05:00
TODO drm/amd/display: Add TODO item to remove vector.c 2017-12-14 11:01:13 -05:00