Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/
H A Dtidss_kms.c51 struct drm_plane_state *npstate; in tidss_atomic_check() local
71 for_each_oldnew_plane_in_state(state, plane, opstate, npstate, i) { in tidss_atomic_check()
72 if (!npstate->crtc || !npstate->visible) in tidss_atomic_check()
75 if (!opstate->crtc || opstate->crtc_x != npstate->crtc_x || in tidss_atomic_check()
76 opstate->crtc_y != npstate->crtc_y) { in tidss_atomic_check()
78 npstate->crtc); in tidss_atomic_check()
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
H A Dtidss_kms.c54 struct drm_plane_state *npstate; in tidss_atomic_check() local
74 for_each_oldnew_plane_in_state(state, plane, opstate, npstate, i) { in tidss_atomic_check()
75 if (!npstate->crtc || !npstate->visible) in tidss_atomic_check()
78 if (!opstate->crtc || opstate->crtc_x != npstate->crtc_x || in tidss_atomic_check()
79 opstate->crtc_y != npstate->crtc_y) { in tidss_atomic_check()
81 npstate->crtc); in tidss_atomic_check()

Completed in 2 milliseconds