summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorAndrey Grodzovsky <Andrey.Grodzovsky@amd.com>2017-06-28 11:03:11 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:08:16 -0400
commitcf5a4c11a1561db5c31a2783611aa6d5dbb67225 (patch)
tree74fa1f4110650f644f11d175f75feaa35a9ba083 /drivers/gpu/drm/amd/amdgpu
parent2782488ae6c0b53d57435aa6dc358e61550393d2 (diff)
drm/amd/display: Move dm_plane_state definition to DAL header.
Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
index 2d34f9bb5d47..2bb2fc2a6566 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
@@ -442,14 +442,6 @@ struct amdgpu_crtc {
struct drm_pending_vblank_event *event;
};
-/* TODO rename to dc_plane_state */
-struct dc_surface;
-
-struct dm_plane_state {
- struct drm_plane_state base;
- struct dc_surface* dc_surface;
-};
-
struct amdgpu_plane {
struct drm_plane base;
enum drm_plane_type plane_type;