commit | 8ce5d8425d39eb9197e30bcffc5afbaa7079b723 | [log] [tgz] |
---|---|---|
author | Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> | Thu Aug 06 15:48:10 2020 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Aug 06 15:48:54 2020 -0400 |
tree | c5b67fb909f1d4e4c990cf3082dba4e94fe8815a | |
parent | cf322b49c9e8fe41e5c9d0b5e57eee84085da553 [diff] |
drm/amd/display: Use validated tiling_flags and tmz_surface in commit_tail [Why] So we're not racing with userspace or deadlocking DM. [How] These flags are now stored on dm_plane_state itself and acquried and validated during commit_check, so just use those instead. Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>