Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c9750 struct drm_crtc *new_plane_crtc, *old_plane_crtc; in dm_update_plane_state() local
9759 new_plane_crtc = new_plane_state->crtc; in dm_update_plane_state()
9765 if (!enable || !new_plane_crtc || in dm_update_plane_state()
9769 new_acrtc = to_amdgpu_crtc(new_plane_crtc); in dm_update_plane_state()
9833 if (!new_plane_crtc) in dm_update_plane_state()
9836 new_crtc_state = drm_atomic_get_new_crtc_state(state, new_plane_crtc); in dm_update_plane_state()
9864 plane->base.id, new_plane_crtc->base.id); in dm_update_plane_state()
9867 drm_to_adev(new_plane_crtc->dev), in dm_update_plane_state()