From ba798ac6b1f996f16d8f2bc65614d18d76a0b1f6 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 8 Jun 2016 18:59:29 -0700 Subject: genxml: Make X/Y Offset field of SURFACE_STATE a uint THe offset type has special implications that it's intended to be some form of aligned memory address. These assumptions allow it to handle the case where there is some alignment requirement on the offset and the bottom bits are used for other things. However, the offsets in the surface state field are really just unsigned integers. Signed-off-by: Jason Ekstrand Reviewed-by: Chad Versace --- src/intel/genxml/gen6.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/intel/genxml/gen6.xml') diff --git a/src/intel/genxml/gen6.xml b/src/intel/genxml/gen6.xml index dd682dda660..c465288e891 100644 --- a/src/intel/genxml/gen6.xml +++ b/src/intel/genxml/gen6.xml @@ -361,12 +361,12 @@ - + - + -- cgit v1.2.3