mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
drm/amd/display: Update tmz_surface type to match register
[WHAT] Update tmz_surface's type to match register size Reviewed-by: Charlene Liu <charlene.liu@amd.com> Signed-off-by: Dmytro Laktyushkin <dmytro.laktyushkin@amd.com> Signed-off-by: Alex Hung <alex.hung@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
3992305061
commit
9fe914b090
|
|
@ -68,7 +68,7 @@ enum dc_plane_addr_type {
|
|||
|
||||
struct dc_plane_address {
|
||||
enum dc_plane_addr_type type;
|
||||
bool tmz_surface;
|
||||
uint8_t tmz_surface;
|
||||
union {
|
||||
struct{
|
||||
PHYSICAL_ADDRESS_LOC addr;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user