Searched refs:drm_format_info_block_width (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/selftests/ |
A D | test-drm_format.c | 20 FAIL_ON(drm_format_info_block_width(info, 0) != 0); in igt_check_drm_format_block_width() 21 FAIL_ON(drm_format_info_block_width(info, -1) != 0); in igt_check_drm_format_block_width() 22 FAIL_ON(drm_format_info_block_width(info, 1) != 0); in igt_check_drm_format_block_width() 27 FAIL_ON(drm_format_info_block_width(info, 0) != 1); in igt_check_drm_format_block_width() 28 FAIL_ON(drm_format_info_block_width(info, 1) != 0); in igt_check_drm_format_block_width() 29 FAIL_ON(drm_format_info_block_width(info, -1) != 0); in igt_check_drm_format_block_width() 34 FAIL_ON(drm_format_info_block_width(info, 0) != 1); in igt_check_drm_format_block_width() 35 FAIL_ON(drm_format_info_block_width(info, 1) != 1); in igt_check_drm_format_block_width() 36 FAIL_ON(drm_format_info_block_width(info, 2) != 0); in igt_check_drm_format_block_width() 42 FAIL_ON(drm_format_info_block_width(info, 0) != 1); in igt_check_drm_format_block_width() [all …]
|
/linux/drivers/gpu/drm/arm/display/komeda/ |
A D | komeda_framebuffer.c | 213 u32 block_w = drm_format_info_block_width(fb->format, 0); in komeda_fb_check_src_coords() 254 block_w = drm_format_info_block_width(fb->format, plane); in komeda_fb_get_pixel_addr()
|
/linux/drivers/gpu/drm/ |
A D | drm_fourcc.c | 338 unsigned int drm_format_info_block_width(const struct drm_format_info *info, in drm_format_info_block_width() function 348 EXPORT_SYMBOL(drm_format_info_block_width); 387 drm_format_info_block_width(info, plane) * in drm_format_info_min_pitch()
|
A D | drm_fb_cma_helper.c | 72 u32 block_w = drm_format_info_block_width(fb->format, plane); in drm_fb_cma_get_gem_addr()
|
A D | drm_fb_helper.c | 1311 if ((drm_format_info_block_width(fb->format, 0) > 1) || in drm_fb_helper_check_var() 1705 WARN_ON((drm_format_info_block_width(fb->format, 0) > 1) || in drm_fb_helper_fill_var()
|
/linux/include/drm/ |
A D | drm_fourcc.h | 312 unsigned int drm_format_info_block_width(const struct drm_format_info *info,
|
/linux/drivers/gpu/drm/gud/ |
A D | gud_pipe.c | 58 unsigned int block_width = drm_format_info_block_width(format, 0); in gud_xrgb8888_to_r124() 104 unsigned int block_width = drm_format_info_block_width(format, 0); in gud_xrgb8888_to_color()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_fb.c | 341 *hsub = drm_format_info_block_width(fb->format, color_plane) / in intel_fb_plane_get_subsampling() 342 drm_format_info_block_width(fb->format, main_plane); in intel_fb_plane_get_subsampling()
|
/linux/drivers/gpu/drm/arm/ |
A D | malidp_planes.c | 540 block_w = drm_format_info_block_width(fb->format, 0); in malidp_de_plane_check()
|
Completed in 24 milliseconds