Searched refs:old_st (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_kms.h | 148 struct drm_crtc_state *old_st; in is_only_changed_connector() local 151 old_st = drm_atomic_get_old_crtc_state(st->state, st->crtc); in is_only_changed_connector() 152 changed_connectors = st->connector_mask ^ old_st->connector_mask; in is_only_changed_connector()
|
D | komeda_crtc.c | 330 struct komeda_crtc_state *old_st = to_kcrtc_st(old); in komeda_crtc_atomic_disable() local 338 old_st->active_pipes, old_st->affected_pipes); in komeda_crtc_atomic_disable() 340 if (slave && has_bit(slave->id, old_st->active_pipes)) in komeda_crtc_atomic_disable() 343 if (has_bit(master->id, old_st->active_pipes)) in komeda_crtc_atomic_disable()
|
D | komeda_pipeline_state.c | 673 struct komeda_component_state *c_st, *old_st; in komeda_compiz_set_input() local 706 old_st = komeda_component_get_old_state(&compiz->base, drm_st); in komeda_compiz_set_input() 709 if (WARN_ON(!old_st) || in komeda_compiz_set_input() 710 memcmp(&(to_compiz_st(old_st)->cins[idx]), cin, sizeof(*cin))) in komeda_compiz_set_input()
|
/linux-6.1.9/block/ |
D | bfq-wf2q.c | 700 __bfq_entity_update_weight_prio(struct bfq_service_tree *old_st, in __bfq_entity_update_weight_prio() argument 704 struct bfq_service_tree *new_st = old_st; in __bfq_entity_update_weight_prio() 728 old_st->wsum -= entity->weight; in __bfq_entity_update_weight_prio() 789 if (new_st != old_st) in __bfq_entity_update_weight_prio()
|
D | bfq-iosched.h | 1063 __bfq_entity_update_weight_prio(struct bfq_service_tree *old_st,
|