Revision b70d11da61d751ad968c6f686d83ac1b0ae41466 authored by Kristian Høgsberg on 03 March 2009, 19:45:57 UTC, committed by Eric Anholt on 10 March 2009, 20:11:11 UTC
If userspace passes an object list with the same object appearing more
than once, we end up hitting the BUG_ON() in
i915_gem_object_set_to_gpu_domain() as it gets called a second time
for the same object.

Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
1 parent 99adcd9
History
File Mode Size
Kconfig -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 536 bytes
aaci.c -rw-r--r-- 26.6 KB
aaci.h -rw-r--r-- 6.9 KB
devdma.c -rw-r--r-- 2.0 KB
devdma.h -rw-r--r-- 271 bytes
pxa2xx-ac97-lib.c -rw-r--r-- 8.4 KB
pxa2xx-ac97.c -rw-r--r-- 6.3 KB
pxa2xx-pcm-lib.c -rw-r--r-- 7.2 KB
pxa2xx-pcm.c -rw-r--r-- 3.1 KB
pxa2xx-pcm.h -rw-r--r-- 899 bytes
sa11xx-uda1341.c -rw-r--r-- 26.7 KB

back to top