Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline.c49 struct komeda_component *c; in komeda_pipeline_destroy()
68 static struct komeda_component **
73 struct komeda_component **pos = NULL; in komeda_pipeline_get_component_pos()
125 struct komeda_component *
128 struct komeda_component **pos = NULL; in komeda_pipeline_get_component()
129 struct komeda_component *c = NULL; in komeda_pipeline_get_component()
138 struct komeda_component *
142 struct komeda_component *c = NULL; in komeda_pipeline_get_first_component()
153 static struct komeda_component *
154 komeda_component_pickup_input(struct komeda_component *c, u32 avail_comps) in komeda_component_pickup_input()
[all …]
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 …]
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()
1233 struct komeda_component *c; in komeda_pipeline_unbound_components()
1288 struct komeda_component *c; in komeda_pipeline_disable()
[all …]
Dkomeda_plane.c233 struct komeda_component *c) in get_plane_type()
244 struct komeda_component *c = &layer->base; in komeda_plane_add()
/linux-6.1.9/drivers/gpu/drm/arm/display/komeda/d71/
Dd71_component.c185 static void d71_layer_update_fb(struct komeda_component *c, in d71_layer_update_fb()
209 static void d71_layer_disable(struct komeda_component *c) in d71_layer_disable()
214 static void d71_layer_update(struct komeda_component *c, in d71_layer_update()
286 static void d71_layer_dump(struct komeda_component *c, struct seq_file *sf) in d71_layer_dump()
352 static int d71_layer_validate(struct komeda_component *c, in d71_layer_validate()
410 struct komeda_component *c; in d71_layer_init()
465 static void d71_wb_layer_update(struct komeda_component *c, in d71_wb_layer_update()
484 static void d71_wb_layer_dump(struct komeda_component *c, struct seq_file *sf) in d71_wb_layer_dump()
513 static void d71_wb_layer_disable(struct komeda_component *c) in d71_wb_layer_disable()
528 struct komeda_component *c; in d71_wb_layer_init()
[all …]
/linux-6.1.9/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 {