Mesa (master): radeon/winsys: add uvd enc ring type

Leo Liu leoliu at kemper.freedesktop.org
Thu May 25 16:07:12 UTC 2017


Module: Mesa
Branch: master
Commit: 2094b75c688b412ca5b7183e6a0da2b03ec4403f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2094b75c688b412ca5b7183e6a0da2b03ec4403f

Author: Leo Liu <leo.liu at amd.com>
Date:   Mon Apr 17 11:49:10 2017 -0400

radeon/winsys: add uvd enc ring type

Signed-off-by: Leo Liu <leo.liu at amd.com>
Reviewed-by: Christian König <christian.koenig at amd.com>

---

 src/gallium/drivers/radeon/radeon_winsys.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/radeon/radeon_winsys.h b/src/gallium/drivers/radeon/radeon_winsys.h
index 4bef24876a..8fad62e882 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,
 };
 




More information about the mesa-commit mailing list