drm/amd/display: Clean up unused function.

Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Andrey Grodzovsky 2017-06-27 10:02:48 -04:00 committed by Alex Deucher
parent e5f2038ef1
commit 2782488ae6
1 changed files with 0 additions and 6 deletions

View File

@ -450,12 +450,6 @@ struct dm_plane_state {
struct dc_surface* dc_surface;
};
static inline struct dm_plane_state *
to_amdgpu_plane_state(struct drm_plane_state *state)
{
return container_of(state, struct dm_plane_state, base);
}
struct amdgpu_plane {
struct drm_plane base;
enum drm_plane_type plane_type;