diff options
author | Bas Nieuwenhuizen <[email protected]> | 2020-09-02 14:22:38 +0200 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-10-30 14:27:23 -0400 |
commit | 6eed95b00b45ca241dbec6f684967925bfdfb0e5 (patch) | |
tree | 66601e0b713059a72628b78fa112e1f32434f71f /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | |
parent | 8ba16d5993749c3f31fd2b49e16f0dc1e1770b9c (diff) |
drm/amd/display: Store tiling_flags in the framebuffer.
This moves the tiling_flags to the framebuffer creation.
This way the time of the "tiling" decision is the same as it
would be with modifiers.
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Nicholas Kazlauskas <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h index a8a0e8cb1a11..03e7e4f23178 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h @@ -420,8 +420,6 @@ struct dc_plane_state; struct dm_plane_state { struct drm_plane_state base; struct dc_plane_state *dc_state; - uint64_t tiling_flags; - bool tmz_surface; }; struct dm_crtc_state { |