Searched refs:pipeline (Results 1 – 23 of 23) sorted by relevance
| /u-boot/doc/develop/ |
| A D | ci_testing.rst | 8 custodians are encouraged but not required to run a pipeline prior to sending a 10 changes are encouraged to run a pipeline themselves prior to posting. 13 pipeline is provided in both Azure and GitLab. Both of these pipelines perform 26 This pipeline is defined in the top-level ``.azure-pipelines.yml`` file. 31 ``.azure-pipelines.yml`` file in the U-Boot repository as the pipeline 36 submit a pull request as this will trigger an Azure pipeline run. Clicking on 43 This pipeline is defined in the top-level ``.gitlab-ci.yml`` file. Currently, 46 enabling the pipeline feature in your project repository following the standard 47 GitLab documentation. For non-custodians, the pipeline itself is part of the 50 pipeline on the free public instances provided at https://gitlab.com/ a problem [all …]
|
| /u-boot/drivers/video/meson/ |
| A D | simplefb_common.c | 12 int meson_simplefb_fdt_match(void *blob, const char *pipeline) in meson_simplefb_fdt_match() argument 20 pipeline); in meson_simplefb_fdt_match()
|
| A D | meson_vpu.c | 153 const char *pipeline = NULL; in meson_vpu_setup_simplefb() local 158 pipeline = "vpu-cvbs"; in meson_vpu_setup_simplefb() 160 pipeline = "vpu-hdmi"; in meson_vpu_setup_simplefb() 162 offset = meson_simplefb_fdt_match(fdt, pipeline); in meson_vpu_setup_simplefb()
|
| A D | simplefb_common.h | 19 int meson_simplefb_fdt_match(void *blob, const char *pipeline);
|
| /u-boot/drivers/video/sunxi/ |
| A D | simplefb_common.c | 12 int sunxi_simplefb_fdt_match(void *blob, const char *pipeline) in sunxi_simplefb_fdt_match() argument 22 pipeline); in sunxi_simplefb_fdt_match()
|
| A D | sunxi_de2.c | 316 const char *pipeline = NULL; in sunxi_simplefb_setup() local 342 pipeline = "mixer0-lcd0-hdmi"; in sunxi_simplefb_setup() 344 pipeline = "mixer1-lcd1-hdmi"; in sunxi_simplefb_setup() 354 pipeline = "mixer0-lcd0"; in sunxi_simplefb_setup() 358 if (!pipeline) { in sunxi_simplefb_setup() 366 offset = sunxi_simplefb_fdt_match(blob, pipeline); in sunxi_simplefb_setup()
|
| A D | simplefb_common.h | 19 int sunxi_simplefb_fdt_match(void *blob, const char *pipeline);
|
| A D | sunxi_display.c | 1281 const char *pipeline = NULL; local 1306 pipeline = PIPELINE_PREFIX "de_be0-lcd0-hdmi"; 1309 pipeline = PIPELINE_PREFIX "de_be0-lcd0"; 1313 pipeline = PIPELINE_PREFIX "de_be0-lcd0-tve0"; 1315 pipeline = PIPELINE_PREFIX "de_be0-lcd0"; 1322 pipeline = PIPELINE_PREFIX "de_be0-lcd0-tve0"; 1326 offset = sunxi_simplefb_fdt_match(blob, pipeline);
|
| /u-boot/tools/u_boot_pylib/ |
| A D | command.py | 77 pipeline = list(pipe_list) 81 while pipeline: 82 cmd = pipeline.pop(0) 87 if pipeline or capture:
|
| /u-boot/arch/arm/dts/ |
| A D | sun5i-a10s.dtsi | 62 allwinner,pipeline = "de_be0-lcd0-hdmi";
|
| A D | sun4i-a10.dtsi | 66 allwinner,pipeline = "de_be0-lcd0-hdmi"; 76 allwinner,pipeline = "de_fe0-de_be0-lcd0-hdmi"; 88 allwinner,pipeline = "de_fe0-de_be0-lcd0"; 99 allwinner,pipeline = "de_fe0-de_be0-lcd0-tve0";
|
| A D | meson-gx.dtsi | 69 amlogic,pipeline = "vpu-cvbs"; 77 amlogic,pipeline = "vpu-hdmi";
|
| A D | sun5i.dtsi | 74 allwinner,pipeline = "de_be0-lcd0"; 83 allwinner,pipeline = "de_be0-lcd0-tve0";
|
| A D | sunxi-h3-h5.dtsi | 65 allwinner,pipeline = "mixer0-lcd0-hdmi"; 74 allwinner,pipeline = "mixer1-lcd1-tve";
|
| A D | sun7i-a20.dtsi | 69 allwinner,pipeline = "de_be0-lcd0-hdmi"; 80 allwinner,pipeline = "de_be0-lcd0"; 90 allwinner,pipeline = "de_be0-lcd0-tve0";
|
| A D | sun50i-a64.dtsi | 29 allwinner,pipeline = "mixer0-lcd0"; 38 allwinner,pipeline = "mixer1-lcd1-hdmi";
|
| A D | sun6i-a31.dtsi | 69 allwinner,pipeline = "de_be0-lcd0-hdmi"; 80 allwinner,pipeline = "de_be0-lcd0";
|
| A D | sun8i-v3s.dtsi | 63 allwinner,pipeline = "mixer0-lcd0";
|
| A D | meson-g12-common.dtsi | 34 amlogic,pipeline = "vpu-cvbs"; 44 amlogic,pipeline = "vpu-hdmi";
|
| A D | sun8i-a23-a33.dtsi | 64 allwinner,pipeline = "de_be0-lcd0";
|
| /u-boot/arch/powerpc/cpu/mpc83xx/hid/ |
| A D | Kconfig | 407 bool "BIU pipeline extension"
|
| /u-boot/doc/board/AndesTech/ |
| A D | ae350.rst | 20 - 5-stage in-order execution pipeline
|
| /u-boot/lib/lzma/ |
| A D | lzma.txt | 153 2) Misspredicted branches (penalty mostly depends from pipeline length)
|
Completed in 45 milliseconds