Home
last modified time | relevance | path

Searched refs:old_st (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.h147 struct drm_crtc_state *old_st; in is_only_changed_connector() local
150 old_st = drm_atomic_get_old_crtc_state(st->state, st->crtc); in is_only_changed_connector()
151 changed_connectors = st->connector_mask ^ old_st->connector_mask; in is_only_changed_connector()
H A Dkomeda_crtc.c325 struct komeda_crtc_state *old_st = to_kcrtc_st(old); in komeda_crtc_atomic_disable() local
333 old_st->active_pipes, old_st->affected_pipes); in komeda_crtc_atomic_disable()
335 if (slave && has_bit(slave->id, old_st->active_pipes)) in komeda_crtc_atomic_disable()
338 if (has_bit(master->id, old_st->active_pipes)) in komeda_crtc_atomic_disable()
H A Dkomeda_pipeline_state.c673 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()
707 WARN_ON(!old_st); in komeda_compiz_set_input()
710 if (memcmp(&(to_compiz_st(old_st)->cins[idx]), cin, sizeof(*cin))) in komeda_compiz_set_input()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.h150 struct drm_crtc_state *old_st; in is_only_changed_connector() local
153 old_st = drm_atomic_get_old_crtc_state(st->state, st->crtc); in is_only_changed_connector()
154 changed_connectors = st->connector_mask ^ old_st->connector_mask; in is_only_changed_connector()
H A Dkomeda_crtc.c331 struct komeda_crtc_state *old_st = to_kcrtc_st(old); in komeda_crtc_atomic_disable() local
339 old_st->active_pipes, old_st->affected_pipes); in komeda_crtc_atomic_disable()
341 if (slave && has_bit(slave->id, old_st->active_pipes)) in komeda_crtc_atomic_disable()
344 if (has_bit(master->id, old_st->active_pipes)) in komeda_crtc_atomic_disable()
H A Dkomeda_pipeline_state.c673 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()
/kernel/linux/linux-5.10/block/
H A Dbfq-wf2q.c718 __bfq_entity_update_weight_prio(struct bfq_service_tree *old_st, in __bfq_entity_update_weight_prio() argument
722 struct bfq_service_tree *new_st = old_st; in __bfq_entity_update_weight_prio()
746 old_st->wsum -= entity->weight; in __bfq_entity_update_weight_prio()
779 * when entity->finish <= old_st->vtime). in __bfq_entity_update_weight_prio()
807 if (new_st != old_st) in __bfq_entity_update_weight_prio()
H A Dbfq-iosched.h1039 __bfq_entity_update_weight_prio(struct bfq_service_tree *old_st,
/kernel/linux/linux-6.6/block/
H A Dbfq-wf2q.c701 __bfq_entity_update_weight_prio(struct bfq_service_tree *old_st, in __bfq_entity_update_weight_prio() argument
705 struct bfq_service_tree *new_st = old_st; in __bfq_entity_update_weight_prio()
713 old_st->wsum -= entity->weight; in __bfq_entity_update_weight_prio()
746 * when entity->finish <= old_st->vtime). in __bfq_entity_update_weight_prio()
770 if (new_st != old_st) in __bfq_entity_update_weight_prio()
H A Dbfq-iosched.h1142 __bfq_entity_update_weight_prio(struct bfq_service_tree *old_st,

Completed in 19 milliseconds