radeonsi/vcn: vcn4 encoding interface dummy update
Due to some updates in vcn4 interface, add dummy members for further development. Reviewed-by: Leo Liu <leo.liu@amd.com> Signed-off-by: Ruijing Dong <ruijing.dong@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25898>
This commit is contained in:
@@ -146,6 +146,7 @@ static void radeon_enc_session_init(struct radeon_encoder *enc)
|
||||
RADEON_ENC_CS(enc->enc_pic.session_init.pre_encode_chroma_enabled);
|
||||
RADEON_ENC_CS(enc->enc_pic.session_init.slice_output_enabled);
|
||||
RADEON_ENC_CS(enc->enc_pic.session_init.display_remote);
|
||||
RADEON_ENC_CS(0);
|
||||
RADEON_ENC_END();
|
||||
}
|
||||
|
||||
@@ -389,6 +390,8 @@ static void radeon_enc_spec_misc_av1(struct radeon_encoder *enc)
|
||||
RADEON_ENC_CS(enc->enc_pic.av1_spec_misc.disable_cdf_update);
|
||||
RADEON_ENC_CS(enc->enc_pic.av1_spec_misc.disable_frame_end_update_cdf);
|
||||
RADEON_ENC_CS(enc->enc_pic.av1_spec_misc.num_tiles_per_picture);
|
||||
RADEON_ENC_CS(0);
|
||||
RADEON_ENC_CS(0);
|
||||
RADEON_ENC_END();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user