Searched refs:new_plane_crtc (Results 1 – 1 of 1) sorted by relevance
10856 static int dm_check_native_cursor_state(struct drm_crtc *new_plane_crtc, in dm_check_native_cursor_state() argument10865 if (!enable || !new_plane_crtc || in dm_check_native_cursor_state()10869 new_acrtc = to_amdgpu_crtc(new_plane_crtc); in dm_check_native_cursor_state()10888 struct drm_crtc *new_plane_crtc, in dm_should_update_native_cursor() argument10904 if (new_plane_crtc == NULL) in dm_should_update_native_cursor()10908 state, new_plane_crtc); in dm_should_update_native_cursor()10926 struct drm_crtc *new_plane_crtc, *old_plane_crtc; in dm_update_plane_state() local10934 new_plane_crtc = new_plane_state->crtc; in dm_update_plane_state()10941 new_plane_crtc, in dm_update_plane_state()10945 ret = dm_check_native_cursor_state(new_plane_crtc, plane, in dm_update_plane_state()[all …]