[PATCH 1/3] drm/amdgpu: add late_fini for ip_funcs

2016-06-01 Thread Alex Deucher
From: Monk Liu This adds a late_fini function for handling special ordering issues between ip modules at tear down time. Signed-off-by: Monk Liu Reviewed-by: Alex Deucher Reviewed-by: Christian König Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/include/amd_shared.h | 1 + 1 file cha

[PATCH 1/3] drm/amdgpu: add late_fini for ip_funcs

2016-05-26 Thread Alex Deucher
From: Monk Liu This give IP modules an optional late cleanup function. This is needed to handle tricky inter-module dependencies during tear down. Signed-off-by: Monk Liu Reviewed-by: Alex Deucher Reviewed-by: Christian König Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/include/amd