Home
last modified time | relevance | path

Searched refs:pixel_size (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/vkms/
Dvkms_composer.c146 size_t line_width, pixel_size = sizeof(struct pixel_argb_u16); in compose_active_planes() local
168 stage_buffer.pixels = kvmalloc(line_width * pixel_size, GFP_KERNEL); in compose_active_planes()
174 output_buffer.pixels = kvmalloc(line_width * pixel_size, GFP_KERNEL); in compose_active_planes()
182 &output_buffer, line_width * pixel_size); in compose_active_planes()
/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmw_surface_cache.h71 const struct drm_vmw_size *pixel_size, in vmw_surface_get_size_in_blocks() argument
74 block_size->width = __KERNEL_DIV_ROUND_UP(pixel_size->width, in vmw_surface_get_size_in_blocks()
76 block_size->height = __KERNEL_DIV_ROUND_UP(pixel_size->height, in vmw_surface_get_size_in_blocks()
78 block_size->depth = __KERNEL_DIV_ROUND_UP(pixel_size->depth, in vmw_surface_get_size_in_blocks()
/linux-6.1.9/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_client_blt.c34 int pixel_size = bpp / 8; in linear_x_y_to_ftiled_pos() local
52 x *= pixel_size; in linear_x_y_to_ftiled_pos()
77 GEM_BUG_ON(!IS_ALIGNED(pos, pixel_size)); in linear_x_y_to_ftiled_pos()
79 return pos / pixel_size * 4; in linear_x_y_to_ftiled_pos()
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay.c42 if (dssdev->ctrl.pixel_size == 24) in omapdss_default_get_recommended_bpp()
/linux-6.1.9/include/video/
Domapfb_dss.h639 u8 pixel_size; member