Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_format_helper.c1016 unsigned int dst_pitch_0; in drm_fb_xrgb8888_to_mono() local
1026 dst_pitch_0 = dst_pitch[0]; in drm_fb_xrgb8888_to_mono()
1031 if (!dst_pitch_0) in drm_fb_xrgb8888_to_mono()
1032 dst_pitch_0 = DIV_ROUND_UP(linepixels, 8); in drm_fb_xrgb8888_to_mono()
1057 mono += dst_pitch_0; in drm_fb_xrgb8888_to_mono()