/openbmc/linux/sound/soc/intel/common/ |
H A D | soc-acpi-intel-tgl-match.c | 3 * soc-acpi-intel-tgl-match.c - tables and support for TGL ACPI enumeration. 429 .sof_tplg_filename = "sof-tgl-max98357a-rt5682.tplg", 436 .sof_tplg_filename = "sof-tgl-max98373-rt5682.tplg", 443 .sof_tplg_filename = "sof-tgl-rt1011-rt5682.tplg", 448 .sof_tplg_filename = "sof-tgl-es8336", /* the tplg suffix is added at run time */ 458 .sof_tplg_filename = "sof-tgl-rt1308-ssp2-hdmi-ssp15.tplg" 471 .sof_tplg_filename = "sof-tgl-rt711-rt1308-rt715.tplg", 477 .sof_tplg_filename = "sof-tgl-rt711-rt1308-mono-rt715.tplg", 483 .sof_tplg_filename = "sof-tgl-rt715-rt711-rt1308-mono.tplg", 489 .sof_tplg_filename = "sof-tgl-rt712.tplg", [all …]
|
H A D | Makefile | 10 soc-acpi-intel-tgl-match.o soc-acpi-intel-ehl-match.o \
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dpll_mgr.h | 107 * @DPLL_ID_ICL_DPLL0: ICL/TGL combo PHY DPLL0 111 * @DPLL_ID_ICL_DPLL1: ICL/TGL combo PHY DPLL1 119 * @DPLL_ID_ICL_TBTPLL: ICL/TGL TBT PLL 124 * TGL TC PLL 1 port 1 (TC1) 129 * TGL TC PLL 1 port 2 (TC2) 134 * TGL TC PLL 1 port 3 (TC3) 139 * TGL TC PLL 1 port 4 (TC4) 143 * @DPLL_ID_TGL_MGPLL5: TGL TC PLL port 5 (TC5) 147 * @DPLL_ID_TGL_MGPLL6: TGL TC PLL port 6 (TC6) 203 /* tgl */
|
H A D | skl_watermark_regs.h | 15 #define MBUS_DBOX_B2B_TRANSACTIONS_MAX_MASK REG_GENMASK(24, 20) /* tgl+ */ 17 #define MBUS_DBOX_B2B_TRANSACTIONS_DELAY_MASK REG_GENMASK(19, 17) /* tgl+ */ 19 #define MBUS_DBOX_REGULATE_B2B_TRANSACTIONS_EN REG_BIT(16) /* tgl+ */
|
H A D | intel_display_limits.h | 88 /* tgl+ */
|
H A D | intel_psr_regs.h | 59 * Until TGL, IMR/IIR are fixed at 0x648xx. On TGL+ those registers are relative
|
H A D | intel_display_power.h | 44 /* VDSC/joining for eDP/DSI transcoder (ICL) or pipe A (TGL) */
|
H A D | intel_dp_aux_backlight.c | 72 # define INTEL_EDP_HDR_TCON_TONE_MAPPING_ENABLE BIT(2) /* Pre-TGL+ */ 79 #define INTEL_EDP_HDR_CONTENT_LUMINANCE 0x346 /* Pre-TGL+ */
|
H A D | intel_dp_mst.c | 196 /* Max DSC Input BPC for ICL is 10 and for TGL+ is 12 */ in intel_dp_dsc_mst_compute_link_config() 632 * From TGL spec: "If multi-stream slave transcoder: Configure in intel_mst_post_disable_dp() 995 * Big joiner configuration needs DSC for TGL which is not true for in intel_dp_mst_mode_valid_ctx()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda-tce.c | 375 struct iommu_table_group_link *tgl; in pnv_pci_unlink_table_and_group() local 384 list_for_each_entry_rcu(tgl, &tbl->it_group_list, next) { in pnv_pci_unlink_table_and_group() 385 if (tgl->table_group == table_group) { in pnv_pci_unlink_table_and_group() 386 list_del_rcu(&tgl->next); in pnv_pci_unlink_table_and_group() 387 kfree_rcu(tgl, rcu); in pnv_pci_unlink_table_and_group() 414 struct iommu_table_group_link *tgl = NULL; in pnv_pci_link_table_and_group() local 419 tgl = kzalloc_node(sizeof(struct iommu_table_group_link), GFP_KERNEL, in pnv_pci_link_table_and_group() 421 if (!tgl) in pnv_pci_link_table_and_group() 424 tgl->table_group = table_group; in pnv_pci_link_table_and_group() 425 list_add_rcu(&tgl->next, &tbl->it_group_list); in pnv_pci_link_table_and_group()
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | pci-tgl.c | 36 [SOF_INTEL_IPC4] = "intel/avs/tgl", 39 [SOF_INTEL_IPC4] = "intel/avs-lib/tgl", 46 [SOF_IPC] = "sof-tgl.ri", 49 .nocodec_tplg_filename = "sof-tgl-nocodec.tplg", 69 [SOF_INTEL_IPC4] = "intel/avs/tgl-h", 72 [SOF_INTEL_IPC4] = "intel/avs-lib/tgl-h", 79 [SOF_IPC] = "sof-tgl-h.ri", 82 .nocodec_tplg_filename = "sof-tgl-nocodec.tplg", 308 .name = "sof-audio-pci-intel-tgl",
|
H A D | Makefile | 10 apl.o cnl.o tgl.o icl.o mtl.o lnl.o hda-common-ops.o 32 snd-sof-pci-intel-tgl-objs := pci-tgl.o 41 obj-$(CONFIG_SND_SOC_SOF_INTEL_TGL) += snd-sof-pci-intel-tgl.o
|
/openbmc/linux/drivers/media/rc/img-ir/ |
H A D | img-ir-rc5.c | 14 unsigned int addr, cmd, tgl, start; in img_ir_rc5_scancode() local 20 tgl = (raw >> 11) & 0x01; in img_ir_rc5_scancode() 34 request->toggle = tgl; in img_ir_rc5_scancode()
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | cstate.c | 55 * TGL,TNT,RKL,ADL,RPL,SPR,MTL 60 * ICL,TGL,RKL,ADL,RPL,MTL 65 * KBL,CML,ICL,ICX,TGL,TNT,RKL,ADL, 71 * GLM,CNL,KBL,CML,ICL,TGL,TNT,RKL, 78 * TGL,TNT,RKL,ADL,RPL,SPR,MTL 83 * KBL,CML,ICL,TGL,RKL 87 * Available model: HSW ULT,KBL,CNL,CML,ICL,TGL,RKL, 92 * Available model: HSW ULT,KBL,CNL,CML,ICL,TGL,RKL 96 * Available model: HSW ULT,KBL,GLM,CNL,CML,ICL,TGL,
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_workarounds.c | 698 * Wa_1409142259:tgl,dg1,adl-p in gen12_ctx_workarounds_init() 699 * Wa_1409347922:tgl,dg1,adl-p in gen12_ctx_workarounds_init() 700 * Wa_1409252684:tgl,dg1,adl-p in gen12_ctx_workarounds_init() 701 * Wa_1409217633:tgl,dg1,adl-p in gen12_ctx_workarounds_init() 702 * Wa_1409207793:tgl,dg1,adl-p in gen12_ctx_workarounds_init() 703 * Wa_1409178076:tgl,dg1,adl-p in gen12_ctx_workarounds_init() 704 * Wa_1408979724:tgl,dg1,adl-p in gen12_ctx_workarounds_init() 705 * Wa_14010443199:tgl,rkl,dg1,adl-p in gen12_ctx_workarounds_init() 706 * Wa_14010698770:tgl,rkl,dg1,adl-s,adl-p in gen12_ctx_workarounds_init() 707 * Wa_1409342910:tgl,rkl,dg1,adl-s,adl-p in gen12_ctx_workarounds_init() [all …]
|
H A D | intel_mocs.c | 110 * PTE and those platforms except TGL/RKL will be initialized L3 WB to 123 * NOTE2: For GEN >= 12 except TGL and RKL, reserved and unspecified MOCS 127 * For TGL/RKL, all the unspecified MOCS indexes are mapped to L3 UC. 531 /* For TGL/RKL, Can't be changed now for ABI reasons */ in get_mocs_settings()
|
H A D | intel_tlb.c | 84 /* Wa_2207587034:tgl,dg1,rkl,adl-s,adl-p */ in mmio_invalidate_full()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc_fw.c | 69 * firmware as TGL. 96 fw_def(ALDERLAKE_S, 0, guc_maj(tgl, 70, 5, 1)) \ 97 fw_def(ALDERLAKE_S, 0, guc_mmp(tgl, 70, 1, 1)) \ 98 fw_def(ALDERLAKE_S, 0, guc_mmp(tgl, 69, 0, 3)) \ 100 fw_def(ROCKETLAKE, 0, guc_mmp(tgl, 70, 1, 1)) \ 101 fw_def(TIGERLAKE, 0, guc_mmp(tgl, 70, 1, 1)) \ 116 fw_def(ALDERLAKE_P, 0, huc_raw(tgl)) \ 117 fw_def(ALDERLAKE_P, 0, huc_mmp(tgl, 7, 9, 3)) \ 118 fw_def(ALDERLAKE_S, 0, huc_raw(tgl)) \ 119 fw_def(ALDERLAKE_S, 0, huc_mmp(tgl, 7, 9, 3)) \ [all …]
|
/openbmc/linux/drivers/platform/x86/intel/pmc/ |
H A D | Makefile | 7 icl.o tgl.o adl.o mtl.o
|
/openbmc/linux/drivers/gpu/drm/imx/dcss/ |
H A D | dcss-dev.h | 17 #define TGL 0x0C macro 23 #define dcss_toggle(v, c) writel((v), (c) + TGL)
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | test.yml | 235 i915:tgl: 241 GPU_VERSION: tgl
|
/openbmc/linux/drivers/soundwire/ |
H A D | dmi-quirks.c | 94 /* TGL devices */
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_device_info.h | 112 /* TGL */
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | Kconfig | 267 stmmac driver. This driver is used for Intel Quark/EHL/TGL.
|
/openbmc/linux/sound/soc/sof/ |
H A D | sof-pci-dev.c | 69 .driver_data = "sof-tgl-rt5682-ssp0-max98373-ssp2.tplg",
|