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