aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds2-0/+20
2009-09-23drm/i915: Track purged state.Chris Wilson1-0/+1
2009-09-21Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds14-75/+477
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie1-0/+3
2009-09-20includecheck fix: include/drm, drm_memory.hJaswinder Singh Rajput1-2/+0
2009-09-18drm/radeon/kms: Use surfaces for scanout / cursor byte swapping on big endian.Michel Dänzer1-5/+6
2009-09-18drm/radeon/kms: don't fail if we fail to init GPU accelerationJerome Glisse1-0/+1
2009-09-17drm/i915: Add ioctl to set 'purgeability' of objectsChris Wilson1-0/+18
2009-09-08drm/i915: add B43 chipset supportFabian Henze1-0/+1
2009-09-08drm: include seq_file.h for debugfs builds.Dave Airlie1-0/+3
2009-09-07Merge intel drm-intel-next branchDave Airlie1-0/+4
2009-09-07drm/kms: add a function that can add the mode for the output device without EDIDZhao Yakui1-0/+2
2009-09-02drm/kms: add explicit encoder disable function and detach harder.Dave Airlie1-0/+2
2009-09-02drm/mm: add ability to dump mm lists via debugfsDave Airlie1-0/+4
2009-08-31drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie2-0/+84
2009-08-31drm/crtc_helper: place drm_helper_encoder_in_use() in the header fileMaarten Maathuis1-0/+1
2009-08-27drm: GEM handles are u32, not intPekka Paalanen1-2/+2
2009-08-27drm/ttm: consolidate cache flushing code in one place.Dave Airlie1-0/+38
2009-08-21drm/radeon: add GET_PARAM/INFO support for Z pipesAlex Deucher1-0/+2
2009-08-21drm/radeon/kms: implement the bo busy ioctl properly.Dave Airlie1-0/+2
2009-08-20Merge Linus master to drm-nextDave Airlie4-6/+57
2009-08-19ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom2-26/+69
2009-08-19drm/ttm: Memory accounting rework.Thomas Hellstrom2-19/+26
2009-08-19drm: Enable drm drivers to add drm sysfs devices.Thomas Hellstrom1-0/+12
2009-08-19drm/ttm: optimize bo_kmap_type valuesPekka Paalanen1-6/+6
2009-08-19drm/kms: no need to return void value (encoder)Pekka Paalanen1-1/+1
2009-08-19drm: clarify scaling property namesJesse Barnes1-4/+5
2009-08-19drm: fixup includes in encoder slave header files.Dave Airlie1-2/+2
2009-08-17drm/radeon/kms: implement bo busy check + current domainDave Airlie1-1/+1
2009-08-13drm: Add more standard TV properties.Francisco Jerez1-0/+3
2009-08-05drm/radeon: Add support for RS880 chipsAlex Deucher1-0/+5
2009-08-04drm: Define some new standard TV properties.Francisco Jerez1-0/+3
2009-08-04drm: Define DRM_MODE_SUBCONNECTOR_SCARTFrancisco Jerez1-0/+1
2009-08-04drm: Define DRM_MODE_CONNECTOR_TVFrancisco Jerez1-0/+1
2009-08-04drm/kms: slave encoder interface.Francisco Jerez1-0/+162
2009-08-04DRM: Add the explanation about DRM debug levelZhao Yakui1-0/+31
2009-08-04drm: Remove the macro defintion of DRM_DEBUG_MODEZhao Yakui1-7/+0
2009-08-04drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODEZhao Yakui1-9/+9
2009-08-04drm/radeon: add some new r7xx pci idsAlex Deucher1-0/+5
2009-07-29Merge branch 'drm-radeon-kms' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds3-3/+42
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie2-1/+37
2009-07-15drm/ttm/radeon: add dma32 support.Dave Airlie1-1/+4
2009-07-15ttm: Make messages more readable.Thomas Hellstrom1-1/+1
2009-07-15drm/mode: add the GTF algorithm in kernel spaceZhao Yakui1-0/+3
2009-07-15drm/mode: add the CVT algorithm in kernel spaceZhao Yakui1-0/+3
2009-07-15drm/radeon: add some missing pci idsAlex Deucher1-2/+4
2009-06-24drm: Fix shifts which were miscalculated when converting from bitfields.Michel Dänzer1-19/+19
2009-06-19drm: EDID endianness fixes.Michel Dänzer1-49/+43
2009-06-19drm: Apply "Memory fragmentation from lost alignment blocks"Thomas Hellstrom1-6/+15
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt2-361/+0