Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/gma500/
H A Dgma_display.c357 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()
H A Dpsb_intel_drv.h149 struct drm_gem_object *cursor_obj; member
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_crtc.c645 if (!dcrtc->cursor_obj || !h || !w) { in armada_drm_crtc_cursor_update()
676 struct armada_gem_object *obj = dcrtc->cursor_obj; in armada_drm_crtc_cursor_update()
733 if (dcrtc->cursor_obj) { in armada_drm_crtc_cursor_set()
734 dcrtc->cursor_obj->update = NULL; in armada_drm_crtc_cursor_set()
735 dcrtc->cursor_obj->update_data = NULL; in armada_drm_crtc_cursor_set()
736 drm_gem_object_put(&dcrtc->cursor_obj->obj); in armada_drm_crtc_cursor_set()
738 dcrtc->cursor_obj = obj; in armada_drm_crtc_cursor_set()
771 if (dcrtc->cursor_obj) in armada_drm_crtc_destroy()
772 drm_gem_object_put(&dcrtc->cursor_obj->obj); in armada_drm_crtc_destroy()
H A Darmada_crtc.h51 struct armada_gem_object *cursor_obj; member