Symbol: d71_pipeline
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1051
struct d71_pipeline *pipe = to_d71_pipeline(c->pipeline);
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1283
struct d71_pipeline *pipe;
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1385
static void d71_lpu_dump(struct d71_pipeline *pipe, struct seq_file *sf)
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1410
static void d71_dou_dump(struct d71_pipeline *pipe, struct seq_file *sf)
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1428
struct d71_pipeline *d71_pipe = to_d71_pipeline(pipe);
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
121
static u64 get_dou_event(struct d71_pipeline *d71_pipeline)
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
123
u32 __iomem *reg = d71_pipeline->dou_addr;
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
13
static u64 get_lpu_event(struct d71_pipeline *d71_pipeline)
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
15
u32 __iomem *reg = d71_pipeline->lpu_addr;
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
162
static u64 get_pipeline_event(struct d71_pipeline *d71_pipeline, u32 gcu_status)
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
167
evts |= get_lpu_event(d71_pipeline);
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
170
evts |= get_cu_event(d71_pipeline);
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
173
evts |= get_dou_event(d71_pipeline);
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
222
struct d71_pipeline *pipe;
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
242
struct d71_pipeline *pipe;
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
261
struct d71_pipeline *pipe = d71->pipes[master_pipe];
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
413
pipe = komeda_pipeline_add(mdev, sizeof(struct d71_pipeline),
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
94
static u64 get_cu_event(struct d71_pipeline *d71_pipeline)
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
96
u32 __iomem *reg = d71_pipeline->cu_addr;
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.h
41
struct d71_pipeline *pipes[D71_MAX_PIPELINE];
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.h
44
#define to_d71_pipeline(x) container_of(x, struct d71_pipeline, base)