Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_layer.c75 bitmap_clear(slot->updated_configs, 0, layer->desc->nconfigs); in atmel_hlcdc_layer_update_reset()
103 for_each_set_bit(cfg, slot->updated_configs, layer->desc->nconfigs) { in atmel_hlcdc_layer_update_apply()
399 memcpy(slot->updated_configs, in atmel_hlcdc_layer_update_start()
400 upd->slots[upd->pending].updated_configs, in atmel_hlcdc_layer_update_start()
492 set_bit(cfg, slot->updated_configs); in atmel_hlcdc_layer_update_cfg()
588 upd->slots[i].updated_configs = buffer; in atmel_hlcdc_layer_update_init()
Datmel_hlcdc_layer.h293 unsigned long *updated_configs; member