Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c51 struct komeda_component *c; in komeda_pipeline_destroy()
70 static struct komeda_component **
75 struct komeda_component **pos = NULL; in komeda_pipeline_get_component_pos()
127 struct komeda_component *
130 struct komeda_component **pos = NULL; in komeda_pipeline_get_component()
131 struct komeda_component *c = NULL; in komeda_pipeline_get_component()
140 struct komeda_component *
144 struct komeda_component *c = NULL; in komeda_pipeline_get_first_component()
155 static struct komeda_component *
156 komeda_component_pickup_input(struct komeda_component *c, u32 avail_comps) in komeda_component_pickup_input()
[all …]
H A Dkomeda_pipeline.h52 struct komeda_component;
61 int (*validate)(struct komeda_component *c,
64 void (*update)(struct komeda_component *c,
67 void (*disable)(struct komeda_component *c);
69 void (*dump_register)(struct komeda_component *c, struct seq_file *seq);
79 struct komeda_component { struct
140 struct komeda_component *component; argument
159 struct komeda_component *component;
224 #define to_cpos(__c) ((struct komeda_component **)&(__c))
227 struct komeda_component base;
[all …]
H A Dkomeda_plane.c233 struct komeda_component *c) in get_plane_type()
244 struct komeda_component *c = &layer->base; in komeda_plane_add()
/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c187 static void d71_layer_update_fb(struct komeda_component *c, in d71_layer_update_fb()
211 static void d71_layer_disable(struct komeda_component *c) in d71_layer_disable()
216 static void d71_layer_update(struct komeda_component *c, in d71_layer_update()
288 static void d71_layer_dump(struct komeda_component *c, struct seq_file *sf) in d71_layer_dump()
354 static int d71_layer_validate(struct komeda_component *c, in d71_layer_validate()
412 struct komeda_component *c; in d71_layer_init()
467 static void d71_wb_layer_update(struct komeda_component *c, in d71_wb_layer_update()
486 static void d71_wb_layer_dump(struct komeda_component *c, struct seq_file *sf) in d71_wb_layer_dump()
515 static void d71_wb_layer_disable(struct komeda_component *c) in d71_wb_layer_disable()
530 struct komeda_component *c; in d71_wb_layer_init()
[all …]
/linux/Documentation/gpu/
H A Dkomeda-kms.rst311 So the driver defines a common header struct komeda_component to describe the
325 We have &komeda_dev, &komeda_pipeline, &komeda_component. Now fill devices with
405 Add :c:type:`drm_private_obj` to :c:type:`komeda_component`, :c:type:`komeda_pipeline`
409 struct komeda_component {