Searched refs:drm_format_info_min_pitch (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | test-drm_format.c | 106 FAIL_ON(drm_format_info_min_pitch(info, 0, 0) != 0); in igt_check_drm_format_min_pitch() 107 FAIL_ON(drm_format_info_min_pitch(info, -1, 0) != 0); in igt_check_drm_format_min_pitch() 108 FAIL_ON(drm_format_info_min_pitch(info, 1, 0) != 0); in igt_check_drm_format_min_pitch() 113 FAIL_ON(drm_format_info_min_pitch(info, 0, 0) != 0); in igt_check_drm_format_min_pitch() 114 FAIL_ON(drm_format_info_min_pitch(info, -1, 0) != 0); in igt_check_drm_format_min_pitch() 115 FAIL_ON(drm_format_info_min_pitch(info, 1, 0) != 0); in igt_check_drm_format_min_pitch() 117 FAIL_ON(drm_format_info_min_pitch(info, 0, 1) != 1); in igt_check_drm_format_min_pitch() 118 FAIL_ON(drm_format_info_min_pitch(info, 0, 2) != 2); in igt_check_drm_format_min_pitch() 119 FAIL_ON(drm_format_info_min_pitch(info, 0, 640) != 640); in igt_check_drm_format_min_pitch() 120 FAIL_ON(drm_format_info_min_pitch(info, 0, 1024) != 1024); in igt_check_drm_format_min_pitch() [all …]
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_fourcc.h | 319 uint64_t drm_format_info_min_pitch(const struct drm_format_info *info,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_fourcc.c | 407 uint64_t drm_format_info_min_pitch(const struct drm_format_info *info, in drm_format_info_min_pitch() function 417 EXPORT_SYMBOL(drm_format_info_min_pitch);
|
| H A D | drm_gem_framebuffer_helper.c | 176 + drm_format_info_min_pitch(info, i, width) in drm_gem_fb_init_with_funcs()
|
| H A D | drm_framebuffer.c | 205 u64 min_pitch = drm_format_info_min_pitch(info, i, width); in framebuffer_check()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_rockchip | 2513 drm_format_info_min_pitch
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop2.c | 4878 …offset = drm_format_info_min_pitch(fb->format, 0, ALIGN_DOWN(src->x1 >> 16, tile_size)) * tile_siz… in vop2_plane_atomic_check() 4902 …offset = drm_format_info_min_pitch(fb->format, 1, ALIGN_DOWN(src->x1 >> 16, tile_size)) * tile_siz… in vop2_plane_atomic_check() 5157 splice_yrgb_offset = drm_format_info_min_pitch(fb->format, 0, splice_pixel_offset); in vop2_win_atomic_update() 5160 splice_uv_offset = drm_format_info_min_pitch(fb->format, 1, splice_pixel_offset / hsub); in vop2_win_atomic_update()
|