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()
130 struct drm_rect clip, in sharp_memory_set_tx_buffer_data() argument
143 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, vmap, clip, pitch, fmtcnv_state); in sharp_memory_update_display()
213 struct drm_rect clip; in sharp_memory_fb_dirty() local
217 clip.x1 = 0; in sharp_memory_fb_dirty()
218 clip.x2 = fb->width; in sharp_memory_fb_dirty()
219 clip.y1 = rect->y1; in sharp_memory_fb_dirty()
220 clip.y2 = rect->y2; in sharp_memory_fb_dirty()
222 sharp_memory_update_display(smd, fb, vmap, clip, fmtconv_state); in sharp_memory_fb_dirty()