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:
parent
e5f2038ef1
commit
2782488ae6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue