diff options
| author | Andrey Grodzovsky <[email protected]> | 2017-06-27 14:02:48 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-09-26 22:08:16 +0000 |
| commit | 2782488ae6c0b53d57435aa6dc358e61550393d2 (patch) | |
| tree | 054f2619baf805d8eabf03c8fb0cf5fd8a12a781 /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |
| parent | drm/amd/display: w/a no color space info for HDMI when build AVI (diff) | |
| download | kernel-2782488ae6c0b53d57435aa6dc358e61550393d2.tar.gz kernel-2782488ae6c0b53d57435aa6dc358e61550393d2.zip | |
drm/amd/display: Clean up unused function.
Signed-off-by: Andrey Grodzovsky <[email protected]>
Reviewed-by: Leo Li <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index 190905e08c38..2d34f9bb5d47 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h @@ -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; |
