Home
last modified time | relevance | path

Searched full:spl (Results 1 – 25 of 79) sorted by relevance

1234

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_spl_translate.c6 #include "spl/dc_spl_types.h"
66 /// @brief Translate SPL input parameters from pipe context
94 // Populate spl input basic input clip rect from plane state clip rect in translate_SPL_in_params_from_pipe_ctx()
96 // Populate spl input basic out src rect from stream src rect in translate_SPL_in_params_from_pipe_ctx()
98 // Populate spl input basic out dst rect from stream dst rect in translate_SPL_in_params_from_pipe_ctx()
100 // Make spl input basic input info rotation field point to plane state rotation in translate_SPL_in_params_from_pipe_ctx()
102 // Populate spl input basic input src rect from plane state src rect in translate_SPL_in_params_from_pipe_ctx()
104 // Populate spl input basic input dst rect from plane state dst rect in translate_SPL_in_params_from_pipe_ctx()
106 // Make spl input basic input info horiz mirror field point to plane state horz mirror in translate_SPL_in_params_from_pipe_ctx()
120 // Make spl input basic out info output_size width point to stream h active in translate_SPL_in_params_from_pipe_ctx()
[all …]
Ddc_spl_translate.h11 /* Map SPL input parameters to pipe context
13 * @spl_in: spl input structure
17 /* Map SPL output parameters to pipe context
19 * @spl_out: spl output structure
DMakefile55 DC_LIBS += spl
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/spl/
DMakefile23 # Makefile for the 'spl' sub-component of DAL.
26 SPL = dc_spl.o dc_spl_scl_filters.o dc_spl_scl_easf_filters.o dc_spl_isharp_filters.o dc_spl_filter… macro
28 AMD_DAL_SPL = $(addprefix $(AMDDALPATH)/dc/spl/,$(SPL))
Ddc_spl_types.h169 // SPL output is used to set below registers
413 /* SPL input and output definitions */
414 // SPL scratch struct
416 // Pack all SPL outputs in scl_data
420 /* SPL input and output definitions */
421 // SPL outputs struct
427 // end of SPL outputs
429 // SPL inputs
536 // end of SPL inputs
Ddc_spl.h12 /* SPL interfaces */
/linux-6.12.1/arch/arm/boot/dts/ti/omap/
Ddra72-evm-common.dtsi352 /* All SPL-* partitions are sized to minimal length
358 label = "NAND.SPL";
362 label = "NAND.SPL.backup1";
366 label = "NAND.SPL.backup2";
370 label = "NAND.SPL.backup3";
374 label = "NAND.u-boot-spl-os";
492 label = "QSPI.SPL";
496 label = "QSPI.SPL.backup1";
500 label = "QSPI.SPL.backup2";
504 label = "QSPI.SPL.backup3";
[all …]
Ddra7-evm-common.dtsi153 label = "QSPI.SPL";
157 label = "QSPI.SPL.backup1";
161 label = "QSPI.SPL.backup2";
165 label = "QSPI.SPL.backup3";
173 label = "QSPI.u-boot-spl-os";
Ddra7-evm.dts479 /* All SPL-* partitions are sized to minimal length
485 label = "NAND.SPL";
489 label = "NAND.SPL.backup1";
493 label = "NAND.SPL.backup2";
497 label = "NAND.SPL.backup3";
501 label = "NAND.u-boot-spl-os";
Dam335x-evm.dts540 /* All SPL-* partitions are sized to minimal length
546 label = "NAND.SPL";
550 label = "NAND.SPL.backup1";
554 label = "NAND.SPL.backup2";
558 label = "NAND.SPL.backup3";
562 label = "NAND.u-boot-spl-os";
Dam43x-epos-evm.dts115 "Speaker", "SPL",
787 /* All SPL-* partitions are sized to minimal length
793 label = "NAND.SPL";
797 label = "NAND.SPL.backup1";
801 label = "NAND.SPL.backup2";
805 label = "NAND.SPL.backup3";
809 label = "NAND.u-boot-spl-os";
Dam335x-guardian.dts184 * All SPL-* partitions are sized to minimal length which can
192 label = "SPL";
197 label = "SPL.backup1";
202 label = "SPL.backup2";
207 label = "SPL.backup3";
Dam437x-gp-evm.dts992 /* All SPL-* partitions are sized to minimal length
998 label = "NAND.SPL";
1002 label = "NAND.SPL.backup1";
1006 label = "NAND.SPL.backup2";
1010 label = "NAND.SPL.backup3";
1014 label = "NAND.u-boot-spl-os";
/linux-6.12.1/arch/arm/boot/dts/nxp/mxs/
Dimx28-lwe.dtsi125 /* 1st sector for SPL boot img source data */
126 label = "spl-boot-data1";
131 /* 2nd sector for SPL boot img source data */
132 label = "spl-boot-data2";
/linux-6.12.1/drivers/platform/x86/amd/pmf/
Dauto-mode.c73 /* SPL based power limits */ in amd_pmf_dump_auto_mode_defaults()
77 pr_debug("spl_perf_on_lap: %u mW\n", its_mode->power_control.spl); in amd_pmf_dump_auto_mode_defaults()
83 pr_debug("spl_perf: %u mW\n", its_mode->power_control.spl); in amd_pmf_dump_auto_mode_defaults()
89 pr_debug("spl_balanced: %u mW\n", its_mode->power_control.spl); in amd_pmf_dump_auto_mode_defaults()
95 pr_debug("spl_quiet: %u mW\n", its_mode->power_control.spl); in amd_pmf_dump_auto_mode_defaults()
117 amd_pmf_send_cmd(dev, SET_SPL, false, pwr_ctrl->spl, NULL); in amd_pmf_set_automode()
340 pwr_ctrl->spl = output.spl_quiet; in amd_pmf_load_defaults_auto_mode()
349 pwr_ctrl->spl = output.spl_balanced; in amd_pmf_load_defaults_auto_mode()
358 pwr_ctrl->spl = output.spl_perf; in amd_pmf_load_defaults_auto_mode()
367 pwr_ctrl->spl = output.spl_perf_on_lap; in amd_pmf_load_defaults_auto_mode()
Dcnqf.c56 pr_debug("spl_%s: %u mW\n", state_as_str_cnqf(i), data->ps[i].spl); in amd_pmf_cnqf_dump_defaults()
79 amd_pmf_send_cmd(dev, SET_SPL, false, pc->spl, NULL); in amd_pmf_set_cnqf()
281 ms->power_control.spl = out->ps[APMF_CNQF_QUIET].spl; in amd_pmf_update_mode_set()
295 ms->power_control.spl = out->ps[APMF_CNQF_BALANCE].spl; in amd_pmf_update_mode_set()
309 ms->power_control.spl = out->ps[APMF_CNQF_PERFORMANCE].spl; in amd_pmf_update_mode_set()
323 ms->power_control.spl = out->ps[APMF_CNQF_TURBO].spl; in amd_pmf_update_mode_set()
Dsps.c70 pr_debug("SPL: %u mW\n", data->prop[i][j].spl); in amd_pmf_dump_sps_defaults()
176 config_store.prop[i][j].spl = output.prop[idx].spl; in amd_pmf_load_defaults_sps()
212 amd_pmf_send_cmd(dev, SET_SPL, false, config_store.prop[src][idx].spl, NULL); in amd_pmf_update_slider()
224 amd_pmf_send_cmd(dev, GET_SPL, true, ARG_NONE, &table->prop[src][idx].spl); in amd_pmf_update_slider()
Dpmf.h48 #define SET_SPL 0x03 /* SPL: Sustained Power Limit */
177 u32 spl; member
381 u32 spl; member
425 u32 spl; member
502 /* SPL based */
583 u32 spl; member
641 u32 spl; /* in mW */ member
Dtee-if.c82 if (dev->prev_data->spl != val) { in amd_pmf_apply_policies()
84 dev_dbg(dev->dev, "update SPL: %u\n", val); in amd_pmf_apply_policies()
85 dev->prev_data->spl = val; in amd_pmf_apply_policies()
/linux-6.12.1/drivers/isdn/mISDN/
Ddsp_audio.c194 u8 spl; in dsp_audio_generate_seven() local
210 /* spl is the source: the law-sample (converted to alaw) */ in dsp_audio_generate_seven()
211 spl = i; in dsp_audio_generate_seven()
213 spl = dsp_audio_ulaw_to_alaw[i]; in dsp_audio_generate_seven()
216 if (sorted_alaw[j] == spl) in dsp_audio_generate_seven()
223 spl = sorted_alaw[i << 1]; in dsp_audio_generate_seven()
225 spl = dsp_audio_alaw_to_ulaw[spl]; in dsp_audio_generate_seven()
226 dsp_audio_seven2law[i] = spl; in dsp_audio_generate_seven()
/linux-6.12.1/Documentation/devicetree/bindings/mtd/
Dti,gpmc-nand.yaml118 label = "NAND.SPL";
122 label = "NAND.SPL.backup1";
/linux-6.12.1/sound/pci/lx6464es/
Dlx_defs.h141 SSTATE_STOP = 0x00, /* setting to stop resets the stream spl
143 SSTATE_RUN = (0x01 << 0), /* start DMA and spl count handling. */
144 SSTATE_PAUSE = (0x01 << 1), /* pause DMA and spl count handling. */
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn32/
Ddcn32_dpp.h30 #include "spl/dc_spl_types.h"
/linux-6.12.1/sound/soc/codecs/
Dtlv320aic31xx.h102 #define AIC31XX_LANALOGSPL AIC31XX_REG(1, 38) /* Left Analog Vol to SPL */
106 #define AIC31XX_SPLGAIN AIC31XX_REG(1, 42) /* SPL Driver */
/linux-6.12.1/drivers/media/pci/cx88/
Dcx88-dsp.c244 unsigned int spl = bpl / 4; in read_rds_samples() local
245 unsigned int sample_count = spl * (AUD_RDS_LINES - 1); in read_rds_samples()

1234