/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
H A 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(inf in igt_check_drm_format_block_height() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/ |
H A D | drm_format_test.c | 72 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(inf in drm_test_format_block_height_two_plane() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 392 * drm_format_info_block_height - height in pixels of a block 399 unsigned int drm_format_info_block_height(const struct drm_format_info *info, in drm_format_info_block_height() function 409 EXPORT_SYMBOL(drm_format_info_block_height); variable 426 drm_format_info_block_height(info, plane)); in drm_format_info_bpp() 448 drm_format_info_block_height(info, plane)); in drm_format_info_min_pitch()
|
H A D | drm_fb_dma_helper.c | 78 u32 block_h = drm_format_info_block_height(fb->format, plane); in drm_fb_dma_get_gem_addr()
|
H A D | drm_fb_helper.c | 1244 (drm_format_info_block_height(format, 0) > 1)) in drm_fb_helper_check_var() 1714 (drm_format_info_block_height(format, 0) > 1)); in drm_fb_helper_fill_var()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_fb_cma_helper.c | 71 u32 block_h = drm_format_info_block_height(fb->format, plane); in drm_fb_cma_get_gem_addr()
|
H A D | drm_fourcc.c | 375 * drm_format_info_block_height - height in pixels of a block 382 unsigned int drm_format_info_block_height(const struct drm_format_info *info, in drm_format_info_block_height() function 392 EXPORT_SYMBOL(drm_format_info_block_height); variable 412 drm_format_info_block_height(info, plane)); in drm_format_info_min_pitch()
|
H A D | drm_fb_helper.c | 1284 (drm_format_info_block_height(fb->format, 0) > 1)) in drm_fb_helper_check_var() 1675 (drm_format_info_block_height(fb->format, 0) > 1)); in drm_fb_helper_fill_var()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/ |
H A 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()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_fourcc.h | 98 * drm_format_info_block_height() which allows handling both 122 * drm_format_info_block_height() 317 unsigned int drm_format_info_block_height(const struct drm_format_info *info,
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_fourcc.h | 103 * drm_format_info_block_height() which allows handling both 127 * drm_format_info_block_height() 317 unsigned int drm_format_info_block_height(const struct drm_format_info *info,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/ |
H A D | malidp_planes.c | 520 if (((fb->pitches[i] * drm_format_info_block_height(fb->format, i)) in malidp_de_plane_check() 529 block_h = drm_format_info_block_height(fb->format, 0); in malidp_de_plane_check() 624 unsigned int block_h = drm_format_info_block_height(mp->base.state->fb->format, i); in malidp_de_set_plane_pitches()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/d71/ |
H A D | d71_component.c | 198 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/d71/ |
H A D | d71_component.c | 198 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()
|