/src/sys/external/bsd/drm2/dist/drm/xen/ |
xen_drm_front.h | 96 struct xen_drm_front_drm_info *drm_info; member in struct:xen_drm_front_info 110 struct xen_drm_front_drm_info *drm_info; member in struct:xen_drm_front_drm_pipeline
|
xen_drm_front_gem.c | 85 struct xen_drm_front_drm_info *drm_info = dev->dev_private; local in function:gem_create 94 if (drm_info->front_info->cfg.be_alloc) { 195 struct xen_drm_front_drm_info *drm_info = dev->dev_private; local in function:xen_drm_front_gem_import_sg_table 216 ret = xen_drm_front_dbuf_create(drm_info->front_info,
|
xen_drm_front_kms.c | 43 struct xen_drm_front_drm_info *drm_info = fb->dev->dev_private; local in function:fb_destroy 47 xen_drm_front_fb_detach(drm_info->front_info, 62 struct xen_drm_front_drm_info *drm_info = dev->dev_private; local in function:fb_create 73 ret = xen_drm_front_fb_attach(drm_info->front_info, 161 * drm_info->front_info->io_lock, so we cannot call _sync version 199 struct xen_drm_front_drm_info *drm_info = pipeline->drm_info; local in function:display_send_page_flip 205 ret = xen_drm_front_page_flip(drm_info->front_info, 295 static int display_pipe_init(struct xen_drm_front_drm_info *drm_info, 299 struct drm_device *dev = drm_info->drm_dev [all...] |
xen_drm_front.c | 137 front_info = pipeline->drm_info->front_info; 378 struct xen_drm_front_drm_info *drm_info = front_info->drm_info; local in function:xen_drm_front_on_frame_done 383 xen_drm_front_kms_on_frame_done(&drm_info->pipeline[conn_idx], 391 struct xen_drm_front_drm_info *drm_info = dev->dev_private; local in function:xen_drm_drv_dumb_create 413 ret = xen_drm_front_dbuf_create(drm_info->front_info, 431 xen_drm_front_dbuf_destroy(drm_info->front_info, 443 struct xen_drm_front_drm_info *drm_info = obj->dev->dev_private; local in function:xen_drm_drv_free_object_unlocked 447 xen_drm_front_dbuf_destroy(drm_info->front_info, 451 dbuf_free(&drm_info->front_info->dbuf_list 460 struct xen_drm_front_drm_info *drm_info = dev->dev_private; local in function:xen_drm_drv_release 522 struct xen_drm_front_drm_info *drm_info; local in function:xen_drm_drv_init 576 struct xen_drm_front_drm_info *drm_info = front_info->drm_info; local in function:xen_drm_drv_fini [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_print.h | 437 #define drm_info(drm, fmt, ...) \ macro 503 #define DRM_INFO(fmt, ...) \
|