Searched refs:pmdemand_state (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/i915/display/ |
| A D | intel_pmdemand.c | 59 pmdemand_state = kmemdup(obj->state, sizeof(*pmdemand_state), GFP_KERNEL); in intel_pmdemand_duplicate_state() 60 if (!pmdemand_state) in intel_pmdemand_duplicate_state() 63 return &pmdemand_state->base; in intel_pmdemand_duplicate_state() 85 if (IS_ERR(pmdemand_state)) in intel_atomic_get_pmdemand_state() 99 if (!pmdemand_state) in intel_atomic_get_old_pmdemand_state() 113 if (!pmdemand_state) in intel_atomic_get_new_pmdemand_state() 123 pmdemand_state = kzalloc(sizeof(*pmdemand_state), GFP_KERNEL); in intel_pmdemand_init() 124 if (!pmdemand_state) in intel_pmdemand_init() 128 &pmdemand_state->base, in intel_pmdemand_init() 245 pmdemand_state); in intel_pmdemand_update_active_non_tc_phys() [all …]
|
| A D | intel_pmdemand.h | 25 struct intel_pmdemand_state *pmdemand_state); 27 struct intel_pmdemand_state *pmdemand_state, 31 struct intel_pmdemand_state *pmdemand_state,
|
| A D | intel_modeset_setup.c | 123 struct intel_pmdemand_state *pmdemand_state = in reset_encoder_connector_state() local 135 pmdemand_state, false); in reset_encoder_connector_state() 159 struct intel_pmdemand_state *pmdemand_state = in intel_crtc_disable_noatomic_complete() local 180 intel_pmdemand_update_port_clock(display, pmdemand_state, pipe, 0); in intel_crtc_disable_noatomic_complete() 580 struct intel_pmdemand_state *pmdemand_state = in intel_sanitize_encoder() local 607 pmdemand_state, false); in intel_sanitize_encoder() 691 struct intel_pmdemand_state *pmdemand_state = in intel_modeset_readout_hw_state() local 751 pmdemand_state, in intel_modeset_readout_hw_state() 755 pmdemand_state, in intel_modeset_readout_hw_state() 866 intel_pmdemand_update_port_clock(display, pmdemand_state, pipe, in intel_modeset_readout_hw_state() [all …]
|
Completed in 7 milliseconds