aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drm_gem.c
AgeCommit message (Expand)Author
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes
2008-11-06radeon: lib radeon add bo & cs gem backendJerome Glisse
2008-08-13Merge branch 'master' into modesetting-gemJesse Barnes
2008-08-11drm: add OS_HAS_GEM option.Dave Airlie
2008-07-26radeon: add initial atombios modesetting and GEM -> TTM translation layer.Dave Airlie
2008-07-07Add back flink, open and close ioctls.Kristian Høgsberg
2008-06-18Merge commit 'origin/drm-gem' into modesetting-gemJesse Barnes
2008-06-13[intel-gem] add gtt and pin counts to /proc/dri/*/gem_objectsKeith 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 objectsKeith 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->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