Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/runtime/ifmtr/src/
A Difmtr.c86 line_width = 0, in ia_css_ifmtr_configure() local
182 line_width = vectors_per_line * in ia_css_ifmtr_configure()
208 line_width = vectors_per_line * in ia_css_ifmtr_configure()
362 line_width = 0; in ia_css_ifmtr_configure()
364 if (!line_width) in ia_css_ifmtr_configure()
365 line_width = vectors_per_line * in ia_css_ifmtr_configure()
369 line_width = CEIL_MUL(line_width, in ia_css_ifmtr_configure()
385 buffer_width * bits_per_pixel / 8 - line_width; in ia_css_ifmtr_configure()
401 line_width = vectors_per_line * in ia_css_ifmtr_configure()
414 buffer_width * bits_per_pixel / 8 - line_width; in ia_css_ifmtr_configure()
/drivers/gpu/drm/vkms/
A Dvkms_composer.c437 size_t line_width, pixel_size = sizeof(struct pixel_argb_u16); in compose_active_planes() local
455 line_width = crtc_state->base.mode.hdisplay; in compose_active_planes()
456 stage_buffer.n_pixels = line_width; in compose_active_planes()
457 output_buffer.n_pixels = line_width; in compose_active_planes()
459 stage_buffer.pixels = kvmalloc(line_width * pixel_size, GFP_KERNEL); in compose_active_planes()
465 output_buffer.pixels = kvmalloc(line_width * pixel_size, GFP_KERNEL); in compose_active_planes()
473 &output_buffer, line_width * pixel_size); in compose_active_planes()
/drivers/video/fbdev/
A Datafb.c113 short line_width; member
1011 par->hw.falcon.line_width = bpp * xres / 16; in falcon_decode_var()
1410 var->xres = hw->line_width * 16 / var->bits_per_pixel; in falcon_encode_var()
1520 hw->line_width = shifter_f030.scn_width; in falcon_get_par()
1619 shifter_f030.scn_width = hw->line_width; in falcon_vbl_switcher()

Completed in 13 milliseconds