Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c381 uint32_t crtc_offset, crtc_offset_cntl, crtc_tile_x0_y0 = 0; in radeon_crtc_do_set_base() local
498 crtc_tile_x0_y0 = x | (y << 16); in radeon_crtc_do_set_base()
547 WREG32(R300_CRTC2_TILE_X0_Y0, crtc_tile_x0_y0); in radeon_crtc_do_set_base()
549 WREG32(R300_CRTC_TILE_X0_Y0, crtc_tile_x0_y0); in radeon_crtc_do_set_base()