index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
drm_gem.c
Age
Commit message (
Expand
)
Author
2008-06-13
[intel-gem] add gtt and pin counts to /proc/dri/*/gem_objects
Keith Packard
2008-06-11
[gem] Move potentially device-specific ioctls to the intel driver.
Eric Anholt
2008-06-10
[gem] Manage the ringbuffer from the kernel in the GEM case.
Eric Anholt
2008-05-27
[intel-gem] Replace idlelock usage with real lock acquisition.
Eric Anholt
2008-05-22
[gem] Use CPU domain for new or pageable objects
Keith Packard
2008-05-15
[gem] Hold dev->struct_mutex to protect structure data.
Eric Anholt
2008-05-15
[gem] typo fix in comment.
Eric Anholt
2008-05-12
[gem] Set write domain to CPU when doing pwrite.
Keith Packard
2008-05-11
[GEM] Make pread/pwrite manage memory domains. No luck with movnti though.
Keith Packard
2008-05-09
[gem] API cleanup. allocate->create unreference->close name->flink
Keith Packard
2008-05-08
Clean up whinging from checkpatch.pl in drm_gem.c
Keith Packard
2008-05-08
[intel-gem] Move domains to relocation records. add set_domain ioctl.
Keith Packard
2008-05-07
Apply a few stylistic cleanups to match kernel code.
Arjan van de Ven
2008-05-06
[intel-GEM] Add memory domain support.
Keith Packard
2008-05-06
Start coding up memory domains
Keith Packard
2008-05-02
Check for do_mmap errors
Keith Packard
2008-05-02
Add a bit of /proc/dri/*/gem support. Clean up some refcount/pagelock issues.
Keith Packard
2008-05-02
Add name/open ioctls, separate handle and pointer ref counts.
Keith Packard
2008-05-02
Remove drm_driver argument to functions taking drm_gem_object.
Keith Packard
2008-05-01
Fix gem ioctls to be 32/64-bit clean.
Keith Packard
2008-05-01
Use krefs for refcounting.
Keith Packard
2008-05-01
Fix missing member settings in obj/obj_priv, and some error paths.
Eric Anholt
2008-05-01
Make GEM object handles be nonzero.
Eric Anholt
2008-05-01
Remove _args from gem ioctl argument structure tags.
Eric Anholt
2008-05-01
checkpoint: relocations support.
Eric Anholt
2008-05-01
checkpoint: gtt binding written.
Eric Anholt
2008-05-01
checkpoint: rename to GEM and a few more i915 bits.
Eric Anholt