mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 03:18:08 +02:00
radeon/winsys: add vcn dec ring type
Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
2094b75c68
commit
f9b8736776
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ enum ring_type {
|
|||
RING_UVD,
|
||||
RING_VCE,
|
||||
RING_UVD_ENC,
|
||||
RING_VCN_DEC,
|
||||
RING_LAST,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue