summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/gma500: Add chip specific sdvo masksPatrik Jakobsson2013-11-081-1/+1
* drm/gma500: Rename psb_intel_encoder to gma_encoderPatrik Jakobsson2013-07-241-4/+3
* drm/gma500: Rename psb_intel_connector to gma_connectorPatrik Jakobsson2013-07-241-1/+1
* drm/gma500: Rename psb_intel_crtc to gma_crtcPatrik Jakobsson2013-07-241-8/+8
* drm/gma500: Convert to generic encoder funcsPatrik Jakobsson2013-07-241-1/+1
* drm/gem: simplify object initializationDavid Herrmann2013-07-231-4/+2
* drm/gma500: Add fb gtt offset to fb basePatrik Jakobsson2013-05-151-2/+2
* drm/gma500: Increase max resolution for mode settingPatrik Jakobsson2013-04-251-2/+2
* drm/gma500: Change fb name so pm-utils doesn't apply quirksPatrik Jakobsson2013-04-031-1/+1
* drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter2013-02-141-9/+1
* drm/fb-helper: don't disable everything in initial_configDaniel Vetter2013-02-141-0/+4
* drm: revamp framebuffer cleanup interfacesDaniel Vetter2013-01-201-0/+1
* drm/gma500: move fbcon restore to lastcloseDaniel Vetter2013-01-201-24/+0
* drm/<drivers>: reorder framebuffer init sequenceDaniel Vetter2013-01-201-2/+2
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-2/+1
* gma500/cdv: Add eDP supportZhao Yakui2012-08-241-0/+3
* gma500/cdv: add the bits that don't need the new codeAlan Cox2012-08-241-0/+4
* drm: Constify drm_mode_config_funcs pointerLaurent Pinchart2012-05-221-1/+1
* drm: Constify gem_vm_ops pointerLaurent Pinchart2012-05-221-1/+1
* gma500: unload fixesAlan Cox2012-05-171-5/+10
* gma500: Clean up some of the noiseAlan Cox2012-05-111-1/+1
* gma500: framebuffer: mark psb_fb_helper_funcs as staticKirill A. Shutemov2012-05-071-1/+1
* gma500: vram_addr should be __iomemKirill A. Shutemov2012-05-071-2/+1
* gma500: wide framebuffer memoryAlan Cox2012-05-031-0/+2
* cdv: continue synching up with updated reference codeAlan Cox2012-04-271-8/+5
* gma500: support 1080pAlan Cox2012-04-271-0/+16
* gma500: Fix mmap frambufferYoichi Yuasa2012-03-201-1/+1
* drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie2012-03-151-1/+0
|\
| * drm, gma500: Fix Cedarview boot failures in 3.3-rcAlan Cox2012-03-051-1/+0
* | gma500: mark psb_fbdev_destroy() and psb_fbdev_fini() as staticKirill A. Shutemov2012-03-101-2/+2
* | gma500: drop unused psbfb_suspend()/psbfb_resume()Kirill A. Shutemov2012-03-101-33/+0
* | gma500: psbfb_create(): move depth initialization out of loopKirill A. Shutemov2012-03-101-1/+1
* | gma500: re-order calling on the fix setup so we set up after the DRM layerAlan Cox2012-03-101-1/+1
* | gma500: plug in more of the gamma functionalityAlan Cox2012-03-101-0/+10
* | drm: do not set fb_info->pixmap fieldsSascha Hauer2012-02-091-5/+1
* | drm: add convenience function to create an range propertySascha Hauer2012-02-091-4/+1
|/
* gma500: Fix suspend/resume functionsRyan Mallon2012-01-271-4/+4
* gma500: Fix encoder type checking for connectorsPatrik Jakobsson2011-12-201-4/+4
* drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-201-1/+1
* gma500: Be smarter about layoutAlan Cox2011-12-061-16/+30
* gma500: gtt based hardware scrolling consoleAlan Cox2011-12-061-9/+71
* gma500: kill virtual mapping supportAlan Cox2011-12-061-44/+8
* drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-291-1/+1
* drm/gma500: port framebuffer to new plane interface.Dave Airlie2011-11-281-13/+20
* gma500: introduce the framebuffer support codeAlan Cox2011-11-161-0/+784