Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vkms/
H A Dvkms_composer.c40 static void pre_mul_alpha_blend(const struct line_buffer *stage_buffer, in pre_mul_alpha_blend() argument
44 const struct pixel_argb_u16 *in = &stage_buffer->pixels[x_start]; in pre_mul_alpha_blend()
261 int crtc_x_limit, struct line_buffer *stage_buffer, in blend_line() argument
349 pixel_count, &stage_buffer->pixels[dst_x_start]); in blend_line()
351 pre_mul_alpha_blend(stage_buffer, output_buffer, in blend_line()
370 u32 *crc32, struct line_buffer *stage_buffer, in blend() argument
393 blend_line(plane[i], y, crtc_x_limit, stage_buffer, output_buffer); in blend()
438 struct line_buffer output_buffer, stage_buffer; in compose_active_planes() local
456 stage_buffer.n_pixels = line_width; in compose_active_planes()
459 stage_buffer.pixels = kvmalloc(line_width * pixel_size, GFP_KERNEL); in compose_active_planes()
[all …]