mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 03:08:15 +02:00
drm/modesetting: bo not used anymore
This commit is contained in:
parent
58aca7485a
commit
8690ad8ae0
1 changed files with 0 additions and 1 deletions
|
|
@ -1257,7 +1257,6 @@ int drm_mode_cursor_ioctl(struct drm_device *dev,
|
|||
struct drm_mode_cursor *req = data;
|
||||
struct drm_mode_object *obj;
|
||||
struct drm_crtc *crtc;
|
||||
struct drm_buffer_object *bo = NULL; /* must be set */
|
||||
int ret = 0;
|
||||
|
||||
DRM_DEBUG("\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue