Home
last modified time | relevance | path

Searched refs:ATMEL_HLCDC_LAYER_DISC_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.h115 #define ATMEL_HLCDC_LAYER_DISC_SIZE(w, h) (((w) - 1) | (((h) - 1) << 16)) macro
H A Datmel_hlcdc_plane.c590 ATMEL_HLCDC_LAYER_DISC_SIZE(state->disc_w, in atmel_hlcdc_plane_update_disc_area()
/kernel/linux/linux-6.6/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.h115 #define ATMEL_HLCDC_LAYER_DISC_SIZE(w, h) (((w) - 1) | (((h) - 1) << 16)) macro
H A Datmel_hlcdc_plane.c592 ATMEL_HLCDC_LAYER_DISC_SIZE(state->disc_w, in atmel_hlcdc_plane_update_disc_area()

Completed in 7 milliseconds