Searched refs:cursor_obj (Results 1 – 4 of 4) sorted by relevance
354 if (gma_crtc->cursor_obj) { in gma_crtc_cursor_set()355 gt = container_of(gma_crtc->cursor_obj, in gma_crtc_cursor_set()358 drm_gem_object_put_unlocked(gma_crtc->cursor_obj); in gma_crtc_cursor_set()359 gma_crtc->cursor_obj = NULL; in gma_crtc_cursor_set()431 if (gma_crtc->cursor_obj) { in gma_crtc_cursor_set()432 gt = container_of(gma_crtc->cursor_obj, struct gtt_range, gem); in gma_crtc_cursor_set()434 drm_gem_object_put_unlocked(gma_crtc->cursor_obj); in gma_crtc_cursor_set()437 gma_crtc->cursor_obj = obj; in gma_crtc_cursor_set()
181 struct drm_gem_object *cursor_obj; member
543 if (!dcrtc->cursor_obj || !h || !w) { in armada_drm_crtc_cursor_update()574 struct armada_gem_object *obj = dcrtc->cursor_obj; in armada_drm_crtc_cursor_update()631 if (dcrtc->cursor_obj) { in armada_drm_crtc_cursor_set()632 dcrtc->cursor_obj->update = NULL; in armada_drm_crtc_cursor_set()633 dcrtc->cursor_obj->update_data = NULL; in armada_drm_crtc_cursor_set()634 drm_gem_object_put_unlocked(&dcrtc->cursor_obj->obj); in armada_drm_crtc_cursor_set()636 dcrtc->cursor_obj = obj; in armada_drm_crtc_cursor_set()669 if (dcrtc->cursor_obj) in armada_drm_crtc_destroy()670 drm_gem_object_put_unlocked(&dcrtc->cursor_obj->obj); in armada_drm_crtc_destroy()
52 struct armada_gem_object *cursor_obj; member