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 | 97 static int get_block_step_bytes(struct drm_framebuffer *fb, enum pixel_read_direction direction, in get_block_step_bytes() function 324 int step = get_block_step_bytes(plane->frame_info->fb, direction, 0); \ 391 int step = get_block_step_bytes(plane->frame_info->fb, direction, 0); in Rx_read_line() 512 int step_1 = get_block_step_bytes(plane->frame_info->fb, direction, 0); \ in READ_LINE_ARGB8888() 513 int step_2 = get_block_step_bytes(plane->frame_info->fb, direction, 1); \ in READ_LINE_ARGB8888() 561 int step_y = get_block_step_bytes(plane->frame_info->fb, direction, 0); 562 int step_channel_1 = get_block_step_bytes(plane->frame_info->fb, direction, 1); 563 int step_channel_2 = get_block_step_bytes(plane->frame_info->fb, direction, 2);
|