From c0889a127b12ebefc90f42f9494c9696e0aaa270 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Thu, 28 Dec 2023 13:16:47 +0200 Subject: [PATCH] intel/aux_map: add BSpec reference Signed-off-by: Lionel Landwerlin Reviewed-by: Jianxun Zhang Part-of: --- src/intel/common/intel_aux_map.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/intel/common/intel_aux_map.c b/src/intel/common/intel_aux_map.c index 2804e30ec77..768a8f5e3df 100644 --- a/src/intel/common/intel_aux_map.c +++ b/src/intel/common/intel_aux_map.c @@ -75,6 +75,8 @@ * - TM (Tile-mode): 0=Ys, 1=Y, 2=rsvd, 3=rsvd * - aux-data-addr: VMA/GPU address for the aux-data * - V: entry is valid + * + * BSpec 44930 */ #include "intel_aux_map.h"