Mesa (master): radeon/winsys: add vcn dec ring type

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


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

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

radeon/winsys: add vcn dec 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 8fad62e882..524bb467e1 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,
 };
 




More information about the mesa-commit mailing list