mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 23:00:11 +01:00
intel: Remove two unused variables
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
ebd7904877
commit
c10b08d959
1 changed files with 1 additions and 2 deletions
|
|
@ -2908,9 +2908,8 @@ drm_intel_gem_context_create(drm_intel_bufmgr *bufmgr)
|
|||
{
|
||||
drm_intel_bufmgr_gem *bufmgr_gem = (drm_intel_bufmgr_gem *)bufmgr;
|
||||
struct drm_i915_gem_context_create create;
|
||||
drm_i915_getparam_t gp;
|
||||
drm_intel_context *context = NULL;
|
||||
int tmp = 0, ret;
|
||||
int ret;
|
||||
|
||||
ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GEM_CONTEXT_CREATE, &create);
|
||||
if (ret != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue