Searched refs:VBLANK_ACK (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | si_enums.h | 28 #define VBLANK_ACK (1 << 4) macro
|
A D | sid.h | 816 # define VBLANK_ACK (1 << 4) macro
|
A D | dce_v6_0.c | 2970 WREG32(mmVBLANK_STATUS + crtc_offsets[crtc], VBLANK_ACK); in dce_v6_0_crtc_irq()
|
A D | dce_v10_0.c | 3216 tmp = REG_SET_FIELD(tmp, LB_VBLANK_STATUS, VBLANK_ACK, 1); in dce_v10_0_crtc_vblank_int_ack()
|
A D | dce_v11_0.c | 3339 tmp = REG_SET_FIELD(tmp, LB_VBLANK_STATUS, VBLANK_ACK, 1); in dce_v11_0_crtc_vblank_int_ack()
|
/linux/drivers/gpu/drm/radeon/ |
A D | sid.h | 813 # define VBLANK_ACK (1 << 4) macro
|
A 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()
|
A D | cikd.h | 884 # define VBLANK_ACK (1 << 4) macro
|
A D | evergreend.h | 1278 # define VBLANK_ACK (1 << 4) macro
|
A D | evergreen.c | 4638 VBLANK_ACK); in evergreen_irq_ack()
|
A D | si.c | 6166 VBLANK_ACK); in si_irq_ack()
|
Completed in 124 milliseconds