Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/gma500/
Dgma_display.c361 if (gma_crtc->cursor_obj) { in gma_crtc_cursor_set()
362 gt = container_of(gma_crtc->cursor_obj, in gma_crtc_cursor_set()
365 drm_gem_object_unreference(gma_crtc->cursor_obj); in gma_crtc_cursor_set()
366 gma_crtc->cursor_obj = NULL; in gma_crtc_cursor_set()
441 if (gma_crtc->cursor_obj) { in gma_crtc_cursor_set()
442 gt = container_of(gma_crtc->cursor_obj, struct gtt_range, gem); in gma_crtc_cursor_set()
444 drm_gem_object_unreference(gma_crtc->cursor_obj); in gma_crtc_cursor_set()
447 gma_crtc->cursor_obj = obj; in gma_crtc_cursor_set()
Dpsb_intel_drv.h178 struct drm_gem_object *cursor_obj; member
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_crtc.c842 if (!dcrtc->cursor_obj || !h || !w) { in armada_drm_crtc_cursor_update()
873 struct armada_gem_object *obj = dcrtc->cursor_obj; in armada_drm_crtc_cursor_update()
932 if (dcrtc->cursor_obj) { in armada_drm_crtc_cursor_set()
933 dcrtc->cursor_obj->update = NULL; in armada_drm_crtc_cursor_set()
934 dcrtc->cursor_obj->update_data = NULL; in armada_drm_crtc_cursor_set()
935 drm_gem_object_unreference(&dcrtc->cursor_obj->obj); in armada_drm_crtc_cursor_set()
937 dcrtc->cursor_obj = obj; in armada_drm_crtc_cursor_set()
974 if (dcrtc->cursor_obj) in armada_drm_crtc_destroy()
975 drm_gem_object_unreference(&dcrtc->cursor_obj->obj); in armada_drm_crtc_destroy()
Darmada_crtc.h77 struct armada_gem_object *cursor_obj; member