Searched refs:dst_pitch_0 (Results 1 – 1 of 1) sorted by relevance
1016 unsigned int dst_pitch_0; in drm_fb_xrgb8888_to_mono() local1026 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()