Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_args.h111 #define PICK_ARG1(args...) FIRST_ARG(args) macro
112 #define PICK_ARG2(args...) PICK_ARG1(DROP_FIRST_ARG(args))