summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/psb_intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/gma500/psb: Fix cursor gem obj referencing on psbPatrik Jakobsson2013-06-091-6/+13
* drm/gma500/psb: Unpin framebuffer on crtc disablePatrik Jakobsson2013-06-091-0/+14
* drm/gma500: Clean up various definesPatrik Jakobsson2013-03-171-2/+0Star
* drm/gma500: Remove unnecessary function exposurePatrik Jakobsson2013-03-171-2/+2
* drm/gma500: Type clock limits directly into array and remove definesPatrik Jakobsson2013-03-171-46/+20Star
* drm/gma500: Calculate clock in one function instead of three identicalPatrik Jakobsson2013-03-171-23/+5Star
* drm/gma500: Remove unused i8xx clock limitsPatrik Jakobsson2013-03-171-52/+2Star
* gma500: Fix n, m1 and m2 clock limits for sdvo and lvdsPatrik Jakobsson2013-02-221-6/+6
* gma500: Consider CRTC initially active.Forest Bond2012-08-301-0/+3
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-201-1/+1
* gma500: handle poulsbo cursor restrictionPatrik Jakobsson2012-05-221-7/+55
* gma500: use the register map to clean upAlan Cox2012-05-111-141/+110Star
* gma500: introduce a structure describing each pipeAlan Cox2012-05-111-24/+11Star
* gma500: psb_intel_display: drop unused variablesKirill A. Shutemov2012-03-101-11/+2Star
* gma500: mark psb_intel_pipe_set_base() as staticKirill A. Shutemov2012-03-101-1/+1
* gma500: drop unused psb_intel_modeset_cleanup()Kirill A. Shutemov2012-03-101-7/+0Star
* gma500: rework register stuff sanelyAlan Cox2012-03-101-15/+16
* gma500: now move the Oaktrail save state into its own structureAlan Cox2012-03-101-11/+16
* gma500: Replace SDVO code with slightly modified version from i915Patrik Jakobsson2011-12-201-0/+8
* gma500: Fix encoder type checking for connectorsPatrik Jakobsson2011-12-201-12/+12
* gma500: Initial support for our encoder and connector structsPatrik Jakobsson2011-12-201-0/+7
* drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-201-2/+2
* gma500: Add Poulsbo supportAlan Cox2011-11-161-0/+1431