Home
last modified time | relevance | path

Searched refs:stages (Results 1 – 25 of 60) sorted by relevance

123

/linux/drivers/gpu/drm/msm/
A Dmsm_gem_shrinker.c109 } stages[] = { in msm_gem_shrinker_scan() local
121 if (!stages[i].cond) in msm_gem_shrinker_scan()
123 stages[i].freed = in msm_gem_shrinker_scan()
124 drm_gem_lru_scan(stages[i].lru, nr, in msm_gem_shrinker_scan()
125 &stages[i].remaining, in msm_gem_shrinker_scan()
126 stages[i].shrink); in msm_gem_shrinker_scan()
127 nr -= stages[i].freed; in msm_gem_shrinker_scan()
128 freed += stages[i].freed; in msm_gem_shrinker_scan()
129 remaining += stages[i].remaining; in msm_gem_shrinker_scan()
134 stages[1].freed, stages[2].freed, in msm_gem_shrinker_scan()
[all …]
/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
A Dpipeline.c246 s = pipeline->stages; in ia_css_pipeline_clean()
282 last = pipeline->stages; in ia_css_pipeline_create_and_add_stage()
324 pipeline->stages = new_stage; in ia_css_pipeline_create_and_add_stage()
342 for (stage = pipeline->stages; stage; stage = stage->next) { in ia_css_pipeline_finalize_stages()
362 for (s = pipeline->stages; s; s = s->next) { in ia_css_pipeline_get_stage()
381 for (s = pipeline->stages; s; s = s->next) { in ia_css_pipeline_get_stage_from_fw()
401 for (s = pipeline->stages; s; s = s->next) { in ia_css_pipeline_get_fw_from_stage()
424 for (s = pipeline->stages; s; s = s->next) { in ia_css_pipeline_get_output_stage()
674 pipeline->stages = NULL; in pipeline_init_defaults()
/linux/Documentation/ABI/testing/
A Dsysfs-bus-iio-health-afe440x6 Get measured values from the ADC for these stages. Y is the
30 stages. The values are expressed in 5-bit sign-magnitude.
A Dsysfs-bus-platform-devices-ampere-smpro282 (RO) Contains the boot stages information in hex as format below::
288 - ``AA`` : The boot stages
308 - ``CCCCCCCC``: Boot status information defined for each boot stages
/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_ctl.c68 int stages = -EINVAL; in _mixer_stages() local
72 stages = mixer[i].sblk->maxblendstages; in _mixer_stages()
77 return stages; in _mixer_stages()
487 int stages; in dpu_hw_ctl_setup_blendstage() local
490 stages = _mixer_stages(ctx->mixer_hw_caps, ctx->mixer_count, lm); in dpu_hw_ctl_setup_blendstage()
491 if (stages < 0) in dpu_hw_ctl_setup_blendstage()
505 for (i = 0; i <= stages; i++) { in dpu_hw_ctl_setup_blendstage()
/linux/Documentation/devicetree/bindings/sound/
A Dti,tas5086.txt28 stages connected to the PWM output pins work. Not all
29 power stages are compatible to Mid-Z - please refer
/linux/tools/testing/selftests/tc-testing/
A DREADME78 A test case has four stages:
85 The setup and teardown stages can run zero or more commands. The setup
88 can be run next. These two stages require any commands run to return
91 The execute and verify stages each run one command. The execute stage
156 adjust-command (runs in all stages and receives the stage name)
168 The stages are identified by the following strings:
/linux/Documentation/arch/arm/sa1100/
A Dlart.rst11 is under development, with plenty of others in different stages of
/linux/Documentation/devicetree/bindings/usb/
A Daspeed,ast2600-udc.yaml18 Supports 32/256 stages descriptor mode for all generic endpoints.
/linux/Documentation/leds/
A Dleds-sc27xx.rst11 LED controller, it only supports 4 stages to make a single
/linux/Documentation/devicetree/bindings/watchdog/
A Darm,sbsa-gwdt.yaml14 two stages of timeout have elapsed. A detailed definition of the watchdog
/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/
A Dia_css_pipeline.h47 struct ia_css_pipeline_stage *stages; member
/linux/Documentation/devicetree/bindings/firmware/
A Dnvidia,tegra210-bpmp.txt4 in Tegra210 SoC. It is designed to handle the early stages of the boot
/linux/Documentation/devicetree/bindings/mmc/
A Dmtk-sd.yaml105 This field has total 32 stages.
114 This field has total 32 stages.
130 pad macro, there are 32 stages from 0 to 31.
/linux/tools/testing/selftests/resctrl/
A DREADME59 A test case has four stages:
/linux/drivers/staging/media/atomisp/pci/
A Dsh_css_sp.c1192 if (!me->stages) { in sh_css_sp_init_pipeline()
1198 first_binary = me->stages->binary; in sh_css_sp_init_pipeline()
1216 for (stage = me->stages, num = 0; stage; stage = stage->next, num++) { in sh_css_sp_init_pipeline()
1230 me->stages->sp_func == IA_CSS_PIPELINE_ISYS_COPY) in sh_css_sp_init_pipeline()
1291 for (stage = me->stages, num = 0; stage; stage = stage->next, num++) { in sh_css_sp_init_pipeline()
/linux/Documentation/fb/
A Ddeferred_io.rst31 the final image rather than the intermediate stages which is why it's okay
/linux/drivers/gpu/drm/msm/disp/mdp4/
A Dmdp4_crtc.c149 static const enum mdp_mixer_stage_id stages[] = { in setup_mixer() enum
161 pipe_id, stages[idx]); in setup_mixer()
/linux/Documentation/devicetree/bindings/clock/
A Dlpc1850-cgu.txt12 stages. Each output stage provides an independent clock source and
/linux/tools/testing/selftests/tc-testing/creating-plugins/
A DAddingPlugins.txt75 The stages are represented by the following strings:
/linux/arch/powerpc/platforms/ps3/
A DKconfig106 in the repository for later boot stages.
/linux/Documentation/devicetree/bindings/pinctrl/
A Dstarfive,jh7100-pinctrl.yaml87 defaults to the configuration already chosen by the earlier boot stages.
/linux/Documentation/arch/arm64/
A Dtagged-address-abi.rst43 The AArch64 Tagged Address ABI has two stages of relaxation depending on
/linux/arch/mips/
A DKconfig.debug144 debug information from the early stages of core startup.
/linux/arch/m68k/q40/
A DREADME54 went wrong during earliest setup stages of head.S.

Completed in 38 milliseconds

123