Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_psr.c2656 struct intel_plane_state *linked_new_plane_state; in intel_psr2_sel_fetch_update() local
2659 linked_new_plane_state = intel_atomic_get_plane_state(state, linked); in intel_psr2_sel_fetch_update()
2660 if (IS_ERR(linked_new_plane_state)) in intel_psr2_sel_fetch_update()
2661 return PTR_ERR(linked_new_plane_state); in intel_psr2_sel_fetch_update()
2663 linked_sel_fetch_area = &linked_new_plane_state->psr2_sel_fetch_area; in intel_psr2_sel_fetch_update()