Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/selftests/
A Dtest-drm_format.c63 FAIL_ON(drm_format_info_block_height(info, 0) != 0); in igt_check_drm_format_block_height()
64 FAIL_ON(drm_format_info_block_height(info, -1) != 0); in igt_check_drm_format_block_height()
65 FAIL_ON(drm_format_info_block_height(info, 1) != 0); in igt_check_drm_format_block_height()
70 FAIL_ON(drm_format_info_block_height(info, 0) != 1); in igt_check_drm_format_block_height()
71 FAIL_ON(drm_format_info_block_height(info, 1) != 0); in igt_check_drm_format_block_height()
77 FAIL_ON(drm_format_info_block_height(info, 0) != 1); in igt_check_drm_format_block_height()
78 FAIL_ON(drm_format_info_block_height(info, 1) != 1); in igt_check_drm_format_block_height()
79 FAIL_ON(drm_format_info_block_height(info, 2) != 0); in igt_check_drm_format_block_height()
85 FAIL_ON(drm_format_info_block_height(info, 0) != 1); in igt_check_drm_format_block_height()
86 FAIL_ON(drm_format_info_block_height(info, 1) != 1); in igt_check_drm_format_block_height()
[all …]
/linux/drivers/gpu/drm/arm/display/komeda/
A Dkomeda_framebuffer.c132 block_h = drm_format_info_block_height(info, i); in komeda_fb_none_afbc_size_check()
214 u32 block_h = drm_format_info_block_height(fb->format, 0); in komeda_fb_check_src_coords()
/linux/drivers/gpu/drm/
A Ddrm_fourcc.c358 unsigned int drm_format_info_block_height(const struct drm_format_info *info, in drm_format_info_block_height() function
368 EXPORT_SYMBOL(drm_format_info_block_height);
388 drm_format_info_block_height(info, plane)); in drm_format_info_min_pitch()
A Ddrm_fb_cma_helper.c73 u32 block_h = drm_format_info_block_height(fb->format, plane); in drm_fb_cma_get_gem_addr()
A Ddrm_fb_helper.c1312 (drm_format_info_block_height(fb->format, 0) > 1)) in drm_fb_helper_check_var()
1706 (drm_format_info_block_height(fb->format, 0) > 1)); in drm_fb_helper_fill_var()
/linux/include/drm/
A Ddrm_fourcc.h314 unsigned int drm_format_info_block_height(const struct drm_format_info *info,
/linux/drivers/gpu/drm/arm/
A Dmalidp_planes.c532 if (((fb->pitches[i] * drm_format_info_block_height(fb->format, i)) in malidp_de_plane_check()
541 block_h = drm_format_info_block_height(fb->format, 0); in malidp_de_plane_check()
636 unsigned int block_h = drm_format_info_block_height(mp->base.state->fb->format, i); in malidp_de_set_plane_pitches()
/linux/drivers/gpu/drm/arm/display/komeda/d71/
A Dd71_component.c198 block_h = drm_format_info_block_height(info, 1); in d71_layer_update_fb()
203 block_h = drm_format_info_block_height(info, 0); in d71_layer_update_fb()

Completed in 24 milliseconds