Searched refs:drm_format_info_block_width (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/tests/ |
A D | drm_format_test.c | 16 KUNIT_EXPECT_EQ(test, drm_format_info_block_width(info, 0), 0); in drm_test_format_block_width_invalid() 17 KUNIT_EXPECT_EQ(test, drm_format_info_block_width(info, -1), 0); in drm_test_format_block_width_invalid() 18 KUNIT_EXPECT_EQ(test, drm_format_info_block_width(info, 1), 0); in drm_test_format_block_width_invalid() 27 KUNIT_EXPECT_EQ(test, drm_format_info_block_width(info, 0), 1); in drm_test_format_block_width_one_plane() 28 KUNIT_EXPECT_EQ(test, drm_format_info_block_width(info, 1), 0); in drm_test_format_block_width_one_plane() 29 KUNIT_EXPECT_EQ(test, drm_format_info_block_width(info, -1), 0); in drm_test_format_block_width_one_plane() 38 KUNIT_EXPECT_EQ(test, drm_format_info_block_width(info, 0), 1); in drm_test_format_block_width_two_plane() 39 KUNIT_EXPECT_EQ(test, drm_format_info_block_width(info, 1), 1); in drm_test_format_block_width_two_plane() 40 KUNIT_EXPECT_EQ(test, drm_format_info_block_width(info, 2), 0); in drm_test_format_block_width_two_plane() 50 KUNIT_EXPECT_EQ(test, drm_format_info_block_width(info, 0), 1); in drm_test_format_block_width_three_plane() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_fourcc.c | 379 unsigned int drm_format_info_block_width(const struct drm_format_info *info, in drm_format_info_block_width() function 389 EXPORT_SYMBOL(drm_format_info_block_width); 425 (drm_format_info_block_width(info, plane) * in drm_format_info_bpp() 447 drm_format_info_block_width(info, plane) * in drm_format_info_min_pitch()
|
A D | drm_fb_dma_helper.c | 77 u32 block_w = drm_format_info_block_width(fb->format, plane); in drm_fb_dma_get_gem_addr()
|
A D | drm_fb_helper.c | 1550 if ((drm_format_info_block_width(format, 0) > 1) || in drm_fb_helper_check_var() 2017 WARN_ON((drm_format_info_block_width(format, 0) > 1) || in drm_fb_helper_fill_var()
|
/linux-6.3-rc2/drivers/gpu/drm/arm/display/komeda/ |
A D | komeda_framebuffer.c | 213 u32 block_w = drm_format_info_block_width(fb->format, 0); in komeda_fb_check_src_coords() 254 block_w = drm_format_info_block_width(fb->format, plane); in komeda_fb_get_pixel_addr()
|
/linux-6.3-rc2/include/drm/ |
A D | drm_fourcc.h | 315 unsigned int drm_format_info_block_width(const struct drm_format_info *info,
|
/linux-6.3-rc2/drivers/gpu/drm/gud/ |
A D | gud_pipe.c | 56 unsigned int block_width = drm_format_info_block_width(format, 0); in gud_xrgb8888_to_r124() 105 unsigned int block_width = drm_format_info_block_width(format, 0); in gud_xrgb8888_to_color()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_fb.c | 835 *hsub = drm_format_info_block_width(fb->format, color_plane) / in intel_fb_plane_get_subsampling() 836 drm_format_info_block_width(fb->format, main_plane); in intel_fb_plane_get_subsampling()
|
/linux-6.3-rc2/drivers/gpu/drm/arm/ |
A D | malidp_planes.c | 528 block_w = drm_format_info_block_width(fb->format, 0); in malidp_de_plane_check()
|
Completed in 44 milliseconds