diff options
author | Andrey Grodzovsky <Andrey.Grodzovsky@amd.com> | 2017-06-28 11:03:11 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 18:08:16 -0400 |
commit | cf5a4c11a1561db5c31a2783611aa6d5dbb67225 (patch) | |
tree | 74fa1f4110650f644f11d175f75feaa35a9ba083 /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |
parent | 2782488ae6c0b53d57435aa6dc358e61550393d2 (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/amdgpu_mode.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 8 |
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 { | |||
442 | struct drm_pending_vblank_event *event; | 442 | struct drm_pending_vblank_event *event; |
443 | }; | 443 | }; |
444 | 444 | ||
445 | /* TODO rename to dc_plane_state */ | ||
446 | struct dc_surface; | ||
447 | |||
448 | struct dm_plane_state { | ||
449 | struct drm_plane_state base; | ||
450 | struct dc_surface* dc_surface; | ||
451 | }; | ||
452 | |||
453 | struct amdgpu_plane { | 445 | struct amdgpu_plane { |
454 | struct drm_plane base; | 446 | struct drm_plane base; |
455 | enum drm_plane_type plane_type; | 447 | enum drm_plane_type plane_type; |