Home
last modified time | relevance | path

Searched defs:ENCODE_PGU_XY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/arc/
H A Darcpgu_crtc.c20 #define ENCODE_PGU_XY(x, y) ((((x) - 1) << 16) | ((y) - 1)) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H A Darcpgu.c108 #define ENCODE_PGU_XY(x, y) ((((x) - 1) << 16) | ((y) - 1)) macro

Completed in 2 milliseconds