Home
last modified time | relevance | path

Searched refs:AVIVO_D1CRTC_UPDATE_LOCK (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/radeon/
Drv515.c314 WREG32(AVIVO_D1CRTC_UPDATE_LOCK + crtc_offsets[i], 1); in rv515_mc_stop()
317 WREG32(AVIVO_D1CRTC_UPDATE_LOCK + crtc_offsets[i], 0); in rv515_mc_stop()
328 WREG32(AVIVO_D1CRTC_UPDATE_LOCK + crtc_offsets[i], 1); in rv515_mc_stop()
332 WREG32(AVIVO_D1CRTC_UPDATE_LOCK + crtc_offsets[i], 0); in rv515_mc_stop()
Dr500_reg.h363 #define AVIVO_D1CRTC_UPDATE_LOCK 0x60e8 macro