Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dhda-loader.c29 static bool persistent_cl_buffer = true; variable
30 module_param(persistent_cl_buffer, bool, 0444);
31 MODULE_PARM_DESC(persistent_cl_buffer, "Persistent Code Loader DMA buffer "
379 &hda->iccmax_dmab, persistent_cl_buffer, in hda_dsp_cl_boot_firmware_iccmax()
393 persistent_cl_buffer, iccmax_stream); in hda_dsp_cl_boot_firmware_iccmax()
465 &hda->cl_dmab, persistent_cl_buffer, in hda_dsp_cl_boot_firmware()
478 if (!persistent_cl_buffer || !hda->cl_dmab_contains_basefw) { in hda_dsp_cl_boot_firmware()
549 persistent_cl_buffer, hext_stream); in hda_dsp_cl_boot_firmware()
594 if (persistent_cl_buffer && stripped_firmware.size > hda->cl_dmab.bytes) { in hda_dsp_ipc4_load_library()
603 &hda->cl_dmab, persistent_cl_buffer, in hda_dsp_ipc4_load_library()
[all …]