mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
radeon/vcn: add decode message feedback
Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
0152a0cf16
commit
949dd66c9e
1 changed files with 5 additions and 1 deletions
|
|
@ -132,7 +132,11 @@ static void rvcn_dec_message_destroy(struct radeon_decoder *dec)
|
|||
|
||||
static void rvcn_dec_message_feedback(struct radeon_decoder *dec)
|
||||
{
|
||||
/* TODO */
|
||||
rvcn_dec_feedback_header_t *header = (void*)dec->fb;
|
||||
|
||||
header->header_size = sizeof(rvcn_dec_feedback_header_t);
|
||||
header->total_size = sizeof(rvcn_dec_feedback_header_t);
|
||||
header->num_buffers = 0;
|
||||
}
|
||||
|
||||
/* flush IB to the hardware */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue