Searched refs:pmdemand_state (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_pmdemand.c | 21 struct intel_pmdemand_state *pmdemand_state; in intel_pmdemand_duplicate_state() local 23 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() 45 struct intel_global_state *pmdemand_state = in intel_atomic_get_pmdemand_state() local 49 if (IS_ERR(pmdemand_state)) in intel_atomic_get_pmdemand_state() 50 return ERR_CAST(pmdemand_state); in intel_atomic_get_pmdemand_state() 52 return to_intel_pmdemand_state(pmdemand_state); in intel_atomic_get_pmdemand_state() 59 struct intel_global_state *pmdemand_state = in intel_atomic_get_old_pmdemand_state() local 63 if (!pmdemand_state) in intel_atomic_get_old_pmdemand_state() [all …]
|
D | intel_pmdemand.h | 53 struct intel_pmdemand_state *pmdemand_state); 55 struct intel_pmdemand_state *pmdemand_state, 59 struct intel_pmdemand_state *pmdemand_state,
|
D | intel_modeset_setup.c | 119 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 …]
|