index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
i915_gem_evict.c
Age
Commit message (
Expand
)
Author
2013-02-23
Eliminate request_lock. Linux doesn't have it and the kernel lock should be
Mark Kettenis
2013-02-22
remove list lock removed by linux back in 2010
Jonathan Gray
2013-02-17
Use list_for_each_entry_safe() while evicting objects on the inactive list.
Mark Kettenis
2013-02-15
move most of the tailq lists to linux style lists
Jonathan Gray
2013-02-15
partially sync i915_gem_evict_everything with linux
Jonathan Gray
2013-02-15
a few fixes for the evict code
Jonathan Gray
2013-02-15
fix some remaining casts between drm_obj and drm_i915_gem_object
Jonathan Gray
2013-02-10
fix a problem with nested for loops and continue in previous commit
Jonathan Gray
2013-02-10
move to a per ring request_list and use new hangcheck
Jonathan Gray
2013-02-07
Revert "sync i915_add_request, move requests to ring, use ringbuffer hangcheck"
Jonathan Gray
2013-02-05
sync i915_add_request, move requests to ring, use ringbuffer hangcheck
Jonathan Gray
2013-02-04
move interruptible into the softc to match linux
Jonathan Gray
2013-02-04
make more functions take a ring as an argument
Jonathan Gray
2013-02-03
Change I915_ACTIVE and I915_DIRTY flags into bitfields.
Mark Kettenis
2013-01-28
struct inteldrm_request -> struct drm_i915_gem_request
Jonathan Gray
2013-01-18
Make some functions accept struct drm_i915_gem_object instead of struct drm_obj.
Mark Kettenis
2013-01-18
Rename struct inteldrm_obj into drm_i915_gem_object.
Mark Kettenis
2013-01-10
split gem evict functions out to match upstream
Jonathan Gray