aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-2/+1
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds23-195/+2674
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells10-15/+15
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2-2/+0
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2-0/+5
2012-09-13gma500: Remove unused variableEmil Goode1-2/+0
2012-09-13gma500: Fix regression on Oaktrail devicesAlan Cox1-0/+2
2012-08-30gma500: Consider CRTC initially active.Forest Bond1-0/+3
2012-08-24gma500: Fix frequency detectionAlan Cox2-0/+2
2012-08-24gma500: remove references to drm_display_info raw_edid fieldJani Nikula1-3/+0
2012-08-24gma500: fix incorrect declaration.Dave Airlie1-1/+1
2012-08-24gma500: remove an unreachable return statementJani Nikula1-1/+0
2012-08-24gma500: psb_intel_crtc: Drop crtc_enable flag.Forest Bond2-3/+0
2012-08-24gma500: Fix comment mispelling in cdv_intel_limits definition.Forest Bond1-1/+1
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula3-6/+0
2012-08-24gma500/cdv: Fix call to cdv_intel_dp_set_m_nAlan Cox1-2/+2
2012-08-24drm: gma500: Kill the GEM glue layerLaurent Pinchart5-96/+8
2012-08-24gma500: Disable the clock gating of display controller to make DP/eDP work wellZhao Yakui2-0/+28
2012-08-24gma500/cdv: Add eDP supportZhao Yakui14-61/+751
2012-08-24gma500/cdv: enable the DisplayPort supportAlan Cox1-2/+9
2012-08-24gma500/cdv: sync up and add the displayport code to the buildAlan Cox4-245/+260
2012-08-24gma500/cdv: add the bits that don't need the new codeAlan Cox4-3/+161
2012-08-24gma500: Add the support of display port on CDVAlan Cox3-4/+1661
2012-08-24gma500: Program the DPLL lane based on the selected digitial portZhao Yakui3-31/+58
2012-08-24gma500: Fix incorrect SR issue when disabling CRTC already in disabled stateZhao Yakui1-4/+3
2012-07-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds16-18/+17
2012-07-19drm: kill reclaim_buffers callbackDaniel Vetter1-1/+0
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart13-15/+15
2012-07-16gma500,cdv: Fix the brightness baseAlan Cox1-16/+19
2012-07-16gma500: move the ASLE enableAlan Cox3-5/+9
2012-07-16gma500: Fix lid related crashAlan Cox1-8/+4
2012-06-27drm/i915/bios: cleanup return type of intel_parse_bios()Dan Carpenter2-2/+2
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart1-1/+1
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart2-2/+2
2012-05-22gma500: Fix Poulsbo suspend/resume crash on devices with SDVO portsAlan Cox1-2/+4
2012-05-22gma500: handle poulsbo cursor restrictionPatrik Jakobsson7-12/+61
2012-05-22gma500: Prevent endless loop in panel power up sequenceAlan Cox1-3/+9
2012-05-17gma500: fix build warningDave Airlie1-1/+1
2012-05-17gma500: silence an unused variable warningDan Carpenter1-6/+6
2012-05-17gma500: unload fixesAlan Cox4-40/+20
2012-05-17gma500: Fix crash on D2700MUD and various other boardsAlan Cox2-4/+12
2012-05-11gma500: Turn on the IRQ for everythingAlan Cox1-2/+2
2012-05-11gma500: clean up some more checksAlan Cox5-7/+9
2012-05-11cdv: Add all cedarview pci idsAlan Cox1-0/+8
2012-05-11gma500: Clean up some of the noiseAlan Cox4-29/+5
2012-05-11gma500: use the register map to clean upAlan Cox8-783/+473
2012-05-11gma500: introduce some register mapsAlan Cox5-1/+268
2012-05-11gma500: Clean up from the psb_pipe structureAlan Cox1-83/+46
2012-05-11gma500: introduce a structure describing each pipeAlan Cox6-340/+173
2012-05-11gma500: Fix build without ACPIAlan Cox4-14/+23