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 201 handle, &surface, &dmabuf); in vmw_du_crtc_cursor_set() 210 if (surface && !surface->snooper.image) { in vmw_du_crtc_cursor_set() 212 vmw_surface_unreference(&surface); in vmw_du_crtc_cursor_set() 226 if (surface) { in vmw_du_crtc_cursor_set() 228 du->cursor_surface = surface; in vmw_du_crtc_cursor_set() 232 vmw_cursor_update_image(dev_priv, surface->snooper.image, in vmw_du_crtc_cursor_set() 418 struct vmw_surface *surface; member 437 vmw_surface_unreference(&vfbs->surface); in vmw_framebuffer_surface_destroy() 640 struct vmw_surface *surface, in vmw_kms_new_framebuffer_surface() argument [all …]
|
D | vmwgfx_ioctl.c | 130 struct vmw_surface *surface; in vmw_present_ioctl() local 186 surface = vmw_res_to_srf(res); in vmw_present_ioctl() 188 vfb, surface, arg->sid, in vmw_present_ioctl() 193 vmw_surface_unreference(&surface); in vmw_present_ioctl()
|
D | vmwgfx_drv.h | 681 struct vmw_surface *surface,
|
/drivers/gpu/drm/radeon/ |
D | radeon_asic.c | 216 .surface = { 292 .surface = { 368 .surface = { 444 .surface = { 520 .surface = { 596 .surface = { 674 .surface = { 752 .surface = { 828 .surface = { 904 .surface = { [all …]
|
D | radeon.h | 1320 } surface; member 1918 #define radeon_set_surface_reg(rdev, r, f, p, o, s) ((rdev)->asic->surface.set_reg((rdev), (r), (f)… 1919 #define radeon_clear_surface_reg(rdev, r) ((rdev)->asic->surface.clear_reg((rdev), (r)))
|
/drivers/gpu/drm/qxl/ |
D | qxl_draw.c | 55 make_drawable(struct qxl_device *qdev, int surface, uint8_t type, in make_drawable() argument 71 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/gpu/drm/i915/ |
D | intel_display.c | 9548 u32 surface; member 9587 error->plane[i].surface = I915_READ(DSPSURF(i)); in intel_display_capture_error_state() 9633 seq_printf(m, " SURF: %08x\n", error->plane[i].surface); in intel_display_print_error_state()
|
/drivers/video/ |
D | Kconfig | 2467 pre-allocated frame buffer surface. 2469 Configuration re: surface address, size, and format must be provided
|