Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/
Ddrm_format_helper.c750 unsigned int dst_pitch_0; in drm_fb_xrgb8888_to_mono() local
760 dst_pitch_0 = dst_pitch[0]; in drm_fb_xrgb8888_to_mono()
765 if (!dst_pitch_0) in drm_fb_xrgb8888_to_mono()
766 dst_pitch_0 = DIV_ROUND_UP(linepixels, 8); in drm_fb_xrgb8888_to_mono()
791 mono += dst_pitch_0; in drm_fb_xrgb8888_to_mono()