Lines Matching refs:clip
120 struct drm_rect clip, in sharp_memory_set_tx_buffer_addresses() argument
123 for (u32 line = 0; line < clip.y2; ++line) in sharp_memory_set_tx_buffer_addresses()
129 struct drm_rect clip, in sharp_memory_set_tx_buffer_data() argument
144 drm_fb_xrgb8888_to_mono(&dst, &pitch, &vmap, fb, &clip, fmtcnv_state); in sharp_memory_set_tx_buffer_data()
151 struct drm_rect clip, in sharp_memory_update_display() argument
165 sharp_memory_set_tx_buffer_addresses(&tx_buffer[1], clip, pitch); in sharp_memory_update_display()
166 sharp_memory_set_tx_buffer_data(&tx_buffer[2], fb, clip, pitch, fmtcnv_state); in sharp_memory_update_display()
212 struct drm_rect clip; in sharp_memory_fb_dirty() local
216 clip.x1 = 0; in sharp_memory_fb_dirty()
217 clip.x2 = fb->width; in sharp_memory_fb_dirty()
218 clip.y1 = rect->y1; in sharp_memory_fb_dirty()
219 clip.y2 = rect->y2; in sharp_memory_fb_dirty()
221 sharp_memory_update_display(smd, fb, clip, fmtconv_state); in sharp_memory_fb_dirty()