summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/prime: introduce sg->pages/addr arrays helperDave Airlie2012-05-232-0/+38
* drm: add plane propertiesRob Clark2012-05-222-0/+26
* drm: add bitmask property typeRob Clark2012-05-223-3/+49
* Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie2012-05-2220-439/+2066
|\
| * drm/exynos: add G2D driverJoonyoung Shim2012-05-177-0/+1079
| * drm/exynos: added vp scaling feature for hdmiSeung-Woo Kim2012-05-171-55/+33
| * drm/exynos: added source size to overlay structureSeung-Woo Kim2012-05-174-5/+17
| * drm/exynos: add additional display mode for hdmiSeung-Woo Kim2012-05-171-0/+65
| * drm/exynos: enable dvi mode for dvi monitorSeung-Woo Kim2012-05-172-8/+18
| * drm/exynos: fixed wrong pageflip finish event for interlace modeSeung-Woo Kim2012-05-171-5/+7
| * drm/exynos: add PM functions for hdmi and mixerJoonyoung Shim2012-05-082-0/+47
| * drm/exynos: add dpms for hdmiJoonyoung Shim2012-05-084-306/+341
| * drm/exynos: use threaded irq for hdmi hotplugJoonyoung Shim2012-05-081-35/+5
| * drm/exynos: use platform_get_irq_byname for hdmiJoonyoung Shim2012-05-081-6/+5
| * drm/exynos: cleanup for hdmi platform dataJoonyoung Shim2012-05-082-14/+11
| * drm/exynos: added a feature to get gem buffer information.Inki Dae2012-05-084-0/+51
| * drm/exynos: added drm prime feature.Inki Dae2012-05-088-9/+353
| * drm/exynos: added cache attribute support for gem.Inki Dae2012-05-082-11/+49
| * Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux into d...Inki Dae2012-05-08707-4466/+7198
| |\
| * | vgaarb: Provide dummy default device functionsMatthew Garrett2012-05-031-0/+5
* | | drm: Make the CRTC gamma_set operation optionalLaurent Pinchart2012-05-223-7/+8
* | | drm: Constify drm_mode_config_funcs pointerLaurent Pinchart2012-05-229-9/+9
* | | drm: Constify gem_vm_ops pointerLaurent Pinchart2012-05-227-7/+7
* | | drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart2012-05-225-24/+38
* | | drm: Don't initialize local ret variable when not neededLaurent Pinchart2012-05-229-32/+24
* | | drm: Delete the vblank timer synchronously at cleanup timeLaurent Pinchart2012-05-221-1/+1
* | | drm/backlight: initialize struct backlight_properties properlyCorentin Chary2012-05-222-0/+2
* | | drm/nouveau/dp: Probe branch/sink OUIs (v2)Adam Jackson2012-05-221-0/+21
* | | drm/radeon/dp: Probe branch/sink OUIsAdam Jackson2012-05-221-0/+20
* | | drm/i915/dp: Probe branch/sink OUIsAdam Jackson2012-05-221-0/+19
* | | drm/dp: Add DPCD defines for register 0x007Adam Jackson2012-05-221-0/+4
* | | drm/dp: Add DPCD OUI register definesAdam Jackson2012-05-221-0/+4
* | | gma500: Fix Poulsbo suspend/resume crash on devices with SDVO portsAlan Cox2012-05-221-2/+4
* | | gma500: handle poulsbo cursor restrictionPatrik Jakobsson2012-05-227-12/+61
* | | gma500: Prevent endless loop in panel power up sequenceAlan Cox2012-05-221-3/+9
* | | drm/radeon/hdmi: compile audio status in 1 functionRafał Miłecki2012-05-224-104/+73
* | | nouveau: nouveau_set_bo_placement takes TTM flagsDave Airlie2012-05-221-1/+1
* | | Merge tag 'drm-intel-next-2012-05-20' of git://people.freedesktop.org/~danvet...Dave Airlie2012-05-2122-292/+1627
|\ \ \
| * | | drm/i915: IBX has a fixed pch pll to pch pipe mappingDaniel Vetter2012-05-201-0/+11
| * | | drm/i915: implement hsw_write_infoframePaulo Zanoni2012-05-202-5/+52
| * | | drm/i915: small hdmi coding style cleanupsPaulo Zanoni2012-05-201-31/+13
| * | | drm/i915: fixup infoframe support for sdvoDaniel Vetter2012-05-202-4/+11
| * | | drm/i915: Enable the PCH PLL for all generations after link trainingChris Wilson2012-05-191-2/+2
| * | | drm/i915: Convert BUG_ON(!pll->active) and friends to a WARNChris Wilson2012-05-191-6/+15
| * | | drm/i915: don't clobber the pipe param in sanitize_modesettingDaniel Vetter2012-05-191-2/+3
| * | | drm/i915: disable gmbus on i830Daniel Vetter2012-05-191-0/+4
| * | | drm/i915: Replace the feature tests for BLT/BSD with ring init checksChris Wilson2012-05-191-2/+2
| * | | drm/i915: Check whether the ring is initialised prior to dispatchChris Wilson2012-05-191-8/+5
| * | | drm/i915: Introduce for_each_ring() macroChris Wilson2012-05-198-85/+76
| * | | drm/i915: Assert that the transcoder is indeed off before modifying itChris Wilson2012-05-191-0/+2