Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
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()
209 pmdemand_state); in intel_pmdemand_update_active_non_tc_phys()
[all …]
A Dintel_pmdemand.h52 struct intel_pmdemand_state *pmdemand_state);
54 struct intel_pmdemand_state *pmdemand_state,
58 struct intel_pmdemand_state *pmdemand_state,
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()
587 struct intel_pmdemand_state *pmdemand_state = in intel_sanitize_encoder() local
614 pmdemand_state, false); in intel_sanitize_encoder()
702 struct intel_pmdemand_state *pmdemand_state = in intel_modeset_readout_hw_state() local
769 pmdemand_state, in intel_modeset_readout_hw_state()
773 pmdemand_state, in intel_modeset_readout_hw_state()
897 intel_pmdemand_update_port_clock(i915, pmdemand_state, pipe, in intel_modeset_readout_hw_state()
[all …]

Completed in 21 milliseconds