aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
AgeCommit message (Expand)Author
2008-05-27[intel-gem] Replace idlelock usage with real lock acquisition.Eric Anholt
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-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-03-17drm/pcigart: fix the pci gart to use the drm_pci wrapper.Dave Airlie
2008-03-12Add an emergency pinnable memory quota for root-only processes.Thomas Hellstrom
2008-03-06drm: reorganise minor number handling using code from modesetting branchDave Airlie
2008-02-20drm: add support for passing state into the suspend hooks.Dave Airlie
2008-02-07Fix vblank enable/disable callbacksJesse Barnes
2008-01-22Merge branch 'master' into vblank-rework, including mach64 supportJesse Barnes
2007-12-10drm: move agp include outside CONFIG_AGP as it isn't dependant on agp in kernelDave Airlie
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie
2007-11-14Add new shared header file drm_internal.h.Kristian Høgsberg
2007-11-05drm: move some of the OS stuff into the OS headerDave Airlie
2007-10-31drm: add chipset flushing via agp supportDave Airlie
2007-10-30Merge branch 'master' into vblank-rework, fixup remaining driversJesse Barnes
2007-10-29Move struct drm_drawable_info out of public header file.Kristian Høgsberg
2007-10-26update DRM sysfs supportJesse Barnes
2007-10-16Drop destroy ioctls for fences and buffer objects.Kristian Høgsberg
2007-09-20drm_sysfs: update sysfs code from kernelDave Airlie
2007-08-06nouveau: Various internal and external API changesBen Skeggs
2007-08-02drm: add unlocked ioctl code path - not used yetDave Airlie
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt
2007-07-20Fix linux spinlock macros after the last commit.Eric Anholt
2007-07-19Merge branch 'origin'Eric Anholt
2007-07-18Add dry-coded DRM drawable private information storage for FreeBSD.Eric Anholt
2007-07-18drm: remove drm_u64_t, replace with uint64_t everwhereDave Airlie
2007-07-16drm: remove drm_ref_tDave Airlie
2007-07-16drm: remove drm_buf_tDave Airlie
2007-07-16drm: detypedef ttm/bo/fence codeDave Airlie
2007-07-16drm: remove hashtab/sman and object typedefsDave Airlie
2007-07-16drm: remove drmP.h internal typedefsDave Airlie
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie
2007-07-12nouveau: separate region_offset into map_handle and offset.Ben Skeggs
2007-07-11Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ...Arthur Huillet
2007-07-03Use idr_replace trick to eliminate struct drm_ctx_sarea_list.Kristian Høgsberg
2007-07-02Drop drm_drawable_list and add drm_drawable_info directly to the idr.Kristian Høgsberg