drm_format_info_block_height  181 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 		block_h = drm_format_info_block_height(info, 1);
drm_format_info_block_height  186 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	block_h = drm_format_info_block_height(info, 0);
drm_format_info_block_height  132 drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c 		block_h = drm_format_info_block_height(info, i);
drm_format_info_block_height  214 drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c 	u32 block_h = drm_format_info_block_height(fb->format, 0);
drm_format_info_block_height  530 drivers/gpu/drm/arm/malidp_planes.c 		if (((fb->pitches[i] * drm_format_info_block_height(fb->format, i))
drm_format_info_block_height  539 drivers/gpu/drm/arm/malidp_planes.c 	block_h = drm_format_info_block_height(fb->format, 0);
drm_format_info_block_height  634 drivers/gpu/drm/arm/malidp_planes.c 		unsigned int block_h = drm_format_info_block_height(mp->base.state->fb->format, i);
drm_format_info_block_height   70 drivers/gpu/drm/drm_fb_cma_helper.c 	u32 block_h = drm_format_info_block_height(fb->format, plane);
drm_format_info_block_height 1316 drivers/gpu/drm/drm_fb_helper.c 	    (drm_format_info_block_height(fb->format, 0) > 1))
drm_format_info_block_height 1682 drivers/gpu/drm/drm_fb_helper.c 		(drm_format_info_block_height(fb->format, 0) > 1));
drm_format_info_block_height  373 drivers/gpu/drm/drm_fourcc.c EXPORT_SYMBOL(drm_format_info_block_height);
drm_format_info_block_height  393 drivers/gpu/drm/drm_fourcc.c 			    drm_format_info_block_height(info, plane));
drm_format_info_block_height   63 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, 0) != 0);
drm_format_info_block_height   64 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, -1) != 0);
drm_format_info_block_height   65 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, 1) != 0);
drm_format_info_block_height   70 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, 0) != 1);
drm_format_info_block_height   71 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, 1) != 0);
drm_format_info_block_height   72 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, -1) != 0);
drm_format_info_block_height   77 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, 0) != 1);
drm_format_info_block_height   78 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, 1) != 1);
drm_format_info_block_height   79 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, 2) != 0);
drm_format_info_block_height   80 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, -1) != 0);
drm_format_info_block_height   85 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, 0) != 1);
drm_format_info_block_height   86 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, 1) != 1);
drm_format_info_block_height   87 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, 2) != 1);
drm_format_info_block_height   88 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, 3) != 0);
drm_format_info_block_height   89 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, -1) != 0);
drm_format_info_block_height   94 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, 0) != 2);
drm_format_info_block_height   95 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, 1) != 0);
drm_format_info_block_height   96 drivers/gpu/drm/selftests/test-drm_format.c 	FAIL_ON(drm_format_info_block_height(info, -1) != 0);
drm_format_info_block_height  317 include/drm/drm_fourcc.h unsigned int drm_format_info_block_height(const struct drm_format_info *info,