drm_format_info_block_height
block_h = drm_format_info_block_height(info, 1);
block_h = drm_format_info_block_height(info, 0);
block_h = drm_format_info_block_height(info, i);
u32 block_h = drm_format_info_block_height(fb->format, 0);
if (((fb->pitches[i] * drm_format_info_block_height(fb->format, i))
block_h = drm_format_info_block_height(fb->format, 0);
unsigned int block_h = drm_format_info_block_height(mp->base.state->fb->format, i);
u32 block_h = drm_format_info_block_height(fb->format, plane);
(drm_format_info_block_height(format, 0) > 1))
(drm_format_info_block_height(format, 0) > 1));
EXPORT_SYMBOL(drm_format_info_block_height);
drm_format_info_block_height(info, plane));
drm_format_info_block_height(info, plane));
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 0), 1);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 1), 1);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 2), 1);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 3), 0);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, -1), 0);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 0), 2);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 1), 0);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, -1), 0);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 0), 0);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, -1), 0);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 1), 0);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 0), 1);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, -1), 0);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 1), 0);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 0), 1);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 1), 1);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 2), 0);
KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, -1), 0);
WARN_ONCE(drm_format_info_block_height(frame_info->fb->format,
WARN_ONCE(drm_format_info_block_height(plane->frame_info->fb->format, 0) != 1,
int block_y = y / drm_format_info_block_height(format, plane_index);
int block_pitch = fb->pitches[plane_index] * drm_format_info_block_height(format,
*rem_y = y % drm_format_info_block_height(format, plane_index);
unsigned int drm_format_info_block_height(const struct drm_format_info *info,