Searched refs:get_block_step_bytes (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/vkms/ |
H A D | vkms_formats.c | 95 static int get_block_step_bytes(struct drm_framebuffer *fb, enum pixel_read_direction direction, in get_block_step_bytes() function 227 int step = get_block_step_bytes(plane->frame_info->fb, direction, 0); in ARGB8888_read_line() 246 int step = get_block_step_bytes(plane->frame_info->fb, direction, 0); in XRGB8888_read_line() 265 int step = get_block_step_bytes(plane->frame_info->fb, direction, 0); in ARGB16161616_read_line() 284 int step = get_block_step_bytes(plane->frame_info->fb, direction, 0); in XRGB16161616_read_line() 303 int step = get_block_step_bytes(plane->frame_info->fb, direction, 0); in RGB565_read_line()
|