summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
2009-08-04drm: Define DRM_MODE_SUBCONNECTOR_SCARTFrancisco Jerez-0/+1
2009-08-04drm: Define DRM_MODE_CONNECTOR_TVFrancisco Jerez-0/+1
2009-08-04drm/kms: slave encoder interface.Francisco Jerez-0/+162
2009-08-04DRM: Add the explanation about DRM debug levelZhao Yakui-0/+31
2009-08-04drm: Remove the macro defintion of DRM_DEBUG_MODEZhao Yakui-7/+0
2009-08-04drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODEZhao Yakui-9/+9
2009-08-04drm/radeon: add some new r7xx pci idsAlex Deucher-0/+5
2009-07-29Merge branch 'drm-radeon-kms' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+42
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie-1/+37
2009-07-15drm/ttm/radeon: add dma32 support.Dave Airlie-1/+4
2009-07-15ttm: Make messages more readable.Thomas Hellstrom-1/+1
2009-07-15drm/mode: add the GTF algorithm in kernel spaceZhao Yakui-0/+3
2009-07-15drm/mode: add the CVT algorithm in kernel spaceZhao Yakui-0/+3
2009-07-15drm/radeon: add some missing pci idsAlex Deucher-2/+4
2009-06-24drm: Fix shifts which were miscalculated when converting from bitfields.Michel Dänzer-19/+19
2009-06-19drm: EDID endianness fixes.Michel Dänzer-49/+43
2009-06-19drm: Apply "Memory fragmentation from lost alignment blocks"Thomas Hellstrom-6/+15
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt-361/+0
2009-06-16Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds-4/+1922
2009-06-15drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse-0/+130
2009-06-15drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom-0/+1788
2009-06-15drm/radeon: fix mobility flags on new PCI IDs.Dave Airlie-4/+4
2009-06-12Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds-57/+170
2009-06-12drm: include kernel list header file in hashtab headerJerome Glisse-0/+2
2009-06-12drm: Split out the mm declarations in a separate header. Add atomic operations.Jerome Glisse-36/+91
2009-06-12drm/radeon: add support for RV790.Alex Deucher-0/+2
2009-06-12drm/radeon: add rv740 drm support.Alex Deucher-0/+5
2009-06-12drm_calloc_large: check right size, check integer overflow, use GFP_ZEROKristian Høgsberg-8/+4
2009-06-11drm: add separate drm debugging levelsyakui_zhao-5/+56
2009-06-11drm: fix LOCK_TEST_WITH_RETURN macroRoel Kluin-8/+8
2009-06-09drm/i915: Enable probe on new chipsetZhenyu Wang-0/+2
2009-06-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard-0/+5
2009-05-19drm/i915: allocate large pointer arrays with vmallocJesse Barnes-0/+24
2009-05-14drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl.Carl Worth-0/+10
2009-04-21drm/i915: add support for G41 chipsetZhenyu Wang-0/+1
2009-04-14Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+3
2009-04-13intelfb: support i854Stefan Husemann-0/+2
2009-04-08drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU.Eric Anholt-0/+3
2009-04-03drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes-1/+1
2009-04-03DRM: drm_crtc_helper.h doesn't actually need i2c.hJean Delvare-1/+0
2009-04-03drm: fix missing inline function on 32-bit powerpc.Dave Airlie-2/+2
2009-03-29drm: detect hdmi monitor by hdmi identifier (v3)Ma Ling-0/+1
2009-03-29drm: reorder struct drm_ioctl_desc to save space on 64 bit buildsRichard Kennedy-3/+3
2009-03-29radeon: add some new pci idsAlex Deucher-0/+2
2009-03-29drm: read EDID extensions from monitorMa Ling-1/+2
2009-03-28drm: merge Linux master into HEADDave Airlie-188/+192
2009-03-27agp/intel: Add support for new intel chipset.Shaohua Li-0/+2
2009-03-27drm: Convert proc files to seq_file and introduce debugfsBen Gamari-1/+76
2009-03-26Merge commit 'v2.6.29' into core/header-fixesIngo Molnar-9/+14
2009-03-26make drm headers use strict integer typesArnd Bergmann-188/+190