summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä22-58/+64
2011-12-20drm: Check that the requested pixel format is validVille Syrjälä1-0/+75
2011-12-20drm: plane: Check that the fb pixel format is supported by the planeVille Syrjälä1-0/+11
2011-12-20drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä2-2/+2
2011-12-20drm: plane: Check crtc coordinates against integer overflows in setplane ioctlVille Syrjälä1-0/+12
2011-12-20drm: plane: Check source coordinatesVille Syrjälä1-0/+23
2011-12-20drm: plane: Clear plane.crtc and plane.fb after disable_plane()Ville Syrjälä1-0/+2
2011-12-20drm: Fix __user sparse warningsVille Syrjälä1-15/+15
2011-12-20drm: plane: mutex_unlock() was missingVille Syrjälä1-0/+1
2011-12-20drm: fourcc: Use __u32 instead of u32Ville Syrjälä1-2/+2
2011-12-20drm: Install drm_fourcc.hVille Syrjälä1-0/+1
2011-12-20drm: Add a missing ')'Ville Syrjälä1-1/+1
2011-12-20drm/intel: Fix initialization if startup happens in interlaced mode [v2]Christian Schmidt2-1/+2
2011-12-20Fix wrong assumptions in cea_for_each_detailed_block v2Christian Schmidt1-17/+2
2011-12-20drm_edid_to_eld: check for CEA data blocks only from structure revision 3 onChristian Schmidt1-19/+22
2011-12-19drm/edid: support CEA video modes.Christian Schmidt2-0/+327
2011-12-06drm/Merge branch 'drm-ttm-glisse' of ../drm-radeon-next into drm-core-nextDave Airlie27-962/+1955
2011-12-06drm/ttm: callback move_notify any time bo placement change v4Jerome Glisse2-5/+8
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse7-55/+71
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse9-156/+203
2011-12-06drm/nouveau: enable the ttm dma pool when swiotlb is active V3Konrad Rzeszutek Wilk4-61/+79
2011-12-06drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4Konrad Rzeszutek Wilk4-35/+84
2011-12-06drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk6-0/+1179
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse9-120/+135
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse9-458/+294
2011-12-06drm/ttm: page allocation use page array instead of listJerome Glisse3-66/+63
2011-12-06drm/ttm: test for dma_address array allocation failureJerome Glisse1-1/+1
2011-12-06drm/ttm: use ttm put pages function to properly restore cache attributeJerome Glisse1-1/+4
2011-12-06drm/ttm: remove unused backend flags fieldJerome Glisse2-3/+0
2011-12-06drm/ttm: remove split btw highmen and lowmem pageJerome Glisse2-16/+2
2011-12-06drm/ttm: remove userspace backed ttm object supportJerome Glisse4-155/+1
2011-12-06swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk3-4/+5
2011-12-06drm: Merge branch 'drm-cleanups-jbarnes' into drm-core-nextDave Airlie2-26/+116
2011-12-06drm: remove some potentially dangerous DRM_ERRORsJesse Barnes1-15/+4
2011-12-06drm: document the drm_mode_config structureJesse Barnes1-0/+23
2011-12-06drm: document the drm_mode_group structureJesse Barnes1-0/+13
2011-12-06drm: document and cleanup drm_mode_config_funcsJesse Barnes1-2/+9
2011-12-06drm: document drm_mode_set structureJesse Barnes1-1/+9
2011-12-06drm: remove unused fields in drm_connector and document the restJesse Barnes1-7/+28
2011-12-06drm: add drm_encoder commentsJesse Barnes1-0/+12
2011-12-06drm: add comments for drm_encoder_funcsJesse Barnes1-0/+7
2011-12-06drm: fix comments for drm_crtc structJesse Barnes1-0/+11
2011-12-06drm: remove unused connector_count field from drm_display_modeJesse Barnes1-1/+0
2011-12-06drm: Merge branch 'drm-gma500-alancox' into drm-core-nextDave Airlie22-937/+437
2011-12-06gma500: Oaktrail BIOS handlingAlan Cox2-12/+36
2011-12-06gma500: Fix oaktrail probing part 1Alan Cox2-1/+23
2011-12-06gma500: Be smarter about layoutAlan Cox1-16/+30
2011-12-06gma500: gtt based hardware scrolling consoleAlan Cox3-12/+122
2011-12-06gma500: frame buffer lockingAlan Cox3-6/+8
2011-12-06gma500: Fix backlight crashAlan Cox2-28/+34