Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline.h51 struct komeda_component;
60 int (*validate)(struct komeda_component *c,
63 void (*update)(struct komeda_component *c,
66 void (*disable)(struct komeda_component *c);
68 void (*dump_register)(struct komeda_component *c, struct seq_file *seq);
78 struct komeda_component { struct
139 struct komeda_component *component; argument
158 struct komeda_component *component;
223 #define to_cpos(__c) ((struct komeda_component **)&(__c))
226 struct komeda_component base;
[all …]
Dkomeda_pipeline.c47 struct komeda_component *c; in komeda_pipeline_destroy()
65 static struct komeda_component **
70 struct komeda_component **pos = NULL; in komeda_pipeline_get_component_pos()
122 struct komeda_component *
125 struct komeda_component **pos = NULL; in komeda_pipeline_get_component()
126 struct komeda_component *c = NULL; in komeda_pipeline_get_component()
135 struct komeda_component *
139 struct komeda_component *c = NULL; in komeda_pipeline_get_first_component()
149 static struct komeda_component *
150 komeda_component_pickup_input(struct komeda_component *c, u32 avail_comps) in komeda_component_pickup_input()
[all …]
Dkomeda_pipeline_state.c99 komeda_component_get_state(struct komeda_component *c, in komeda_component_get_state()
114 komeda_component_get_old_state(struct komeda_component *c, in komeda_component_get_old_state()
151 komeda_component_get_state_and_set_user(struct komeda_component *c, in komeda_component_get_state_and_set_user()
188 struct komeda_component *c = state->component; in komeda_component_add_input()
211 struct komeda_component *c = state->component; in komeda_component_check_input()
230 struct komeda_component *comp, in komeda_component_set_output()
238 komeda_component_validate_private(struct komeda_component *c, in komeda_component_validate_private()
255 komeda_component_get_avail_scaler(struct komeda_component *c, in komeda_component_get_avail_scaler()
1181 struct komeda_component *c; in komeda_pipeline_unbound_components()
1225 struct komeda_component *c; in komeda_pipeline_disable()
[all …]
Dkomeda_plane.c241 struct komeda_component *c) in get_plane_type()
252 struct komeda_component *c = &layer->base; in komeda_plane_add()
/Linux-v5.4/drivers/gpu/drm/arm/display/komeda/d71/
Dd71_component.c168 static void d71_layer_update_fb(struct komeda_component *c, in d71_layer_update_fb()
192 static void d71_layer_disable(struct komeda_component *c) in d71_layer_disable()
197 static void d71_layer_update(struct komeda_component *c, in d71_layer_update()
269 static void d71_layer_dump(struct komeda_component *c, struct seq_file *sf) in d71_layer_dump()
344 struct komeda_component *c; in d71_layer_init()
378 static void d71_wb_layer_update(struct komeda_component *c, in d71_wb_layer_update()
397 static void d71_wb_layer_dump(struct komeda_component *c, struct seq_file *sf) in d71_wb_layer_dump()
426 static void d71_wb_layer_disable(struct komeda_component *c) in d71_wb_layer_disable()
441 struct komeda_component *c; in d71_wb_layer_init()
466 static void d71_component_disable(struct komeda_component *c) in d71_component_disable()
[all …]
/Linux-v5.4/Documentation/gpu/
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 {