Searched refs:drm_format_info_block_height (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/selftests/ | 
| D | test-drm_format.c | 63 	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()
 72 	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()
 80 	FAIL_ON(drm_format_info_block_height(info, -1) != 0);  in igt_check_drm_format_block_height()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/ | 
| D | drm_fb_cma_helper.c | 70 	u32 block_h = drm_format_info_block_height(fb->format, plane);  in drm_fb_cma_get_gem_addr()
 | 
| D | drm_fourcc.c | 363 unsigned int drm_format_info_block_height(const struct drm_format_info *info,  in drm_format_info_block_height()  function373 EXPORT_SYMBOL(drm_format_info_block_height);
 393 			    drm_format_info_block_height(info, plane));  in drm_format_info_min_pitch()
 
 | 
| D | drm_fb_helper.c | 1316 	    (drm_format_info_block_height(fb->format, 0) > 1))  in drm_fb_helper_check_var()1677 		(drm_format_info_block_height(fb->format, 0) > 1));  in drm_fb_helper_fill_var()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/arm/display/komeda/ | 
| D | komeda_framebuffer.c | 132 		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-v5.4/include/drm/ | 
| D | drm_fourcc.h | 317 unsigned int drm_format_info_block_height(const struct drm_format_info *info,
 | 
| /Linux-v5.4/drivers/gpu/drm/arm/ | 
| D | malidp_planes.c | 530 		if (((fb->pitches[i] * drm_format_info_block_height(fb->format, i))  in malidp_de_plane_check()539 	block_h = drm_format_info_block_height(fb->format, 0);  in malidp_de_plane_check()
 634 		unsigned int block_h = drm_format_info_block_height(mp->base.state->fb->format, i);  in malidp_de_set_plane_pitches()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/arm/display/komeda/d71/ | 
| D | d71_component.c | 181 		block_h = drm_format_info_block_height(info, 1);  in d71_layer_update_fb()186 	block_h = drm_format_info_block_height(info, 0);  in d71_layer_update_fb()
 
 |