Searched refs:new_cursor_state (Results 1 – 1 of 1) sorted by relevance
9280 struct drm_plane_state *new_cursor_state, *new_underlying_state; in dm_check_crtc_cursor() local9291 new_cursor_state = drm_atomic_get_new_plane_state(state, cursor); in dm_check_crtc_cursor()9292 if (!new_cursor_state || !new_cursor_state->fb) { in dm_check_crtc_cursor()9296 dm_get_oriented_plane_size(new_cursor_state, &cursor_src_w, &cursor_src_h); in dm_check_crtc_cursor()9297 cursor_scale_w = new_cursor_state->crtc_w * 1000 / cursor_src_w; in dm_check_crtc_cursor()9298 cursor_scale_h = new_cursor_state->crtc_h * 1000 / cursor_src_h; in dm_check_crtc_cursor()