]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/amd/amdgpu/vcn: Add RB decouple feature under SRIOV - P1
authorBokun Zhang <bokun.zhang@amd.com>
Mon, 16 Oct 2023 16:48:02 +0000 (12:48 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 20 Oct 2023 19:11:27 +0000 (15:11 -0400)
- Update SRIOV header with RB decouple flag

Signed-off-by: Bokun Zhang <bokun.zhang@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h

index 104a5ad8397da73126fb5e8aeb962542a552e642..51a14f6d93bd8af39c9094bfce0e7e100680fe82 100644 (file)
@@ -90,10 +90,11 @@ union amd_sriov_msg_feature_flags {
                uint32_t host_load_ucodes  : 1;
                uint32_t host_flr_vramlost : 1;
                uint32_t mm_bw_management  : 1;
-               uint32_t pp_one_vf_mode    : 1;
+               uint32_t pp_one_vf_mode    : 1;
                uint32_t reg_indirect_acc  : 1;
                uint32_t av1_support       : 1;
-               uint32_t reserved          : 25;
+               uint32_t vcn_rb_decouple   : 1;
+               uint32_t reserved          : 24;
        } flags;
        uint32_t all;
 };