Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_layer.c79 if (slot->fb_flip) { in atmel_hlcdc_layer_update_reset()
80 atmel_hlcdc_layer_fb_flip_release_queue(layer, slot->fb_flip); in atmel_hlcdc_layer_update_reset()
81 slot->fb_flip = NULL; in atmel_hlcdc_layer_update_reset()
92 struct atmel_hlcdc_layer_fb_flip *fb_flip; in atmel_hlcdc_layer_update_apply() local
111 fb_flip = slot->fb_flip; in atmel_hlcdc_layer_update_apply()
113 if (!fb_flip->fb) in atmel_hlcdc_layer_update_apply()
117 for (i = 0; i < fb_flip->ngems; i++) { in atmel_hlcdc_layer_update_apply()
118 dscr = fb_flip->dscrs[i]; in atmel_hlcdc_layer_update_apply()
141 for (i = 0; i < fb_flip->ngems; i++) { in atmel_hlcdc_layer_update_apply()
142 dscr = fb_flip->dscrs[i]; in atmel_hlcdc_layer_update_apply()
[all …]
Datmel_hlcdc_layer.h292 struct atmel_hlcdc_layer_fb_flip *fb_flip; member