/src/sys/external/bsd/drm2/dist/drm/xen/ |
xen_drm_front_kms.h | 21 int xen_drm_front_kms_init(struct xen_drm_front_drm_info *drm_info); 23 void xen_drm_front_kms_fini(struct xen_drm_front_drm_info *drm_info);
|
xen_drm_front_conn.h | 23 int xen_drm_front_conn_init(struct xen_drm_front_drm_info *drm_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.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.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...] |
xen_drm_front_conn.c | 105 int xen_drm_front_conn_init(struct xen_drm_front_drm_info *drm_info, 118 return drm_connector_init(drm_info->drm_dev, connector,
|
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,
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
intel_region_lmem.c | 133 drm_info(&i915->drm, "Intel graphics fake LMEM: %pR\n", 135 drm_info(&i915->drm, 138 drm_info(&i915->drm, "Intel graphics fake LMEM size: %llx\n",
|
intel_uncore.c | 1640 drm_info(&i915->drm, "No MT forcewake available on Ivybridge, this can result in issues\n"); 1641 drm_info(&i915->drm, "when using vblank-synced partial screen updates.\n");
|
intel_pm.c | 7300 drm_info(&dev_priv->drm,
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_print.h | 437 #define drm_info(drm, fmt, ...) \ macro 503 #define DRM_INFO(fmt, ...) \
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_fb_helper.c | 1592 drm_info(dev, "requested bpp %d, scaled depth down to %d", 1642 drm_info(dev, "Cannot find any crtc or sizes\n");
|