Searched refs:surface (Results 1 – 9 of 9) sorted by relevance
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 179 struct vmw_surface *surface = NULL; in vmw_du_crtc_cursor_set() local 203 handle, &surface, &dmabuf); in vmw_du_crtc_cursor_set() 212 if (surface && !surface->snooper.image) { in vmw_du_crtc_cursor_set() 214 vmw_surface_unreference(&surface); in vmw_du_crtc_cursor_set() 228 if (surface) { in vmw_du_crtc_cursor_set() 230 du->cursor_surface = surface; in vmw_du_crtc_cursor_set() 234 vmw_cursor_update_image(dev_priv, surface->snooper.image, in vmw_du_crtc_cursor_set() 420 struct vmw_surface *surface; member 439 vmw_surface_unreference(&vfbs->surface); in vmw_framebuffer_surface_destroy() 648 struct vmw_surface *surface, in vmw_kms_new_framebuffer_surface() argument [all …]
|
D | vmwgfx_ioctl.c | 226 struct vmw_surface *surface; in vmw_present_ioctl() local 281 surface = vmw_res_to_srf(res); in vmw_present_ioctl() 283 vfb, surface, arg->sid, in vmw_present_ioctl() 288 vmw_surface_unreference(&surface); in vmw_present_ioctl()
|
D | vmwgfx_drv.h | 907 struct vmw_surface *surface,
|
/drivers/gpu/drm/radeon/ |
D | radeon_asic.c | 229 .surface = { 296 .surface = { 391 .surface = { 458 .surface = { 525 .surface = { 592 .surface = { 661 .surface = { 730 .surface = { 797 .surface = { 864 .surface = { [all …]
|
D | radeon.h | 1901 } surface; member 2869 #define radeon_set_surface_reg(rdev, r, f, p, o, s) ((rdev)->asic->surface.set_reg((rdev), (r), (f)… 2870 #define radeon_clear_surface_reg(rdev, r) ((rdev)->asic->surface.clear_reg((rdev), (r)))
|
/drivers/gpu/drm/qxl/ |
D | qxl_draw.c | 76 make_drawable(struct qxl_device *qdev, int surface, uint8_t type, in make_drawable() argument 89 drawable->surface_id = surface; /* Only primary for now */ in make_drawable()
|
/drivers/gpu/drm/nouveau/core/engine/copy/fuc/ |
D | nva3.fuc | 424 // Calculates the hw swizzle mask and adjusts the surface's xcnt to match 523 // Setup to handle a tiled surface 544 // $p2: set if dst surface 674 // Setup to handle a linear surface
|
/drivers/video/fbdev/ |
D | Kconfig | 2467 pre-allocated frame buffer surface. 2469 Configuration re: surface address, size, and format must be provided
|
/drivers/gpu/drm/i915/ |
D | intel_display.c | 13643 u32 surface; member 13705 error->plane[i].surface = I915_READ(DSPSURF(i)); in intel_display_capture_error_state() 13776 err_printf(m, " SURF: %08x\n", error->plane[i].surface); in intel_display_print_error_state()
|