Skip to content

Commit 97b2821

Browse files
bokun-xxmtgalexdeucher
authored andcommitted
drm/amd/amdgpu/vcn: Add RB decouple feature under SRIOV - P1
- Update SRIOV header with RB decouple flag Signed-off-by: Bokun Zhang <[email protected]> Reviewed-by: Leo Liu <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 8a65661 commit 97b2821

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ union amd_sriov_msg_feature_flags {
9090
uint32_t host_load_ucodes : 1;
9191
uint32_t host_flr_vramlost : 1;
9292
uint32_t mm_bw_management : 1;
93-
uint32_t pp_one_vf_mode : 1;
93+
uint32_t pp_one_vf_mode : 1;
9494
uint32_t reg_indirect_acc : 1;
9595
uint32_t av1_support : 1;
96-
uint32_t reserved : 25;
96+
uint32_t vcn_rb_decouple : 1;
97+
uint32_t reserved : 24;
9798
} flags;
9899
uint32_t all;
99100
};

0 commit comments

Comments
 (0)