Age | Commit message (Expand) | Author |
2009-12-08 | drm/intel: refactor DP i2c support and DP common header to drm helper | Dave Airlie |
2009-12-07 | drm/ttm: Export symbols needed for the vmwgfx driver. | Thomas Hellstrom |
2009-12-07 | drm/ttm: Add TTM execbuf utilities. | Thomas Hellstrom |
2009-12-07 | drm/ttm: Add ttm lock functionality. | Thomas Hellstrom |
2009-12-07 | drm/ttm: Add user-space objects. | Thomas Hellstrom |
2009-12-04 | drm: Add dirty ioctl and property | Jakob Bornecrantz |
2009-12-04 | drm/ttm: Fix build failure due to missing struct page | Martin Michlmayr |
2009-12-04 | drm: Add compatibility #ifdefs for *BSD | Kristian Høgsberg |
2009-12-04 | drm: Add support for drm master_[set|drop] callbacks. | Thomas Hellstrom |
2009-12-04 | drm/edid: Decode 3-byte CVT codes from EDID 1.4 | Adam Jackson |
2009-12-04 | drm/edid: Add new detailed block types from EDID 1.4 | Adam Jackson |
2009-12-04 | drm/modes: Add drm_mode_hsync() | Adam Jackson |
2009-12-01 | drm/i915: Fix typo in ioctl struct name. | Kristian Høgsberg |
2009-12-01 | drm/i915: Fix sync to vblank when VGA output is turned off | Li Peng |
2009-12-01 | drm/i915: add GETPARAM request for page flipping | Jesse Barnes |
2009-12-01 | drm: use page flip event to signal flip completion | Jesse Barnes |
2009-12-01 | Merge remote branch 'airlied/drm-next' into drm-intel-next | Eric Anholt |
2009-11-25 | drm/i915: Replace a calloc followed by copying data over it with malloc. | Eric Anholt |
2009-11-19 | drm: set the type of the drm_framebuffer::fbdev field | Clemens Ladisch |
2009-11-18 | drm/kms: add page flipping ioctl | Kristian Høgsberg |
2009-11-18 | drm: kill more unused DRM macros | Andres Salomon |
2009-11-18 | drm: kill some unused DRM_PROC macros from drmP.h | Andres Salomon |
2009-11-18 | drm: Add async event synchronization for drmWaitVblank | Kristian Høgsberg |
2009-11-05 | Merge remote branch 'airlied/drm-next' into drm-intel-next | Eric Anholt |
2009-11-05 | drm/i915: implement drmmode overlay support v4 | Daniel Vetter |
2009-11-05 | drm/i915: add i915_lp_ring_sync helper | Daniel Vetter |
2009-11-05 | drm: make drm_mode_object_find typesafe | Daniel Vetter |
2009-10-26 | drm: Add async event synchronization for drmWaitVblank | Kristian Høgsberg |
2009-10-08 | Merge branch 'drm-next' of ../drm-next into drm-linus | Dave Airlie |
2009-10-06 | drm/fb: add more correct 8/16/24/32 bpp fb support. | Dave Airlie |
2009-10-05 | drm/fb: add setcmap and fix 8-bit support. | Dave Airlie |
2009-10-05 | drm/radeon/kms: respect single crtc cards, only create one crtc. (v2) | Dave Airlie |
2009-09-30 | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds |
2009-09-28 | drm/kms: make fb helper work for all drivers. | Dave Airlie |
2009-09-25 | drm/kms: start adding command line interface using fb. | Dave Airlie |
2009-09-24 | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2009-09-23 | drm/i915: Track purged state. | Chris Wilson |
2009-09-21 | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds |
2009-09-21 | drm/vgaarb: add VGA arbitration support to the drm and kms. | Dave Airlie |
2009-09-20 | includecheck fix: include/drm, drm_memory.h | Jaswinder Singh Rajput |
2009-09-18 | drm/radeon/kms: Use surfaces for scanout / cursor byte swapping on big endian. | Michel Dänzer |
2009-09-18 | drm/radeon/kms: don't fail if we fail to init GPU acceleration | Jerome Glisse |
2009-09-17 | drm/i915: Add ioctl to set 'purgeability' of objects | Chris Wilson |
2009-09-08 | drm/i915: add B43 chipset support | Fabian Henze |
2009-09-08 | drm: include seq_file.h for debugfs builds. | Dave Airlie |
2009-09-07 | Merge intel drm-intel-next branch | Dave Airlie |
2009-09-07 | drm/kms: add a function that can add the mode for the output device without EDID | Zhao Yakui |
2009-09-02 | drm/kms: add explicit encoder disable function and detach harder. | Dave Airlie |
2009-09-02 | drm/mm: add ability to dump mm lists via debugfs | Dave Airlie |
2009-08-31 | drm/kms: move driver specific fb common code to helper functions (v2) | Dave Airlie |