diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-10-11 11:48:45 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-12-03 15:05:22 +1000 |
commit | 21e86c1c8a844bf978f8fc431a59c9f5a578812d (patch) | |
tree | 5434acc42e40ae575ec9bad16075424da771fcaf /include/drm | |
parent | b12120a58e06cc6b799494c80215e418c14f9f5f (diff) | |
download | linux-3.10-21e86c1c8a844bf978f8fc431a59c9f5a578812d.tar.gz linux-3.10-21e86c1c8a844bf978f8fc431a59c9f5a578812d.tar.bz2 linux-3.10-21e86c1c8a844bf978f8fc431a59c9f5a578812d.zip |
drm/nouveau: remove cpu_writers lock
No other driver uses this, and userspace should be responsible for handling
locking between them if they share BOs.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/nouveau_drm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/nouveau_drm.h b/include/drm/nouveau_drm.h index bc5590b1a1a..60a7b3e9c2e 100644 --- a/include/drm/nouveau_drm.h +++ b/include/drm/nouveau_drm.h @@ -171,7 +171,6 @@ struct drm_nouveau_gem_pushbuf { }; #define NOUVEAU_GEM_CPU_PREP_NOWAIT 0x00000001 -#define NOUVEAU_GEM_CPU_PREP_NOBLOCK 0x00000002 #define NOUVEAU_GEM_CPU_PREP_WRITE 0x00000004 struct drm_nouveau_gem_cpu_prep { uint32_t handle; |