Home
last modified time | relevance | path

Searched refs:drm_format_info_min_pitch (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/selftests/
A Dtest-drm_format.c106 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 Dgud_pipe.c71 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 Dgud_drv.c546 fmt_buf_size = drm_format_info_min_pitch(info, 0, drm->mode_config.max_width) * in gud_probe()
/linux/include/drm/
A Ddrm_fourcc.h316 uint64_t drm_format_info_min_pitch(const struct drm_format_info *info,
/linux/drivers/gpu/drm/
A Ddrm_fourcc.c380 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 Ddrm_gem_framebuffer_helper.c177 + drm_format_info_min_pitch(info, i, width) in drm_gem_fb_init_with_funcs()
A Ddrm_framebuffer.c202 u64 min_pitch = drm_format_info_min_pitch(info, i, width); in framebuffer_check()

Completed in 21 milliseconds