diff options
author | Leo Liu <[email protected]> | 2017-04-17 11:49:50 -0400 |
---|---|---|
committer | Leo Liu <[email protected]> | 2017-05-25 11:40:20 -0400 |
commit | f9b87367763adc529f33544014cb72f7a1e91bf8 (patch) | |
tree | 3c12bc8691e418884f4306e27e7c0fe5cd8c17a7 /src/gallium/drivers | |
parent | 2094b75c688b412ca5b7183e6a0da2b03ec4403f (diff) |
radeon/winsys: add vcn dec ring type
Signed-off-by: Leo Liu <[email protected]>
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/radeon/radeon_winsys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/radeon_winsys.h b/src/gallium/drivers/radeon/radeon_winsys.h index 8fad62e882a..524bb467e1b 100644 --- a/src/gallium/drivers/radeon/radeon_winsys.h +++ b/src/gallium/drivers/radeon/radeon_winsys.h @@ -77,6 +77,7 @@ enum ring_type { RING_UVD, RING_VCE, RING_UVD_ENC, + RING_VCN_DEC, RING_LAST, }; |