summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500/psb_intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-20drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-1/+1
2012-05-22gma500: handle poulsbo cursor restrictionPatrik Jakobsson1-7/+55
2012-05-11gma500: use the register map to clean upAlan Cox1-141/+110
2012-05-11gma500: introduce a structure describing each pipeAlan Cox1-24/+11
2012-03-10gma500: psb_intel_display: drop unused variablesKirill A. Shutemov1-11/+2
2012-03-10gma500: mark psb_intel_pipe_set_base() as staticKirill A. Shutemov1-1/+1
2012-03-10gma500: drop unused psb_intel_modeset_cleanup()Kirill A. Shutemov1-7/+0
2012-03-10gma500: rework register stuff sanelyAlan Cox1-15/+16
2012-03-10gma500: now move the Oaktrail save state into its own structureAlan Cox1-11/+16
2011-12-20gma500: Replace SDVO code with slightly modified version from i915Patrik Jakobsson1-0/+8
2011-12-20gma500: Fix encoder type checking for connectorsPatrik Jakobsson1-12/+12
2011-12-20gma500: Initial support for our encoder and connector structsPatrik Jakobsson1-0/+7
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-2/+2
2011-11-16gma500: Add Poulsbo supportAlan Cox1-0/+1431