From 980950c52100f8f54c68d0ec0cd0023480673c95 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 21 Oct 2020 15:02:57 -0500 Subject: [PATCH] intel/genxml: Add RT_DISPATCH_GLOBALS and RT_*_SBT_HANDLE structs The RT_DISPATCH_GLOBALS struct is half HW-defined by the ray-tracing spec and half SW-defined. However, due to the addresses in it, it's convenient for it to all be in GenXML. Reviewed-by: Caio Marcelo de Oliveira Filho Part-of: --- src/intel/genxml/gen_rt.xml | 41 +++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/src/intel/genxml/gen_rt.xml b/src/intel/genxml/gen_rt.xml index d975fc18de0..883396605f9 100644 --- a/src/intel/genxml/gen_rt.xml +++ b/src/intel/genxml/gen_rt.xml @@ -8,4 +8,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +