aboutsummaryrefslogtreecommitdiff
path: root/include/drm
AgeCommit message (Expand)Author
2009-09-02drm/mm: add ability to dump mm lists via debugfsDave Airlie
2009-08-31drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie
2009-08-31drm/crtc_helper: place drm_helper_encoder_in_use() in the header fileMaarten Maathuis
2009-08-27drm: GEM handles are u32, not intPekka Paalanen
2009-08-27drm/ttm: consolidate cache flushing code in one place.Dave Airlie
2009-08-21drm/radeon: add GET_PARAM/INFO support for Z pipesAlex Deucher
2009-08-21drm/radeon/kms: implement the bo busy ioctl properly.Dave Airlie
2009-08-20Merge Linus master to drm-nextDave Airlie
2009-08-19ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom
2009-08-19drm/ttm: Memory accounting rework.Thomas Hellstrom
2009-08-19drm: Enable drm drivers to add drm sysfs devices.Thomas Hellstrom
2009-08-19drm/ttm: optimize bo_kmap_type valuesPekka Paalanen
2009-08-19drm/kms: no need to return void value (encoder)Pekka Paalanen
2009-08-19drm: clarify scaling property namesJesse Barnes
2009-08-19drm: fixup includes in encoder slave header files.Dave Airlie
2009-08-17drm/radeon/kms: implement bo busy check + current domainDave Airlie
2009-08-13drm: Add more standard TV properties.Francisco Jerez
2009-08-05drm/radeon: Add support for RS880 chipsAlex Deucher
2009-08-04drm: Define some new standard TV properties.Francisco Jerez
2009-08-04drm: Define DRM_MODE_SUBCONNECTOR_SCARTFrancisco Jerez
2009-08-04drm: Define DRM_MODE_CONNECTOR_TVFrancisco Jerez
2009-08-04drm/kms: slave encoder interface.Francisco Jerez
2009-08-04DRM: Add the explanation about DRM debug levelZhao Yakui
2009-08-04drm: Remove the macro defintion of DRM_DEBUG_MODEZhao Yakui
2009-08-04drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODEZhao Yakui
2009-08-04drm/radeon: add some new r7xx pci idsAlex Deucher
2009-07-29Merge branch 'drm-radeon-kms' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie
2009-07-15drm/ttm/radeon: add dma32 support.Dave Airlie
2009-07-15ttm: Make messages more readable.Thomas Hellstrom
2009-07-15drm/mode: add the GTF algorithm in kernel spaceZhao Yakui
2009-07-15drm/mode: add the CVT algorithm in kernel spaceZhao Yakui
2009-07-15drm/radeon: add some missing pci idsAlex Deucher
2009-06-24drm: Fix shifts which were miscalculated when converting from bitfields.Michel Dänzer
2009-06-19drm: EDID endianness fixes.Michel Dänzer
2009-06-19drm: Apply "Memory fragmentation from lost alignment blocks"Thomas Hellstrom
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt
2009-06-16Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2009-06-15drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse
2009-06-15drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom
2009-06-15drm/radeon: fix mobility flags on new PCI IDs.Dave Airlie
2009-06-12Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2009-06-12drm: include kernel list header file in hashtab headerJerome Glisse
2009-06-12drm: Split out the mm declarations in a separate header. Add atomic operations.Jerome Glisse
2009-06-12drm/radeon: add support for RV790.Alex Deucher
2009-06-12drm/radeon: add rv740 drm support.Alex Deucher
2009-06-12drm_calloc_large: check right size, check integer overflow, use GFP_ZEROKristian Høgsberg
2009-06-11drm: add separate drm debugging levelsyakui_zhao
2009-06-11drm: fix LOCK_TEST_WITH_RETURN macroRoel Kluin
2009-06-09drm/i915: Enable probe on new chipsetZhenyu Wang