summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm: Check that the requested pixel format is validVille Syrjälä2011-12-201-0/+75
* drm: plane: Check that the fb pixel format is supported by the planeVille Syrjälä2011-12-201-0/+11
* drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä2011-12-201-1/+1
* drm: plane: Check crtc coordinates against integer overflows in setplane ioctlVille Syrjälä2011-12-201-0/+12
* drm: plane: Check source coordinatesVille Syrjälä2011-12-201-0/+23
* drm: plane: Clear plane.crtc and plane.fb after disable_plane()Ville Syrjälä2011-12-201-0/+2
* drm: Fix __user sparse warningsVille Syrjälä2011-12-201-15/+15
* drm: plane: mutex_unlock() was missingVille Syrjälä2011-12-201-0/+1
* drm/intel: Fix initialization if startup happens in interlaced mode [v2]Christian Schmidt2011-12-202-1/+2
* Fix wrong assumptions in cea_for_each_detailed_block v2Christian Schmidt2011-12-201-17/+2Star
* drm_edid_to_eld: check for CEA data blocks only from structure revision 3 onChristian Schmidt2011-12-201-19/+22
* drm/edid: support CEA video modes.Christian Schmidt2011-12-192-0/+327
* drm/ttm: callback move_notify any time bo placement change v4Jerome Glisse2011-12-062-5/+8
* drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-065-49/+53
* drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-067-122/+172
* drm/nouveau: enable the ttm dma pool when swiotlb is active V3Konrad Rzeszutek Wilk2011-12-064-61/+79
* drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4Konrad Rzeszutek Wilk2011-12-064-35/+84
* drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk2011-12-064-0/+1141
* drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2011-12-067-102/+94Star
* drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-068-395/+253Star
* drm/ttm: page allocation use page array instead of listJerome Glisse2011-12-062-62/+59Star
* drm/ttm: test for dma_address array allocation failureJerome Glisse2011-12-061-1/+1
* drm/ttm: use ttm put pages function to properly restore cache attributeJerome Glisse2011-12-061-1/+4
* drm/ttm: remove unused backend flags fieldJerome Glisse2011-12-061-1/+0Star
* drm/ttm: remove split btw highmen and lowmem pageJerome Glisse2011-12-061-9/+2Star
* drm/ttm: remove userspace backed ttm object supportJerome Glisse2011-12-062-126/+1Star
* swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk2011-12-061-1/+1
* drm: remove some potentially dangerous DRM_ERRORsJesse Barnes2011-12-061-15/+4Star
* gma500: Oaktrail BIOS handlingAlan Cox2011-12-062-12/+36
* gma500: Fix oaktrail probing part 1Alan Cox2011-12-062-1/+23
* gma500: Be smarter about layoutAlan Cox2011-12-061-16/+30
* gma500: gtt based hardware scrolling consoleAlan Cox2011-12-063-12/+122
* gma500: frame buffer lockingAlan Cox2011-12-063-6/+8
* gma500: Fix backlight crashAlan Cox2011-12-062-28/+34
* gma500: kill bogus codeAlan Cox2011-12-061-32/+0Star
* gma500: Convert spaces to tabs in accel_2d.c.Akshay Joshi2011-12-061-1/+1
* gma500: do a pass over the FIXME tagsAlan Cox2011-12-068-31/+26Star
* gma500: Add VBLANK support for Poulsbo hardwarePatrik Jakobsson2011-12-062-30/+44
* gma500: Don't enable MSI on PoulsboPatrik Jakobsson2011-12-061-3/+5
* gma500: Only register interrupt handler for poulsbo hardwarePatrik Jakobsson2011-12-062-1/+2
* gma500: kill virtual mapping supportAlan Cox2011-12-062-45/+8Star
* gma500: Move the APIAlan Cox2011-12-069-99/+8Star
* gma500: kill off NUM_PIPE defineAlan Cox2011-12-062-3/+2Star
* gma500: Rename the ioctls to avoid clashing with the legacy driversAlan Cox2011-12-063-20/+20
* drm/gma500: begin pruning dead bits of APIAlan Cox2011-12-063-644/+24Star
* drm: Redefine pixel formatsVille Syrjälä2011-12-012-23/+52
* drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-296-46/+46
* drm/radeon/kms: fix up for BIG ENDIAN breakageDave Airlie2011-11-291-1/+1
* drm/gma500: fix compile errorIlija Hadzic2011-11-281-11/+12
* drm/gma500: remove genrated fileIlija Hadzic2011-11-281-51/+0Star