[Libva] [Libva-intel-driver][PATCH 03/10] Inrease the maximum number of attributes

Xiang, Haihao haihao.xiang at intel.com
Wed May 4 02:58:58 UTC 2016


We will add more attributes in the driver

Signed-off-by: Xiang, Haihao <haihao.xiang at intel.com>
Reviewed-By: Sean V Kelley <sean.v.kelley at intel.com>
---
 src/i965_drv_video.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/i965_drv_video.h b/src/i965_drv_video.h
index c86ace7..d30c7ed 100644
--- a/src/i965_drv_video.h
+++ b/src/i965_drv_video.h
@@ -47,7 +47,7 @@
 
 #define I965_MAX_PROFILES                       20
 #define I965_MAX_ENTRYPOINTS                    5
-#define I965_MAX_CONFIG_ATTRIBUTES              10
+#define I965_MAX_CONFIG_ATTRIBUTES              32
 #define I965_MAX_IMAGE_FORMATS                  10
 #define I965_MAX_SUBPIC_FORMATS                 6
 #define I965_MAX_SUBPIC_SUM                     4
-- 
1.9.1



More information about the Libva mailing list