Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.h94 #define ATMEL_HLCDC_LAYER_SIZE(w, h) (((w) - 1) | (((h) - 1) << 16)) macro
Datmel_hlcdc_plane.c341 ATMEL_HLCDC_LAYER_SIZE(state->crtc_w, in atmel_hlcdc_plane_update_pos_and_size()
347 ATMEL_HLCDC_LAYER_SIZE(state->src_w, in atmel_hlcdc_plane_update_pos_and_size()