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

/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c9915 struct drm_plane_state *new_cursor_state, *new_underlying_state; local
9955 new_cursor_state = drm_atomic_get_plane_state(state, cursor);
9956 if (IS_ERR(new_cursor_state))
9957 return PTR_ERR(new_cursor_state);
9959 if (!new_cursor_state->fb)
9962 dm_get_plane_scale(new_cursor_state, &cursor_scale_w, &cursor_scale_h);

Completed in 169 milliseconds