Searched refs:pipelines (Results 1 – 11 of 11) sorted by relevance
| /drivers/gpu/drm/ci/ |
| A D | gitlab-ci.yml | 39 # Default priority for non-merge pipelines 143 # do not duplicate pipelines on merge pipelines 180 # Build everything in merge pipelines 183 # Same as above, but for pre-merge pipelines 189 # Build everything in scheduled pipelines 192 # Allow building everything in fork pipelines, but build nothing unless 208 # Build everything in merge pipelines 212 # Same as above, but for pre-merge pipelines 218 # Build everything in scheduled pipelines 222 # Allow building everything in fork pipelines, but build nothing unless
|
| /drivers/gpu/drm/arm/display/komeda/ |
| A D | komeda_dev.c | 35 komeda_pipeline_dump_register(mdev->pipelines[i], sf); in komeda_register_show() 69 struct komeda_pipeline *pipe = mdev->pipelines[0]; in config_id_show() 160 mdev->pipelines[pipe_id]->of_node = of_node_get(child); in komeda_parse_dt() 165 pipe = mdev->pipelines[pipe_id]; in komeda_parse_dt() 289 komeda_pipeline_destroy(mdev, mdev->pipelines[i]); in komeda_dev_destroy() 290 mdev->pipelines[i] = NULL; in komeda_dev_destroy()
|
| A D | komeda_pipeline.c | 42 mdev->pipelines[mdev->n_pipelines] = pipe; in komeda_pipeline_add() 89 temp = mdev->pipelines[id - KOMEDA_COMPONENT_COMPIZ0]; in komeda_pipeline_get_component_pos() 108 temp = mdev->pipelines[id - KOMEDA_COMPONENT_IPS0]; in komeda_pipeline_get_component_pos() 352 pipe = mdev->pipelines[i]; in komeda_assemble_pipelines()
|
| A D | komeda_dev.h | 185 struct komeda_pipeline *pipelines[KOMEDA_MAX_PIPELINES]; member
|
| A D | komeda_plane.c | 325 pipe = mdev->pipelines[i]; in komeda_kms_add_planes()
|
| A D | komeda_private_obj.c | 373 pipe = mdev->pipelines[i]; in komeda_kms_add_private_objs()
|
| A D | komeda_crtc.c | 574 master = mdev->pipelines[i]; in komeda_kms_setup_crtcs()
|
| /drivers/staging/media/atomisp/ |
| A D | notes.txt | 28 this means that unlike in fixed pipelines the soft pipelines
|
| /drivers/staging/vc04_services/bcm2835-camera/ |
| A D | TODO | 4 pipelines, we need to export our buffers through dma-buf so that the
|
| /drivers/media/platform/samsung/exynos4-is/ |
| A D | media-dev.h | 145 struct list_head pipelines; member
|
| A D | media-dev.c | 380 list_add_tail(&p->list, &fmd->pipelines); in fimc_md_pipeline_create() 388 while (!list_empty(&fmd->pipelines)) { in fimc_md_pipelines_free() 391 p = list_entry(fmd->pipelines.next, typeof(*p), list); in fimc_md_pipelines_free() 1436 INIT_LIST_HEAD(&fmd->pipelines); in fimc_md_probe()
|
Completed in 51 milliseconds