Searched refs:new_acrtc (Results 1 – 1 of 1) sorted by relevance
8501 struct amdgpu_crtc *new_acrtc; in dm_update_plane_state() local8517 new_acrtc = to_amdgpu_crtc(new_plane_crtc); in dm_update_plane_state()8519 if ((new_plane_state->crtc_w > new_acrtc->max_cursor_width) || in dm_update_plane_state()8520 (new_plane_state->crtc_h > new_acrtc->max_cursor_height)) { in dm_update_plane_state()