/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_gfx_v10_0.c | 4856 u32 mec_int_cntl, mec_int_cntl_reg; local in function:gfx_v10_0_set_compute_eop_interrupt_state 4867 mec_int_cntl_reg = SOC15_REG_OFFSET(GC, 0, mmCP_ME1_PIPE0_INT_CNTL); 4870 mec_int_cntl_reg = SOC15_REG_OFFSET(GC, 0, mmCP_ME1_PIPE1_INT_CNTL); 4873 mec_int_cntl_reg = SOC15_REG_OFFSET(GC, 0, mmCP_ME1_PIPE2_INT_CNTL); 4876 mec_int_cntl_reg = SOC15_REG_OFFSET(GC, 0, mmCP_ME1_PIPE3_INT_CNTL); 4889 mec_int_cntl = RREG32(mec_int_cntl_reg); 4892 WREG32(mec_int_cntl_reg, mec_int_cntl); 4895 mec_int_cntl = RREG32(mec_int_cntl_reg); 4898 WREG32(mec_int_cntl_reg, mec_int_cntl);
|
amdgpu_gfx_v7_0.c | 4736 u32 mec_int_cntl, mec_int_cntl_reg; local in function:gfx_v7_0_set_compute_eop_interrupt_state 4747 mec_int_cntl_reg = mmCP_ME1_PIPE0_INT_CNTL; 4750 mec_int_cntl_reg = mmCP_ME1_PIPE1_INT_CNTL; 4753 mec_int_cntl_reg = mmCP_ME1_PIPE2_INT_CNTL; 4756 mec_int_cntl_reg = mmCP_ME1_PIPE3_INT_CNTL; 4769 mec_int_cntl = RREG32(mec_int_cntl_reg); 4771 WREG32(mec_int_cntl_reg, mec_int_cntl); 4774 mec_int_cntl = RREG32(mec_int_cntl_reg); 4776 WREG32(mec_int_cntl_reg, mec_int_cntl);
|
amdgpu_gfx_v8_0.c | 6521 u32 mec_int_cntl, mec_int_cntl_reg; local in function:gfx_v8_0_set_compute_eop_interrupt_state 6532 mec_int_cntl_reg = mmCP_ME1_PIPE0_INT_CNTL; 6535 mec_int_cntl_reg = mmCP_ME1_PIPE1_INT_CNTL; 6538 mec_int_cntl_reg = mmCP_ME1_PIPE2_INT_CNTL; 6541 mec_int_cntl_reg = mmCP_ME1_PIPE3_INT_CNTL; 6554 mec_int_cntl = RREG32(mec_int_cntl_reg); 6556 WREG32(mec_int_cntl_reg, mec_int_cntl); 6559 mec_int_cntl = RREG32(mec_int_cntl_reg); 6561 WREG32(mec_int_cntl_reg, mec_int_cntl);
|
amdgpu_gfx_v9_0.c | 5398 u32 mec_int_cntl, mec_int_cntl_reg; local in function:gfx_v9_0_set_compute_eop_interrupt_state 5409 mec_int_cntl_reg = SOC15_REG_OFFSET(GC, 0, mmCP_ME1_PIPE0_INT_CNTL); 5412 mec_int_cntl_reg = SOC15_REG_OFFSET(GC, 0, mmCP_ME1_PIPE1_INT_CNTL); 5415 mec_int_cntl_reg = SOC15_REG_OFFSET(GC, 0, mmCP_ME1_PIPE2_INT_CNTL); 5418 mec_int_cntl_reg = SOC15_REG_OFFSET(GC, 0, mmCP_ME1_PIPE3_INT_CNTL); 5431 mec_int_cntl = RREG32(mec_int_cntl_reg); 5434 WREG32(mec_int_cntl_reg, mec_int_cntl); 5437 mec_int_cntl = RREG32(mec_int_cntl_reg); 5440 WREG32(mec_int_cntl_reg, mec_int_cntl);
|