Searched refs:drm_format_info_block_width (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/selftests/ |
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() 37 FAIL_ON(drm_format_info_block_width(info, -1) != 0); in igt_check_drm_format_block_width() [all …]
|
/drivers/gpu/drm/ |
D | drm_fb_cma_helper.c | 69 u32 block_w = drm_format_info_block_width(fb->format, plane); in drm_fb_cma_get_gem_addr()
|
D | drm_fourcc.c | 343 unsigned int drm_format_info_block_width(const struct drm_format_info *info, in drm_format_info_block_width() function 353 EXPORT_SYMBOL(drm_format_info_block_width); 392 drm_format_info_block_width(info, plane) * in drm_format_info_min_pitch()
|
D | drm_fb_helper.c | 1315 if ((drm_format_info_block_width(fb->format, 0) > 1) || in drm_fb_helper_check_var() 1681 WARN_ON((drm_format_info_block_width(fb->format, 0) > 1) || in drm_fb_helper_fill_var()
|
/drivers/gpu/drm/arm/display/komeda/ |
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()
|
/drivers/gpu/drm/arm/ |
D | malidp_planes.c | 538 block_w = drm_format_info_block_width(fb->format, 0); in malidp_de_plane_check()
|