mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
intel-gem: Always build GEM execbuffer code.
This commit is contained in:
parent
c9120a0d19
commit
ded9414024
1 changed files with 0 additions and 11 deletions
|
|
@ -150,7 +150,6 @@ intel_batch_ioctl(struct intel_context *intel,
|
|||
return 0;
|
||||
}
|
||||
|
||||
#ifdef TTM_API
|
||||
int
|
||||
intel_exec_ioctl(struct intel_context *intel,
|
||||
GLuint used,
|
||||
|
|
@ -184,13 +183,3 @@ intel_exec_ioctl(struct intel_context *intel,
|
|||
|
||||
return 0;
|
||||
}
|
||||
#else
|
||||
int
|
||||
int intel_exec_ioctl(struct intel_context *intel,
|
||||
GLuint used,
|
||||
GLboolean ignore_cliprects, GLboolean allow_unlock,
|
||||
struct drm_i915_gem_execbuffer *execbuf);
|
||||
{
|
||||
return -EINVAL;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue