Searched refs:new_acrtc (Results 1 – 1 of 1) sorted by relevance
9671 static int dm_check_cursor_fb(struct amdgpu_crtc *new_acrtc, in dm_check_cursor_fb() argument9675 struct amdgpu_device *adev = drm_to_adev(new_acrtc->base.dev); in dm_check_cursor_fb()9680 if (fb->width > new_acrtc->max_cursor_width || in dm_check_cursor_fb()9681 fb->height > new_acrtc->max_cursor_height) { in dm_check_cursor_fb()9748 struct amdgpu_crtc *new_acrtc; in dm_update_plane_state() local9763 new_acrtc = to_amdgpu_crtc(new_plane_crtc); in dm_update_plane_state()9771 ret = dm_check_cursor_fb(new_acrtc, new_plane_state, in dm_update_plane_state()