Searched refs:max_planes (Results 1 – 2 of 2) sorted by relevance
53 for (i = 0; i < layer->max_planes; i++) { in atmel_hlcdc_layer_fb_flip_release_queue()158 for (i = fb_flip->ngems; i < layer->max_planes; i++) { in atmel_hlcdc_layer_update_apply()372 for (i = 0; i < layer->max_planes * 4; i++) { in atmel_hlcdc_layer_update_start()377 if (j == layer->max_planes) in atmel_hlcdc_layer_update_start()382 if (j < layer->max_planes) { in atmel_hlcdc_layer_update_start()387 if (j < layer->max_planes) { in atmel_hlcdc_layer_update_start()451 if (nplanes > layer->max_planes) in atmel_hlcdc_layer_update_set_fb()535 layer->max_planes * 4 * in atmel_hlcdc_layer_dma_init()541 for (i = 0; i < layer->max_planes * 4; i++) { in atmel_hlcdc_layer_dma_init()556 for (i = 0; i < layer->max_planes * 4; i++) { in atmel_hlcdc_layer_dma_cleanup()[all …]
53 #define ATMEL_HLCDC_LAYER_CFG(p, c) (((c) * 4) + ((p)->max_planes * 0x10) + 0x1c)362 int max_planes; member