Searched refs:VBLANK_ACK (Results 1 – 11 of 11) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | si_enums.h | 28 #define VBLANK_ACK (1 << 4) macro
|
D | sid.h | 816 # define VBLANK_ACK (1 << 4) macro
|
D | dce_v6_0.c | 2986 WREG32(mmVBLANK_STATUS + crtc_offsets[crtc], VBLANK_ACK); in dce_v6_0_crtc_irq()
|
D | dce_v10_0.c | 3223 tmp = REG_SET_FIELD(tmp, LB_VBLANK_STATUS, VBLANK_ACK, 1); in dce_v10_0_crtc_vblank_int_ack()
|
D | dce_v11_0.c | 3354 tmp = REG_SET_FIELD(tmp, LB_VBLANK_STATUS, VBLANK_ACK, 1); in dce_v11_0_crtc_vblank_int_ack()
|
/drivers/gpu/drm/radeon/ |
D | sid.h | 813 # define VBLANK_ACK (1 << 4) macro
|
D | cik.c | 7321 WREG32(LB_VBLANK_STATUS + EVERGREEN_CRTC0_REGISTER_OFFSET, VBLANK_ACK); in cik_irq_ack() 7325 WREG32(LB_VBLANK_STATUS + EVERGREEN_CRTC1_REGISTER_OFFSET, VBLANK_ACK); in cik_irq_ack() 7337 WREG32(LB_VBLANK_STATUS + EVERGREEN_CRTC2_REGISTER_OFFSET, VBLANK_ACK); in cik_irq_ack() 7341 WREG32(LB_VBLANK_STATUS + EVERGREEN_CRTC3_REGISTER_OFFSET, VBLANK_ACK); in cik_irq_ack() 7354 WREG32(LB_VBLANK_STATUS + EVERGREEN_CRTC4_REGISTER_OFFSET, VBLANK_ACK); in cik_irq_ack() 7358 WREG32(LB_VBLANK_STATUS + EVERGREEN_CRTC5_REGISTER_OFFSET, VBLANK_ACK); in cik_irq_ack()
|
D | cikd.h | 884 # define VBLANK_ACK (1 << 4) macro
|
D | evergreend.h | 1278 # define VBLANK_ACK (1 << 4) macro
|
D | evergreen.c | 4639 VBLANK_ACK); in evergreen_irq_ack()
|
D | si.c | 6170 VBLANK_ACK); in si_irq_ack()
|