Searched refs:rlc_status0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v11_0_3.c | 38 uint32_t rlc_status0 = 0, rlc_status1 = 0; in gfx_v11_0_3_rlc_gc_fed_irq() local 44 rlc_status0 = RREG32(SOC15_REG_OFFSET(GC, 0, regRLC_RLCS_FED_STATUS_0)); in gfx_v11_0_3_rlc_gc_fed_irq() 47 if (!rlc_status0 && !rlc_status1) { in gfx_v11_0_3_rlc_gc_fed_irq() 53 if (REG_GET_FIELD(rlc_status0, RLC_RLCS_FED_STATUS_0, SDMA0_FED_ERR) || in gfx_v11_0_3_rlc_gc_fed_irq() 54 REG_GET_FIELD(rlc_status0, RLC_RLCS_FED_STATUS_0, SDMA1_FED_ERR)) in gfx_v11_0_3_rlc_gc_fed_irq() 61 rlc_status0); in gfx_v11_0_3_rlc_gc_fed_irq() 88 uint32_t rlc_status0 = 0; in gfx_v11_0_3_poison_consumption_handler() local 90 rlc_status0 = RREG32_SOC15(GC, 0, regRLC_RLCS_FED_STATUS_0); in gfx_v11_0_3_poison_consumption_handler() 92 if (REG_GET_FIELD(rlc_status0, RLC_RLCS_FED_STATUS_0, SDMA0_FED_ERR) || in gfx_v11_0_3_poison_consumption_handler() 93 REG_GET_FIELD(rlc_status0, RLC_RLCS_FED_STATUS_0, SDMA1_FED_ERR)) { in gfx_v11_0_3_poison_consumption_handler()
|