string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / include / drm / drmP.h
2009-12-08 Dave AirlieMerge remote branch 'anholt/drm-intel-next' into drm...
2009-12-03 Kristian Høgsbergdrm: Add compatibility #ifdefs for *BSD
2009-12-03 Thomas Hellstromdrm: Add support for drm master_[set|drop] callbacks.
2009-12-01 Li Pengdrm/i915: Fix sync to vblank when VGA output is turned off
2009-12-01 Eric AnholtMerge remote branch 'airlied/drm-next' into drm-intel...
2009-11-25 Eric Anholtdrm/i915: Replace a calloc followed by copying data...
2009-11-18 Andres Salomondrm: kill more unused DRM macros
2009-11-18 Andres Salomondrm: kill some unused DRM_PROC macros from drmP.h
2009-11-18 Kristian Høgsbergdrm: Add async event synchronization for drmWaitVblank
2009-11-05 Eric AnholtMerge remote branch 'airlied/drm-next' into drm-intel...
2009-10-26 Kristian Høgsbergdrm: Add async event synchronization for drmWaitVblank
2009-09-21 Dave Airliedrm/vgaarb: add VGA arbitration support to the drm...
2009-08-27 Pekka Paalanendrm: GEM handles are u32, not int
2009-08-04 Zhao YakuiDRM: Add the explanation about DRM debug level
2009-08-04 Zhao Yakuidrm: Remove the macro defintion of DRM_DEBUG_MODE
2009-08-04 Zhao Yakuidrm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER...
2009-06-18 Eric Anholtdrm: Remove memory debugging infrastructure.
2009-06-12 Jerome Glissedrm: Split out the mm declarations in a separate header...
2009-06-12 Kristian Høgsbergdrm_calloc_large: check right size, check integer overf...
2009-06-11 yakui_zhaodrm: add separate drm debugging levels
2009-06-11 Roel Kluindrm: fix LOCK_TEST_WITH_RETURN macro
2009-05-19 Jesse Barnesdrm/i915: allocate large pointer arrays with vmalloc
2009-03-29 Richard Kennedydrm: reorder struct drm_ioctl_desc to save space on...
2009-03-27 Ben Gamaridrm: Convert proc files to seq_file and introduce debugfs
2009-03-13 Ben Gamaridrm: Convert proc files to seq_file and introduce debugfs
2009-03-13 Kristian Høgsbergdrm: Drop unused and broken dri_library_name sysfs...
2009-03-13 Kristian Høgsbergdrm: claim PCI device when running in modesetting mode.
2009-03-13 Benjamin Herrenschmidtdrm: Make drm_local_map use a resource_size_t offset
2009-03-13 Benjamin Herrenschmidtdrm: Split drm_map and drm_local_map
2009-03-13 Benjamin Herrenschmidtdrm: Use resource_size_t for drm_get_resource_{start...
2009-02-20 Jesse Barnesdrm/i915: Keep refs on the object over the lifetime...
2009-01-28 Eric Anholtdrm: Rip out the racy, unused vblank signal code.
2008-12-29 Eric Anholtdrm: Add a debug node for vblank state.
2008-12-29 Dave AirlieDRM: add mode setting support
2008-12-29 Jesse Barnesdrm: GEM mmap support
2008-12-29 Vegard Nossumdrm: fix leak of uninitialized data to userspace
2008-12-29 Dave Airliedrm: move to kref per-master structures.
2008-12-29 Dave Airliedrm: cleanup exit path for module unload
2008-11-24 Keith Packarddrm: move drm vblank initialization/cleanup to driver...
2008-11-11 Eric Anholtdrm: Remove infrastructure for supporting i915's vblank...
2008-10-17 Keith Packardi915: Map status page cached for chips with GTT-based...
2008-10-17 Jesse Barnesdrm: kill drm_device->irq
2008-10-17 Kristian Høgsbergi915 gem: install and uninstall irq handler in entervt...
2008-10-17 Eric Anholtdrm: Add GEM ("graphics execution manager") to i915...
2008-10-17 Jesse Barnesdrm: Rework vblank-wait handling to allow interrupt...
2008-07-15 Dave Airliedrm/radeon: fixup issue with radeon and PAT support.
2008-07-14 Dave Airliedrm: reorganise drm tree to be more future proof.