summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/framebuffer.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-2/+1
2012-08-24gma500/cdv: Add eDP supportZhao Yakui1-0/+3
2012-08-24gma500/cdv: add the bits that don't need the new codeAlan Cox1-0/+4
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart1-1/+1
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart1-1/+1
2012-05-17gma500: unload fixesAlan Cox1-5/+10
2012-05-11gma500: Clean up some of the noiseAlan Cox1-1/+1
2012-05-07gma500: framebuffer: mark psb_fb_helper_funcs as staticKirill A. Shutemov1-1/+1
2012-05-07gma500: vram_addr should be __iomemKirill A. Shutemov1-2/+1
2012-05-03gma500: wide framebuffer memoryAlan Cox1-0/+2
2012-04-27cdv: continue synching up with updated reference codeAlan Cox1-8/+5
2012-04-27gma500: support 1080pAlan Cox1-0/+16
2012-03-20gma500: Fix mmap frambufferYoichi Yuasa1-1/+1
2012-03-15drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie1-1/+0
2012-03-10gma500: mark psb_fbdev_destroy() and psb_fbdev_fini() as staticKirill A. Shutemov1-2/+2
2012-03-10gma500: drop unused psbfb_suspend()/psbfb_resume()Kirill A. Shutemov1-33/+0
2012-03-10gma500: psbfb_create(): move depth initialization out of loopKirill A. Shutemov1-1/+1
2012-03-10gma500: re-order calling on the fix setup so we set up after the DRM layerAlan Cox1-1/+1
2012-03-10gma500: plug in more of the gamma functionalityAlan Cox1-0/+10
2012-03-05drm, gma500: Fix Cedarview boot failures in 3.3-rcAlan Cox1-1/+0
2012-02-09drm: do not set fb_info->pixmap fieldsSascha Hauer1-5/+1
2012-02-09drm: add convenience function to create an range propertySascha Hauer1-4/+1
2012-01-27gma500: Fix suspend/resume functionsRyan Mallon1-4/+4
2011-12-20gma500: Fix encoder type checking for connectorsPatrik Jakobsson1-4/+4
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-1/+1
2011-12-06gma500: Be smarter about layoutAlan Cox1-16/+30
2011-12-06gma500: gtt based hardware scrolling consoleAlan Cox1-9/+71
2011-12-06gma500: kill virtual mapping supportAlan Cox1-44/+8
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie1-1/+1
2011-11-28drm/gma500: port framebuffer to new plane interface.Dave Airlie1-13/+20
2011-11-16gma500: introduce the framebuffer support codeAlan Cox1-0/+784