summaryrefslogtreecommitdiff
path: root/linux-core/drm_gem.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-06radeon: lib radeon add bo & cs gem backendJerome Glisse1-1/+2
2008-08-13Merge branch 'master' into modesetting-gemJesse Barnes1-1/+25
2008-08-11drm: add OS_HAS_GEM option.Dave Airlie1-1/+25
2008-07-26radeon: add initial atombios modesetting and GEM -> TTM translation layer.Dave Airlie1-1/+0
2008-07-07Add back flink, open and close ioctls.Kristian Høgsberg1-0/+148
2008-06-18Merge commit 'origin/drm-gem' into modesetting-gemJesse Barnes1-377/+9
2008-06-13[intel-gem] add gtt and pin counts to /proc/dri/*/gem_objectsKeith Packard1-0/+7
2008-06-11[gem] Move potentially device-specific ioctls to the intel driver.Eric Anholt1-229/+2
2008-06-10[gem] Manage the ringbuffer from the kernel in the GEM case.Eric Anholt1-1/+2
2008-05-27[intel-gem] Replace idlelock usage with real lock acquisition.Eric Anholt1-3/+3
2008-05-22[gem] Use CPU domain for new or pageable objectsKeith Packard1-0/+8
2008-05-15[gem] Hold dev->struct_mutex to protect structure data.Eric Anholt1-0/+26
2008-05-15[gem] typo fix in comment.Eric Anholt1-1/+1
2008-05-12[gem] Set write domain to CPU when doing pwrite.Keith Packard1-7/+7
2008-05-11[GEM] Make pread/pwrite manage memory domains. No luck with movnti though.Keith Packard1-0/+26
2008-05-09[gem] API cleanup. allocate->create unreference->close name->flinkKeith Packard1-10/+10
2008-05-08Clean up whinging from checkpatch.pl in drm_gem.cKeith Packard1-43/+49
2008-05-08[intel-gem] Move domains to relocation records. add set_domain ioctl.Keith Packard1-4/+31
2008-05-07Apply a few stylistic cleanups to match kernel code.Arjan van de Ven1-7/+7
2008-05-06[intel-GEM] Add memory domain support.Keith Packard1-37/+4
2008-05-06Start coding up memory domainsKeith Packard1-0/+38
2008-05-02Check for do_mmap errorsKeith Packard1-4/+8
2008-05-02Add a bit of /proc/dri/*/gem support. Clean up some refcount/pagelock issues.Keith Packard1-4/+42
2008-05-02Add name/open ioctls, separate handle and pointer ref counts.Keith Packard1-29/+164
2008-05-02Remove drm_driver argument to functions taking drm_gem_object.Keith Packard1-31/+14
2008-05-01Fix gem ioctls to be 32/64-bit clean.Keith Packard1-3/+3
2008-05-01Use krefs for refcounting.Keith Packard1-14/+17
2008-05-01Fix missing member settings in obj/obj_priv, and some error paths.Eric Anholt1-0/+1
2008-05-01Make GEM object handles be nonzero.Eric Anholt1-1/+2
2008-05-01Remove _args from gem ioctl argument structure tags.Eric Anholt1-5/+5
2008-05-01checkpoint: relocations support.Eric Anholt1-1/+3
2008-05-01checkpoint: gtt binding written.Eric Anholt1-1/+4
2008-05-01checkpoint: rename to GEM and a few more i915 bits.Eric Anholt1-0/+371