Searched refs:crtcp (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_crtc.c74 struct crtc_private *crtcp = crtc->driver_private; local in function:crtc_dpms
95 if (!crtc->enabled && crtcp->entry.pixmap) {
96 vmwgfx_scanout_unref(&crtcp->entry);
154 struct crtc_private *crtcp = crtc->driver_private; local in function:crtc_set_mode_major
155 drmModeCrtcPtr drm_crtc = crtcp->drm_crtc;
213 if (crtcp->entry.pixmap != pixmap) {
214 if (crtcp->entry.pixmap)
215 vmwgfx_scanout_unref(&crtcp->entry);
217 crtcp->entry.pixmap = pixmap;
218 crtcp
260 struct crtc_private *crtcp = crtc->driver_private; local in function:crtc_gamma_set
314 struct crtc_private *crtcp = crtc->driver_private; local in function:crtc_set_cursor_position
327 struct crtc_private *crtcp = crtc->driver_private; local in function:crtc_load_cursor_argb_kms
388 struct crtc_private *crtcp = crtc->driver_private; local in function:crtc_show_cursor
399 struct crtc_private *crtcp = crtc->driver_private; local in function:crtc_hide_cursor
410 struct crtc_private *crtcp = crtc->driver_private; local in function:xorg_crtc_cursor_destroy
425 struct crtc_private *crtcp = crtc->driver_private; local in function:crtc_destroy
463 struct crtc_private *crtcp; local in function:xorg_crtc_init
502 struct crtc_private *crtcp = crtc->driver_private; local in function:crtc_get_scanout
[all...]

Completed in 2 milliseconds