/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | vid.h | 74 #define VMID(x) ((x) << 4) macro
|
D | cikd.h | 61 #define VMID(x) ((x) << 4) macro
|
D | amdgpu_amdkfd_gfx_v7.c | 240 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm() 939 return REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, VMID); in read_vmid_from_vmfault_reg()
|
D | gmc_v7_0.c | 761 u32 vmid = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, VMID); in gmc_v7_0_vm_decode_fault() 1301 VMID); in gmc_v7_0_process_interrupt()
|
D | gmc_v8_0.c | 983 u32 vmid = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, VMID); in gmc_v8_0_vm_decode_fault() 1463 VMID); in gmc_v8_0_process_interrupt()
|
D | gmc_v6_0.c | 639 u32 vmid = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, VMID); in gmc_v6_0_vm_decode_fault()
|
D | soc15.c | 218 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, VMID, vmid); in soc15_grbm_select()
|
D | amdgpu_amdkfd_gfx_v8.c | 198 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
|
D | vi.c | 364 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, VMID, vmid); in vi_srbm_select()
|
D | gfx_v9_0.c | 2572 tmp = REG_SET_FIELD(tmp, CP_CPC_IC_BASE_CNTL, VMID, 0); in gfx_v9_0_cp_compute_load_microcode() 2766 tmp = REG_SET_FIELD(tmp, CP_MQD_CONTROL, VMID, 0); in gfx_v9_0_mqd_init()
|
D | gfx_v8_0.c | 4754 tmp = REG_SET_FIELD(tmp, CP_MQD_CONTROL, VMID, 0); in gfx_v8_0_mqd_init()
|
/Linux-v4.19/Documentation/trace/ |
D | coresight-cpu-debug.txt | 182 coresight-cpu-debug 850000.debug: EDVIDSR: 90000000 (State:Non-secure Mode:EL1/0 Width:64bits VMID… 187 coresight-cpu-debug 852000.debug: EDVIDSR: 90000000 (State:Non-secure Mode:EL1/0 Width:64bits VMID…
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | cik_sdma.c | 964 radeon_ring_write(ring, VMID(vm_id)); in cik_dma_vm_flush() 984 radeon_ring_write(ring, VMID(0)); in cik_dma_vm_flush()
|
D | nid.h | 61 #define VMID(x) (((x) & 0x7) << 0) macro
|
D | cikd.h | 447 #define VMID(x) ((x) << 4) macro
|
D | cik.c | 1855 VMID(vmid & 0xf) | in cik_srbm_select() 5712 radeon_ring_write(ring, VMID(vm_id)); in cik_vm_flush() 5730 radeon_ring_write(ring, VMID(0)); in cik_vm_flush()
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | qcom,pcie.txt | 148 - "axi_m_vmid" VMID reset
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etm4x | 55 Description: (R) Indicates the number of VMID comparators that are available 394 VMID, context ID and instuction address in the trace unit
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | smu8_smumgr.c | 201 tmp = PHM_SET_FIELD(tmp, CP_CPC_IC_BASE_CNTL, VMID, 0); in smu8_load_mec_firmware()
|
/Linux-v4.19/Documentation/sound/soc/ |
D | dapm.rst | 26 VREF, VMID (core codec and audio power)
|
/Linux-v4.19/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 204 #define SET_VMID(b, n, v) SET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), VMID, v) 322 #define GET_VMID(b, n) GET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), VMID) 932 #define VMID (VMID_MASK << VMID_SHIFT) macro
|