Searched refs:new_cursor_state (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c10440 struct drm_plane_state *new_cursor_state, *new_underlying_state; local
10480 new_cursor_state = drm_atomic_get_plane_state(state, cursor);
10481 if (IS_ERR(new_cursor_state))
10482 return PTR_ERR(new_cursor_state);
10484 if (!new_cursor_state->fb)
10487 dm_get_plane_scale(new_cursor_state, &cursor_scale_w, &cursor_scale_h);

Completed in 134 milliseconds