Searched refs:bxt (Results 1 – 12 of 12) sorted by relevance
| /drivers/gpu/drm/i915/display/ |
| A D | intel_ddi_buf_trans.c | 363 { .bxt = { 52, 0x9A, 0, 128, } }, /* 0: 400 0 */ 382 { .bxt = { 26, 0, 0, 128, } }, /* 0: 200 0 */ 383 { .bxt = { 38, 0, 0, 112, } }, /* 1: 200 1.5 */ 384 { .bxt = { 48, 0, 0, 96, } }, /* 2: 200 4 */ 385 { .bxt = { 54, 0, 0, 69, } }, /* 3: 200 6 */ 386 { .bxt = { 32, 0, 0, 128, } }, /* 4: 250 0 */ 387 { .bxt = { 48, 0, 0, 104, } }, /* 5: 250 1.5 */ 388 { .bxt = { 54, 0, 0, 85, } }, /* 6: 250 4 */ 389 { .bxt = { 43, 0, 0, 128, } }, /* 7: 300 0 */ 390 { .bxt = { 54, 0, 0, 101, } }, /* 8: 300 1.5 */ [all …]
|
| A D | intel_ddi_buf_trans.h | 55 struct bxt_ddi_buf_trans bxt; member
|
| A D | intel_display_power_well.c | 944 bxt_dpio_phy_init(display, i915_power_well_instance(power_well)->bxt.phy); in bxt_dpio_cmn_power_well_enable() 950 bxt_dpio_phy_uninit(display, i915_power_well_instance(power_well)->bxt.phy); in bxt_dpio_cmn_power_well_disable() 956 return bxt_dpio_phy_is_enabled(display, i915_power_well_instance(power_well)->bxt.phy); in bxt_dpio_cmn_power_well_enabled() 965 bxt_dpio_phy_verify_state(display, i915_power_well_instance(power_well)->bxt.phy); in bxt_verify_dpio_phy_power_wells() 969 bxt_dpio_phy_verify_state(display, i915_power_well_instance(power_well)->bxt.phy); in bxt_verify_dpio_phy_power_wells() 976 i915_power_well_instance(power_well)->bxt.phy); in bxt_verify_dpio_phy_power_wells()
|
| A D | intel_display_power_map.c | 478 .bxt.phy = DPIO_PHY1, 481 .bxt.phy = DPIO_PHY0, 581 .bxt.phy = DPIO_PHY1, 584 .bxt.phy = DPIO_PHY0, 587 .bxt.phy = DPIO_PHY2,
|
| A D | intel_display_power_well.h | 76 } bxt; member
|
| A D | intel_dpio_phy.c | 323 MARGIN_000(trans->entries[level].bxt.margin) | in bxt_dpio_phy_set_signal_levels() 324 UNIQ_TRANS_SCALE(trans->entries[level].bxt.scale)); in bxt_dpio_phy_set_signal_levels() 333 trans->entries[level].bxt.enable ? in bxt_dpio_phy_set_signal_levels() 347 DE_EMPHASIS(trans->entries[level].bxt.deemphasis)); in bxt_dpio_phy_set_signal_levels()
|
| A D | intel_dpll_mgr.h | 275 struct bxt_dpll_hw_state bxt; member
|
| A D | intel_dpll_mgr.c | 2044 const struct bxt_dpll_hw_state *hw_state = &dpll_hw_state->bxt; in bxt_ddi_pll_enable() 2166 struct bxt_dpll_hw_state *hw_state = &dpll_hw_state->bxt; in bxt_ddi_pll_get_hw_state() 2298 struct bxt_dpll_hw_state *hw_state = &crtc_state->dpll_hw_state.bxt; in bxt_ddi_set_dpll_hw_state() 2366 const struct bxt_dpll_hw_state *hw_state = &dpll_hw_state->bxt; in bxt_ddi_pll_get_freq() 2460 const struct bxt_dpll_hw_state *hw_state = &dpll_hw_state->bxt; in bxt_dump_hw_state() 2474 const struct bxt_dpll_hw_state *a = &_a->bxt; in bxt_compare_hw_state() 2475 const struct bxt_dpll_hw_state *b = &_b->bxt; in bxt_compare_hw_state()
|
| A D | intel_hotplug_irq.c | 1441 HPD_FUNCS(bxt);
|
| A D | intel_dmc.c | 178 #define BXT_DMC_PATH DMC_LEGACY_PATH(bxt, 1, 07)
|
| /drivers/gpu/drm/i915/ |
| A D | intel_clock_gating.c | 721 CG_FUNCS(bxt);
|
| /drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_uc_fw.c | 110 fw_def(BROXTON, 0, guc_mmp(bxt, 70, 1, 1)) \ 131 fw_def(BROXTON, 0, huc_mmp(bxt, 2, 0, 0)) \
|
Completed in 42 milliseconds