Searched refs:new_cursor_state (Results 1 – 1 of 1) sorted by relevance
10161 struct drm_plane_state *new_cursor_state, *new_primary_state; in dm_check_crtc_cursor() local10169 new_cursor_state = drm_atomic_get_new_plane_state(state, crtc->cursor); in dm_check_crtc_cursor()10171 if (!new_cursor_state || !new_primary_state || in dm_check_crtc_cursor()10172 !new_cursor_state->fb || !new_primary_state->fb) { in dm_check_crtc_cursor()10176 cursor_scale_w = new_cursor_state->crtc_w * 1000 / in dm_check_crtc_cursor()10177 (new_cursor_state->src_w >> 16); in dm_check_crtc_cursor()10178 cursor_scale_h = new_cursor_state->crtc_h * 1000 / in dm_check_crtc_cursor()10179 (new_cursor_state->src_h >> 16); in dm_check_crtc_cursor()