Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/tidss/
Dtidss_kms.c57 struct drm_plane_state *npstate; in tidss_atomic_check() local
77 for_each_oldnew_plane_in_state(state, plane, opstate, npstate, i) { in tidss_atomic_check()
78 if (!npstate->crtc || !npstate->visible) in tidss_atomic_check()
81 if (!opstate->crtc || opstate->crtc_x != npstate->crtc_x || in tidss_atomic_check()
82 opstate->crtc_y != npstate->crtc_y) { in tidss_atomic_check()
84 npstate->crtc); in tidss_atomic_check()