summaryrefslogtreecommitdiff
path: root/linux-core/drm_gem.c
AgeCommit message (Expand)Author
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->flinkKeith Packard
2008-05-08Clean up whinging from checkpatch.pl in drm_gem.cKeith Packard
2008-05-08[intel-gem] Move domains to relocation records. add set_domain ioctl.Keith Packard
2008-05-07Apply 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-06Start coding up memory domainsKeith Packard
2008-05-02Check for do_mmap errorsKeith Packard
2008-05-02Add a bit of /proc/dri/*/gem support. Clean up some refcount/pagelock issues.Keith Packard
2008-05-02Add name/open ioctls, separate handle and pointer ref counts.Keith Packard
2008-05-02Remove drm_driver argument to functions taking drm_gem_object.Keith Packard
2008-05-01Fix gem ioctls to be 32/64-bit clean.Keith Packard
2008-05-01Use krefs for refcounting.Keith Packard
2008-05-01Fix missing member settings in obj/obj_priv, and some error paths.Eric Anholt
2008-05-01Make GEM object handles be nonzero.Eric Anholt
2008-05-01Remove _args from gem ioctl argument structure tags.Eric Anholt
2008-05-01checkpoint: relocations support.Eric Anholt
2008-05-01checkpoint: gtt binding written.Eric Anholt
2008-05-01checkpoint: rename to GEM and a few more i915 bits.Eric Anholt