Searched refs:cursor_obj (Results 1 – 2 of 2) sorted by relevance
357 if (gma_crtc->cursor_obj) { in gma_crtc_cursor_set()358 pobj = to_psb_gem_object(gma_crtc->cursor_obj); in gma_crtc_cursor_set()360 drm_gem_object_put(gma_crtc->cursor_obj); in gma_crtc_cursor_set()361 gma_crtc->cursor_obj = NULL; in gma_crtc_cursor_set()429 if (gma_crtc->cursor_obj) { in gma_crtc_cursor_set()430 pobj = to_psb_gem_object(gma_crtc->cursor_obj); in gma_crtc_cursor_set()432 drm_gem_object_put(gma_crtc->cursor_obj); in gma_crtc_cursor_set()435 gma_crtc->cursor_obj = obj; in gma_crtc_cursor_set()
51 struct armada_gem_object *cursor_obj; member