Searched refs:drm_format_info_min_pitch (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/selftests/ |
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() 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() 132 FAIL_ON(drm_format_info_min_pitch(info, 0, 0) != 0); in igt_check_drm_format_min_pitch() 134 FAIL_ON(drm_format_info_min_pitch(info, 1, 0) != 0); in igt_check_drm_format_min_pitch() 136 FAIL_ON(drm_format_info_min_pitch(info, 0, 1) != 2); in igt_check_drm_format_min_pitch() [all …]
|
/linux/drivers/gpu/drm/gud/ |
A D | gud_pipe.c | 71 len = drm_format_info_min_pitch(format, 0, width) * height; in gud_xrgb8888_to_r124() 114 len = drm_format_info_min_pitch(format, 0, width) * drm_rect_height(rect); in gud_xrgb8888_to_color() 161 pitch = drm_format_info_min_pitch(format, 0, drm_rect_width(rect)); in gud_prep_flush() 387 pitch = drm_format_info_min_pitch(format, 0, drm_rect_width(&damage)); in gud_flush_work()
|
A D | gud_drv.c | 546 fmt_buf_size = drm_format_info_min_pitch(info, 0, drm->mode_config.max_width) * in gud_probe()
|
/linux/include/drm/ |
A D | drm_fourcc.h | 316 uint64_t drm_format_info_min_pitch(const struct drm_format_info *info,
|
/linux/drivers/gpu/drm/ |
A D | drm_fourcc.c | 380 uint64_t drm_format_info_min_pitch(const struct drm_format_info *info, in drm_format_info_min_pitch() function 390 EXPORT_SYMBOL(drm_format_info_min_pitch);
|
A D | drm_gem_framebuffer_helper.c | 177 + drm_format_info_min_pitch(info, i, width) in drm_gem_fb_init_with_funcs()
|
A D | drm_framebuffer.c | 202 u64 min_pitch = drm_format_info_min_pitch(info, i, width); in framebuffer_check()
|
Completed in 21 milliseconds