mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
assembler/skl: Redefine the cache agent type for some fixed functions
The different cache agent type is defined for SKL although it still uses the same function ID as the previous generations. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
2149d6e5f8
commit
504f5594e7
@ -880,6 +880,13 @@ enum brw_message_target {
|
||||
|
||||
HSW_SFID_DATAPORT_DATA_CACHE1 = 0x0c,
|
||||
HSW_SFID_CRE = 0x0d,
|
||||
|
||||
/* There is no Sampler data port cache(0x04) on SKL and it is used
|
||||
* as the extension of DP_DC0/DP_DC1.
|
||||
*/
|
||||
SKL_SFID_DATAPORT_DATA_CACHE2 = 0x4,
|
||||
/* Data Read only Data port cache */
|
||||
SKL_SFID_DATAPORT_DCR0 = 0x9,
|
||||
};
|
||||
|
||||
#define BRW_SAMPLER_RETURN_FORMAT_FLOAT32 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user