Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/gma500/
Dgma_display.c354 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()
Dpsb_intel_drv.h181 struct drm_gem_object *cursor_obj; member
/Linux-v4.19/drivers/gpu/drm/armada/
Darmada_crtc.c543 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()
Darmada_crtc.h52 struct armada_gem_object *cursor_obj; member