Lines Matching refs:fw_path
632 request_firmware(&fw, dev_priv->csr.fw_path, &dev_priv->drm.pdev->dev); in csr_load_work_fn()
640 dev_priv->csr.fw_path, in csr_load_work_fn()
647 csr->fw_path); in csr_load_work_fn()
682 csr->fw_path = TGL_CSR_PATH; in intel_csr_ucode_init()
687 csr->fw_path = ICL_CSR_PATH; in intel_csr_ucode_init()
691 csr->fw_path = CNL_CSR_PATH; in intel_csr_ucode_init()
695 csr->fw_path = GLK_CSR_PATH; in intel_csr_ucode_init()
699 csr->fw_path = KBL_CSR_PATH; in intel_csr_ucode_init()
703 csr->fw_path = SKL_CSR_PATH; in intel_csr_ucode_init()
707 csr->fw_path = BXT_CSR_PATH; in intel_csr_ucode_init()
714 csr->fw_path = NULL; in intel_csr_ucode_init()
719 csr->fw_path = i915_modparams.dmc_firmware_path; in intel_csr_ucode_init()
724 if (csr->fw_path == NULL) { in intel_csr_ucode_init()
729 DRM_DEBUG_KMS("Loading %s\n", csr->fw_path); in intel_csr_ucode_init()