Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_pmdemand.c23 pmdemand_state = kmemdup(obj->state, sizeof(*pmdemand_state), GFP_KERNEL); in intel_pmdemand_duplicate_state()
24 if (!pmdemand_state) in intel_pmdemand_duplicate_state()
27 return &pmdemand_state->base; in intel_pmdemand_duplicate_state()
49 if (IS_ERR(pmdemand_state)) in intel_atomic_get_pmdemand_state()
63 if (!pmdemand_state) in intel_atomic_get_old_pmdemand_state()
77 if (!pmdemand_state) in intel_atomic_get_new_pmdemand_state()
87 pmdemand_state = kzalloc(sizeof(*pmdemand_state), GFP_KERNEL); in intel_pmdemand_init()
88 if (!pmdemand_state) in intel_pmdemand_init()
92 &pmdemand_state->base, in intel_pmdemand_init()
208 pmdemand_state); in intel_pmdemand_update_active_non_tc_phys()
[all …]
H A Dintel_pmdemand.h53 struct intel_pmdemand_state *pmdemand_state);
55 struct intel_pmdemand_state *pmdemand_state,
59 struct intel_pmdemand_state *pmdemand_state,
H A Dintel_modeset_setup.c119 struct intel_pmdemand_state *pmdemand_state = in reset_encoder_connector_state() local
131 pmdemand_state, false); in reset_encoder_connector_state()
161 struct intel_pmdemand_state *pmdemand_state = in intel_crtc_disable_noatomic_complete() local
187 intel_pmdemand_update_port_clock(i915, pmdemand_state, pipe, 0); in intel_crtc_disable_noatomic_complete()
566 struct intel_pmdemand_state *pmdemand_state = in intel_sanitize_encoder() local
593 pmdemand_state, false); in intel_sanitize_encoder()
681 struct intel_pmdemand_state *pmdemand_state = in intel_modeset_readout_hw_state() local
748 pmdemand_state, in intel_modeset_readout_hw_state()
752 pmdemand_state, in intel_modeset_readout_hw_state()
871 intel_pmdemand_update_port_clock(i915, pmdemand_state, pipe, in intel_modeset_readout_hw_state()
[all …]