Lines Matching refs:pending
98 if (upd->pending < 0 || upd->pending > 1) in atmel_hlcdc_layer_update_apply()
101 slot = &upd->slots[upd->pending]; in atmel_hlcdc_layer_update_apply()
172 atmel_hlcdc_layer_update_reset(layer, upd->pending); in atmel_hlcdc_layer_update_apply()
174 upd->pending = -1; in atmel_hlcdc_layer_update_apply()
336 if (upd->pending >= 0) { in atmel_hlcdc_layer_disable()
337 atmel_hlcdc_layer_update_reset(layer, upd->pending); in atmel_hlcdc_layer_disable()
338 upd->pending = -1; in atmel_hlcdc_layer_disable()
368 upd->next = upd->pending ? 0 : 1; in atmel_hlcdc_layer_update_start()
395 if (upd->pending >= 0) { in atmel_hlcdc_layer_update_start()
397 upd->slots[upd->pending].configs, in atmel_hlcdc_layer_update_start()
400 upd->slots[upd->pending].updated_configs, in atmel_hlcdc_layer_update_start()
404 slot->fb_flip->fb = upd->slots[upd->pending].fb_flip->fb; in atmel_hlcdc_layer_update_start()
405 if (upd->slots[upd->pending].fb_flip->fb) { in atmel_hlcdc_layer_update_start()
407 upd->slots[upd->pending].fb_flip->fb; in atmel_hlcdc_layer_update_start()
409 upd->slots[upd->pending].fb_flip->ngems; in atmel_hlcdc_layer_update_start()
512 if (upd->pending >= 0) in atmel_hlcdc_layer_update_commit()
513 atmel_hlcdc_layer_update_reset(layer, upd->pending); in atmel_hlcdc_layer_update_commit()
515 upd->pending = upd->next; in atmel_hlcdc_layer_update_commit()
594 upd->pending = -1; in atmel_hlcdc_layer_update_init()