Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/
H A Dtest-drm_format.c20 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()
37 FAIL_ON(drm_format_info_block_width(info, -1) != 0); in igt_check_drm_format_block_width()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_fb_cma_helper.c70 u32 block_w = drm_format_info_block_width(fb->format, plane); in drm_fb_cma_get_gem_addr()
H A Ddrm_fourcc.c365 unsigned int drm_format_info_block_width(const struct drm_format_info *info, in drm_format_info_block_width() function
375 EXPORT_SYMBOL(drm_format_info_block_width);
414 drm_format_info_block_width(info, plane) * in drm_format_info_min_pitch()
H A Ddrm_fb_helper.c1283 if ((drm_format_info_block_width(fb->format, 0) > 1) || in drm_fb_helper_check_var()
1671 WARN_ON((drm_format_info_block_width(fb->format, 0) > 1) || in drm_fb_helper_fill_var()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_framebuffer.c213 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()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_fourcc.h315 unsigned int drm_format_info_block_width(const struct drm_format_info *info,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/
H A Dmalidp_planes.c538 block_w = drm_format_info_block_width(fb->format, 0); in malidp_de_plane_check()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display.c2898 *hsub = drm_format_info_block_width(fb->format, color_plane) / in intel_fb_plane_get_subsampling()
2899 drm_format_info_block_width(fb->format, main_plane); in intel_fb_plane_get_subsampling()