Searched refs:cursor_bo (Results 1 – 2 of 2) sorted by relevance
250 if (radeon_crtc->cursor_bo) in radeon_cursor_move_locked()350 if (radeon_crtc->cursor_bo) { in radeon_crtc_cursor_set2()351 struct radeon_bo *robj = gem_to_radeon_bo(radeon_crtc->cursor_bo); in radeon_crtc_cursor_set2()357 drm_gem_object_put(radeon_crtc->cursor_bo); in radeon_crtc_cursor_set2()360 radeon_crtc->cursor_bo = obj; in radeon_crtc_cursor_set2()376 if (radeon_crtc->cursor_bo) { in radeon_cursor_reset()
111 struct qxl_bo *cursor_bo; member