drm/amd/display: Stop leaking planes
authorHarry Wentland <harry.wentland@amd.com>
Sun, 7 Oct 2018 14:01:23 +0000 (10:01 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Nov 2018 21:25:28 +0000 (16:25 -0500)
commit02680efbb10be0d2c867fe722ae23d588f6bebef
treebe17f5629ad5278e312dff177fdc4004b391775f
parent8ed4ec32d5b1f04a641978322a38a8d7089553bb
drm/amd/display: Stop leaking planes

[Why]
drm_plane_cleanup does not free the plane.

[How]
Call drm_primary_helper_destroy which will also free the plane.

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c