summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gma500: Final enables for OaktrailAlan Cox2011-12-202-1/+15
* gma500: SDVO DDC bus guessing isn't working so hardcode it insteadPatrik Jakobsson2011-12-201-0/+8
* gma500: Convert Oaktrail to work with new output handlingPatrik Jakobsson2011-12-203-47/+79
* gma500: Convert Cedarview to work with new output handlingPatrik Jakobsson2011-12-206-128/+169
* gma500: Replace SDVO code with slightly modified version from i915Patrik Jakobsson2011-12-206-973/+2742
* gma500: Add support for Intel GMBUSPatrik Jakobsson2011-12-206-0/+588
* gma500: Convert PSB LVDS to new output handlingPatrik Jakobsson2011-12-201-69/+83
* gma500: Fix encoder type checking for connectorsPatrik Jakobsson2011-12-203-19/+19
* gma500: Remove psb_intel_output from ddc_probe and ddc_get_modesPatrik Jakobsson2011-12-202-11/+10
* gma500: Initial support for our encoder and connector structsPatrik Jakobsson2011-12-202-15/+32
* staging/gma500: fixup staging code to build following core changes.Dave Airlie2011-12-207-11/+11
* drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-2022-58/+64
* 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-202-2/+2
* 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: fourcc: Use __u32 instead of u32Ville Syrjälä2011-12-201-2/+2
* drm: Install drm_fourcc.hVille Syrjälä2011-12-201-0/+1
* drm: Add a missing ')'Ville Syrjälä2011-12-201-1/+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/+2
* 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/Merge branch 'drm-ttm-glisse' of ../drm-radeon-next into drm-core-nextDave Airlie2011-12-0627-962/+1955
|\
| * 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-067-55/+71
| * drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-069-156/+203
| * 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-066-0/+1179
| * drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2011-12-069-120/+135
| * drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-069-458/+294
| * drm/ttm: page allocation use page array instead of listJerome Glisse2011-12-063-66/+63
| * 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-062-3/+0
| * drm/ttm: remove split btw highmen and lowmem pageJerome Glisse2011-12-062-16/+2
| * drm/ttm: remove userspace backed ttm object supportJerome Glisse2011-12-064-155/+1
| * swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk2011-12-063-4/+5
|/
* drm: Merge branch 'drm-cleanups-jbarnes' into drm-core-nextDave Airlie2011-12-062-26/+116
|\
| * drm: remove some potentially dangerous DRM_ERRORsJesse Barnes2011-12-061-15/+4
| * drm: document the drm_mode_config structureJesse Barnes2011-12-061-0/+23
| * drm: document the drm_mode_group structureJesse Barnes2011-12-061-0/+13
| * drm: document and cleanup drm_mode_config_funcsJesse Barnes2011-12-061-2/+9
| * drm: document drm_mode_set structureJesse Barnes2011-12-061-1/+9
| * drm: remove unused fields in drm_connector and document the restJesse Barnes2011-12-061-7/+28