Searched refs:new_cursor_state (Results 1 – 1 of 1) sorted by relevance
9900 struct drm_plane_state *new_cursor_state, *new_underlying_state; in dm_check_crtc_cursor() local9912 new_cursor_state = drm_atomic_get_new_plane_state(state, cursor); in dm_check_crtc_cursor()9913 if (!new_cursor_state || !new_cursor_state->fb) in dm_check_crtc_cursor()9916 dm_get_oriented_plane_size(new_cursor_state, &cursor_src_w, &cursor_src_h); in dm_check_crtc_cursor()9917 cursor_scale_w = new_cursor_state->crtc_w * 1000 / cursor_src_w; in dm_check_crtc_cursor()9918 cursor_scale_h = new_cursor_state->crtc_h * 1000 / cursor_src_h; in dm_check_crtc_cursor()