mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 10:08:23 +02:00
Fix one last occurance of struct _drm_i915_batchbuffer.
Thanks to Todd Merrill for pointing it out.
This commit is contained in:
parent
b0fee67a30
commit
b7086e6ae5
1 changed files with 1 additions and 1 deletions
|
|
@ -1121,7 +1121,7 @@ static int i915_execbuffer(struct drm_device *dev, void *data,
|
|||
drm_i915_sarea_t *sarea_priv = (drm_i915_sarea_t *)
|
||||
dev_priv->sarea_priv;
|
||||
struct drm_i915_execbuffer *exec_buf = data;
|
||||
struct _drm_i915_batchbuffer *batch = &exec_buf->batch;
|
||||
struct drm_i915_batchbuffer *batch = &exec_buf->batch;
|
||||
struct drm_fence_arg *fence_arg = &exec_buf->fence_arg;
|
||||
int num_buffers;
|
||||
int ret;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue