Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tests/
H A Ddrm_format_test.c72 KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 0), 0); in drm_test_format_block_height_invalid()
73 KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, -1), 0); in drm_test_format_block_height_invalid()
74 KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 1), 0); in drm_test_format_block_height_invalid()
83 KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 0), 1); in drm_test_format_block_height_one_plane()
84 KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, -1), 0); in drm_test_format_block_height_one_plane()
85 KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 1), 0); in drm_test_format_block_height_one_plane()
94 KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 0), 1); in drm_test_format_block_height_two_plane()
95 KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 1), 1); in drm_test_format_block_height_two_plane()
96 KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, 2), 0); in drm_test_format_block_height_two_plane()
97 KUNIT_EXPECT_EQ(test, drm_format_info_block_height(info, -1), 0); in drm_test_format_block_height_two_plane()
[all …]
/linux/drivers/gpu/drm/
H A Ddrm_fourcc.c472 unsigned int drm_format_info_block_height(const struct drm_format_info *info, in drm_format_info_block_height() function
482 EXPORT_SYMBOL(drm_format_info_block_height);
499 drm_format_info_block_height(info, plane)); in drm_format_info_bpp()
521 drm_format_info_block_height(info, plane)); in drm_format_info_min_pitch()
H A Ddrm_fb_helper.c1183 (drm_format_info_block_height(format, 0) > 1)) in drm_fb_helper_check_var()
1614 (drm_format_info_block_height(format, 0) > 1)); in drm_fb_helper_fill_var()
/linux/include/drm/
H A Ddrm_fourcc.h318 unsigned int drm_format_info_block_height(const struct drm_format_info *info,
/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c200 block_h = drm_format_info_block_height(info, 1); in d71_layer_update_fb()
205 block_h = drm_format_info_block_height(info, 0); in d71_layer_update_fb()