Searched refs:fb_flip (Results 1 – 2 of 2) sorted by relevance
79 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() local111 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 …]
292 struct atmel_hlcdc_layer_fb_flip *fb_flip; member