Home
last modified time | relevance | path

Searched defs:lima_ip_desc (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/lima/
Dlima_device.c20 struct lima_ip_desc { struct
21 char *name;
22 char *irq_name;
23 bool must_have[lima_gpu_num];
24 int offset[lima_gpu_num];
26 int (*init)(struct lima_ip *ip);
50 static struct lima_ip_desc lima_ip_desc[lima_ip_num] = { argument