Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vkms/
H A Dvkms_composer.c363 int crtc_x_limit, struct line_buffer *stage_buffer, in blend_line() argument
390 dst_line.x2 = min_t(int, dst_line.x2, crtc_x_limit); in blend_line()
481 int crtc_x_limit = crtc_state->base.mode.hdisplay; in blend() local
495 blend_line(plane[i], y, crtc_x_limit, stage_buffer, output_buffer); in blend()