Home
last modified time | relevance | path

Searched refs:SRBM_GFX_CNTL__VMID_MASK (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/include/asic_reg/oss/
H A Doss_1_0_sh_mask.h934 #define SRBM_GFX_CNTL__VMID_MASK 0x000000f0L macro
H A Doss_2_0_sh_mask.h269 #define SRBM_GFX_CNTL__VMID_MASK 0xf0 macro
H A Doss_2_4_sh_mask.h299 #define SRBM_GFX_CNTL__VMID_MASK 0xf0 macro
H A Doss_3_0_1_sh_mask.h307 #define SRBM_GFX_CNTL__VMID_MASK 0xf0 macro
H A Doss_3_0_sh_mask.h421 #define SRBM_GFX_CNTL__VMID_MASK 0xf0 macro
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dcik.c950 ((vmid << SRBM_GFX_CNTL__VMID__SHIFT) & SRBM_GFX_CNTL__VMID_MASK)| in cik_srbm_select()