Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5814 struct drm_crtc *new_plane_crtc, *old_plane_crtc; in dm_update_plane_state() local
5822 new_plane_crtc = new_plane_state->crtc; in dm_update_plane_state()
5829 new_plane_crtc, in dm_update_plane_state()
5833 ret = amdgpu_dm_check_native_cursor_state(new_plane_crtc, plane, in dm_update_plane_state()
5888 if (!new_plane_crtc) in dm_update_plane_state()
5891 new_crtc_state = drm_atomic_get_new_crtc_state(state, new_plane_crtc); in dm_update_plane_state()
5912 drm_dbg_atomic(new_plane_crtc->dev, "Enabling DRM plane: %d on DRM crtc %d\n", in dm_update_plane_state()
5913 plane->base.id, new_plane_crtc->base.id); in dm_update_plane_state()
5916 drm_to_adev(new_plane_crtc->dev), in dm_update_plane_state()
5964 ret = amdgpu_dm_check_native_cursor_state(new_plane_crtc, plane, in dm_update_plane_state()