Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_cursor.c141 radeon_crtc->legacy_cursor_offset = gpu_addr - radeon_crtc->legacy_display_base_addr; in radeon_set_cursor()
143 WREG32(RADEON_CUR_OFFSET + radeon_crtc->crtc_offset, radeon_crtc->legacy_cursor_offset); in radeon_set_cursor()
308 WREG32(RADEON_CUR_OFFSET + radeon_crtc->crtc_offset, (radeon_crtc->legacy_cursor_offset + in radeon_crtc_cursor_move()
Dradeon_mode.h329 uint32_t legacy_cursor_offset; member