Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/gma500/
Dgma_display.c354 if (gma_crtc->cursor_obj) { in gma_crtc_cursor_set()
355 pobj = to_psb_gem_object(gma_crtc->cursor_obj); in gma_crtc_cursor_set()
357 drm_gem_object_put(gma_crtc->cursor_obj); in gma_crtc_cursor_set()
358 gma_crtc->cursor_obj = NULL; in gma_crtc_cursor_set()
426 if (gma_crtc->cursor_obj) { in gma_crtc_cursor_set()
427 pobj = to_psb_gem_object(gma_crtc->cursor_obj); in gma_crtc_cursor_set()
429 drm_gem_object_put(gma_crtc->cursor_obj); in gma_crtc_cursor_set()
432 gma_crtc->cursor_obj = obj; in gma_crtc_cursor_set()
Dpsb_intel_drv.h150 struct drm_gem_object *cursor_obj; member
/linux-5.19.10/drivers/gpu/drm/armada/
Darmada_crtc.c646 if (!dcrtc->cursor_obj || !h || !w) { in armada_drm_crtc_cursor_update()
677 struct armada_gem_object *obj = dcrtc->cursor_obj; in armada_drm_crtc_cursor_update()
734 if (dcrtc->cursor_obj) { in armada_drm_crtc_cursor_set()
735 dcrtc->cursor_obj->update = NULL; in armada_drm_crtc_cursor_set()
736 dcrtc->cursor_obj->update_data = NULL; in armada_drm_crtc_cursor_set()
737 drm_gem_object_put(&dcrtc->cursor_obj->obj); in armada_drm_crtc_cursor_set()
739 dcrtc->cursor_obj = obj; in armada_drm_crtc_cursor_set()
772 if (dcrtc->cursor_obj) in armada_drm_crtc_destroy()
773 drm_gem_object_put(&dcrtc->cursor_obj->obj); in armada_drm_crtc_destroy()
Darmada_crtc.h51 struct armada_gem_object *cursor_obj; member