aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
AgeCommit message (Expand)Author
2008-07-31drm: remove object hashDave Airlie
2008-07-31TTM: remove API and userspace objects.Dave Airlie
2008-07-26radeon: add initial atombios modesetting and GEM -> TTM translation layer.Dave Airlie
2008-07-07Merge commit 'origin/drm-gem' into ms-gemKristian Høgsberg
2008-07-07Use lowercase bool constants.Kristian Høgsberg
2008-06-20Add device-specific proc_init and proc_cleanup hooksKeith Packard
2008-06-18Merge commit 'origin/drm-gem' into modesetting-gemJesse Barnes
2008-06-13[intel-gem] show total GTT space in /proc/dri/*/gem_objectsKeith Packard
2008-06-13[intel-gem] add gtt and pin counts to /proc/dri/*/gem_objectsKeith Packard
2008-06-11[gem] Remove the drm_client_lock_take in set_domain.Eric Anholt
2008-06-11[gem] Move potentially device-specific ioctls to the intel driver.Eric Anholt
2008-06-11Merge commit 'origin/drm-gem' into modesetting-gemJesse Barnes
2008-06-10[gem] Manage the ringbuffer from the kernel in the GEM case.Eric Anholt
2008-06-10Merge commit 'origin/drm-gem' into modesetting-gemJesse Barnes
2008-06-05drm: modesetting unify the hotplug init paths a lot.Dave Airlie
2008-06-05modesetting: initial attempt at debonging fbDave Airlie
2008-06-04drm/modesetting: overhaul the fb create/delete.Dave Airlie
2008-06-02drm: initial mode object groups.Dave Airlie
2008-05-30modesetting: the great renaming.Dave Airlie
2008-05-27[intel-gem] Replace idlelock usage with real lock acquisition.Eric Anholt
2008-05-12fix kernel oops when removing fbHong Liu
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-08i915: Changed intel_fb to use the new drm_crtc_set_config interfaceJakob Bornecrantz
2008-05-08[intel-gem] Move domains to relocation records. add set_domain ioctl.Keith Packard
2008-05-06Start coding up memory domainsKeith Packard
2008-05-05GEM: Replace drm_memrange_for_each with just evicting what we brought in.Eric Anholt
2008-05-05Add i915_dispatch_gem_execbuffer (broken).Keith 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-01Use krefs for refcounting.Keith Packard
2008-05-01checkpoint: gtt binding written.Eric Anholt
2008-05-01checkpoint: rename to GEM and a few more i915 bits.Eric Anholt
2008-04-30Hacking towards hooking up execbuffer.Eric Anholt
2008-04-29Move mmfs ioctls into the DRM. Untested.Eric Anholt
2008-04-28Rename drm_mm.c and its fuctions to drm_memrange.Eric Anholt
2008-04-28Merge branch 'master' into modesetting-101Thomas Hellstrom
2008-04-08Improved DRM sysfs supportJesse Barnes
2008-03-27drm: remove authentication on master exit.Dave Airlie
2008-03-17drm: add master set/drop protocolDave Airlie
2008-03-17drm/pcigart: fix the pci gart to use the drm_pci wrapper.Dave Airlie
2008-03-12Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane
2008-03-12Add an emergency pinnable memory quota for root-only processes.Thomas Hellstrom
2008-03-11Add support for monitor hotplug signals/waitsAlan Hourihane
2008-03-06Merge branch 'master' of ../../drm into modesetting-101Dave Airlie
2008-03-06drm: reorganise minor number handling using code from modesetting branchDave Airlie
2008-02-28drm: add modesetting as a driver feature.Dave Airlie
2008-02-26radeon: remove TTM from an earlier mergeJerome Glisse
2008-02-26Implement short circuit for base change onlyAlan Hourihane