summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/framebuffer.c
AgeCommit message (Expand)AuthorLines
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding-4/+18
2014-09-24drm/gma500: use container_of to resolve psb_fbdev from drm_fb_helperFabian Frederick-1/+2
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding-1/+2
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding-1/+1
2014-03-17drm/gma500: Add backing type and base align to psb_gem_create()Patrik Jakobsson-1/+1
2013-11-08drm/gma500: Add chip specific sdvo masksPatrik Jakobsson-1/+1
2013-07-24drm/gma500: Rename psb_intel_encoder to gma_encoderPatrik Jakobsson-4/+3
2013-07-24drm/gma500: Rename psb_intel_connector to gma_connectorPatrik Jakobsson-1/+1
2013-07-24drm/gma500: Rename psb_intel_crtc to gma_crtcPatrik Jakobsson-8/+8
2013-07-24drm/gma500: Convert to generic encoder funcsPatrik Jakobsson-1/+1
2013-07-23drm/gem: simplify object initializationDavid Herrmann-4/+2
2013-05-15drm/gma500: Add fb gtt offset to fb basePatrik Jakobsson-2/+2
2013-04-25drm/gma500: Increase max resolution for mode settingPatrik Jakobsson-2/+2
2013-04-03drm/gma500: Change fb name so pm-utils doesn't apply quirksPatrik Jakobsson-1/+1
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter-9/+1
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter-0/+4
2013-01-20drm: revamp framebuffer cleanup interfacesDaniel Vetter-0/+1
2013-01-20drm/gma500: move fbcon restore to lastcloseDaniel Vetter-24/+0
2013-01-20drm/<drivers>: reorder framebuffer init sequenceDaniel Vetter-2/+2
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov-2/+1
2012-08-24gma500/cdv: Add eDP supportZhao Yakui-0/+3
2012-08-24gma500/cdv: add the bits that don't need the new codeAlan Cox-0/+4
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart-1/+1
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart-1/+1
2012-05-17gma500: unload fixesAlan Cox-5/+10
2012-05-11gma500: Clean up some of the noiseAlan Cox-1/+1
2012-05-07gma500: framebuffer: mark psb_fb_helper_funcs as staticKirill A. Shutemov-1/+1
2012-05-07gma500: vram_addr should be __iomemKirill A. Shutemov-2/+1
2012-05-03gma500: wide framebuffer memoryAlan Cox-0/+2
2012-04-27cdv: continue synching up with updated reference codeAlan Cox-8/+5
2012-04-27gma500: support 1080pAlan Cox-0/+16
2012-03-20gma500: Fix mmap frambufferYoichi Yuasa-1/+1
2012-03-15drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie-1/+0
2012-03-10gma500: mark psb_fbdev_destroy() and psb_fbdev_fini() as staticKirill A. Shutemov-2/+2
2012-03-10gma500: drop unused psbfb_suspend()/psbfb_resume()Kirill A. Shutemov-33/+0
2012-03-10gma500: psbfb_create(): move depth initialization out of loopKirill A. Shutemov-1/+1
2012-03-10gma500: re-order calling on the fix setup so we set up after the DRM layerAlan Cox-1/+1
2012-03-10gma500: plug in more of the gamma functionalityAlan Cox-0/+10
2012-03-05drm, gma500: Fix Cedarview boot failures in 3.3-rcAlan Cox-1/+0
2012-02-09drm: do not set fb_info->pixmap fieldsSascha Hauer-5/+1
2012-02-09drm: add convenience function to create an range propertySascha Hauer-4/+1
2012-01-27gma500: Fix suspend/resume functionsRyan Mallon-4/+4
2011-12-20gma500: Fix encoder type checking for connectorsPatrik Jakobsson-4/+4
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä-1/+1
2011-12-06gma500: Be smarter about layoutAlan Cox-16/+30
2011-12-06gma500: gtt based hardware scrolling consoleAlan Cox-9/+71
2011-12-06gma500: kill virtual mapping supportAlan Cox-44/+8
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie-1/+1
2011-11-28drm/gma500: port framebuffer to new plane interface.Dave Airlie-13/+20
2011-11-16gma500: introduce the framebuffer support codeAlan Cox-0/+784