diff options
author | Leo Liu <[email protected]> | 2017-04-17 11:49:10 -0400 |
---|---|---|
committer | Leo Liu <[email protected]> | 2017-05-25 11:40:19 -0400 |
commit | 2094b75c688b412ca5b7183e6a0da2b03ec4403f (patch) | |
tree | da5865c3b0224cf357a2e5376db9688bd868e63e /src/gallium/drivers | |
parent | 71075a8126a64bf0d6e7394535bd015234c28d0e (diff) |
radeon/winsys: add uvd enc 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 4bef24876ad..8fad62e882a 100644 --- a/src/gallium/drivers/radeon/radeon_winsys.h +++ b/src/gallium/drivers/radeon/radeon_winsys.h @@ -76,6 +76,7 @@ enum ring_type { RING_DMA, RING_UVD, RING_VCE, + RING_UVD_ENC, RING_LAST, }; |