Symbol: intel_lt_phy_pll_state
drivers/gpu/drm/i915/display/intel_dpll_mgr.c
4721
const struct intel_lt_phy_pll_state *a = &_a->ltpll;
drivers/gpu/drm/i915/display/intel_dpll_mgr.c
4722
const struct intel_lt_phy_pll_state *b = &_b->ltpll;
drivers/gpu/drm/i915/display/intel_dpll_mgr.h
293
struct intel_lt_phy_pll_state ltpll;
drivers/gpu/drm/i915/display/intel_lt_phy.c
117
static const struct intel_lt_phy_pll_state xe3plpd_lt_dp_hbr1 = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
1181
static bool intel_lt_phy_is_hdmi(const struct intel_lt_phy_pll_state *ltpll)
drivers/gpu/drm/i915/display/intel_lt_phy.c
1191
static bool intel_lt_phy_is_dp(const struct intel_lt_phy_pll_state *ltpll)
drivers/gpu/drm/i915/display/intel_lt_phy.c
1203
const struct intel_lt_phy_pll_state *ltpll,
drivers/gpu/drm/i915/display/intel_lt_phy.c
1269
const struct intel_lt_phy_pll_state *ltpll,
drivers/gpu/drm/i915/display/intel_lt_phy.c
1501
intel_lt_phy_calculate_hdmi_state(struct intel_lt_phy_pll_state *lt_state,
drivers/gpu/drm/i915/display/intel_lt_phy.c
1649
const struct intel_lt_phy_pll_state *lt_state)
drivers/gpu/drm/i915/display/intel_lt_phy.c
170
static const struct intel_lt_phy_pll_state xe3plpd_lt_dp_hbr2 = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
1716
const struct intel_lt_phy_pll_state *lt_state)
drivers/gpu/drm/i915/display/intel_lt_phy.c
1793
const struct intel_lt_phy_pll_state *ltpll)
drivers/gpu/drm/i915/display/intel_lt_phy.c
1823
const struct intel_lt_phy_pll_state *ltpll)
drivers/gpu/drm/i915/display/intel_lt_phy.c
2173
const struct intel_lt_phy_pll_state *hw_state)
drivers/gpu/drm/i915/display/intel_lt_phy.c
2192
intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
drivers/gpu/drm/i915/display/intel_lt_phy.c
2193
const struct intel_lt_phy_pll_state *b)
drivers/gpu/drm/i915/display/intel_lt_phy.c
223
static const struct intel_lt_phy_pll_state xe3plpd_lt_dp_hbr3 = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
2232
struct intel_lt_phy_pll_state *pll_state)
drivers/gpu/drm/i915/display/intel_lt_phy.c
2289
const struct intel_lt_phy_pll_state *pll_state,
drivers/gpu/drm/i915/display/intel_lt_phy.c
2320
struct intel_lt_phy_pll_state pll_state;
drivers/gpu/drm/i915/display/intel_lt_phy.c
276
static const struct intel_lt_phy_pll_state xe3plpd_lt_dp_uhbr10 = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
329
static const struct intel_lt_phy_pll_state xe3plpd_lt_dp_uhbr13_5 = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
382
static const struct intel_lt_phy_pll_state xe3plpd_lt_dp_uhbr20 = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
439
const struct intel_lt_phy_pll_state *state;
drivers/gpu/drm/i915/display/intel_lt_phy.c
463
static const struct intel_lt_phy_pll_state xe3plpd_lt_edp_2_16 = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
516
static const struct intel_lt_phy_pll_state xe3plpd_lt_edp_2_43 = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
569
static const struct intel_lt_phy_pll_state xe3plpd_lt_edp_3_24 = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
622
static const struct intel_lt_phy_pll_state xe3plpd_lt_edp_4_32 = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
64
static const struct intel_lt_phy_pll_state xe3plpd_lt_dp_rbr = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
675
static const struct intel_lt_phy_pll_state xe3plpd_lt_edp_6_75 = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
741
static const struct intel_lt_phy_pll_state xe3plpd_lt_hdmi_252 = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
794
static const struct intel_lt_phy_pll_state xe3plpd_lt_hdmi_742p5 = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
847
static const struct intel_lt_phy_pll_state xe3plpd_lt_hdmi_1p485 = {
drivers/gpu/drm/i915/display/intel_lt_phy.c
900
static const struct intel_lt_phy_pll_state xe3plpd_lt_hdmi_5p94 = {
drivers/gpu/drm/i915/display/intel_lt_phy.h
19
struct intel_lt_phy_pll_state;
drivers/gpu/drm/i915/display/intel_lt_phy.h
31
const struct intel_lt_phy_pll_state *lt_state);
drivers/gpu/drm/i915/display/intel_lt_phy.h
35
const struct intel_lt_phy_pll_state *hw_state);
drivers/gpu/drm/i915/display/intel_lt_phy.h
37
intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
drivers/gpu/drm/i915/display/intel_lt_phy.h
38
const struct intel_lt_phy_pll_state *b);
drivers/gpu/drm/i915/display/intel_lt_phy.h
43
struct intel_lt_phy_pll_state *pll_state);
drivers/gpu/drm/i915/display/intel_lt_phy.h
45
intel_lt_phy_calculate_hdmi_state(struct intel_lt_phy_pll_state *lt_state,