summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-23drm/radeon: add PRIME support (v2)prime-mergeAlex Deucher17-25/+232
2012-05-23i915: add dmabuf/prime buffer sharing support.Daniel Vetter6-6/+239
2012-05-23nouveau: add PRIME supportDave Airlie16-25/+296
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie6-6/+28
2012-05-23udl: add prime fd->handle support.Dave Airlie4-1/+92
2012-05-23drm/prime: add exported buffers to current fprivs imported buffer list (v2)Dave Airlie2-6/+27
2012-05-23drm/prime: introduce sg->pages/addr arrays helperDave Airlie2-0/+38
2012-05-22drm: add plane propertiesRob Clark2-0/+26
2012-05-22drm: add bitmask property typeRob Clark3-3/+49
2012-05-22Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie20-439/+2066
2012-05-22drm: Make the CRTC gamma_set operation optionalLaurent Pinchart3-7/+8
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart9-9/+9
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart7-7/+7
2012-05-22drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart5-24/+38
2012-05-22drm: Don't initialize local ret variable when not neededLaurent Pinchart9-32/+24
2012-05-22drm: Delete the vblank timer synchronously at cleanup timeLaurent Pinchart1-1/+1
2012-05-22drm/backlight: initialize struct backlight_properties properlyCorentin Chary2-0/+2
2012-05-22drm/nouveau/dp: Probe branch/sink OUIs (v2)Adam Jackson1-0/+21
2012-05-22drm/radeon/dp: Probe branch/sink OUIsAdam Jackson1-0/+20
2012-05-22drm/i915/dp: Probe branch/sink OUIsAdam Jackson1-0/+19
2012-05-22drm/dp: Add DPCD defines for register 0x007Adam Jackson1-0/+4
2012-05-22drm/dp: Add DPCD OUI register definesAdam Jackson1-0/+4
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-22drm/radeon/hdmi: compile audio status in 1 functionRafał Miłecki4-104/+73
2012-05-22nouveau: nouveau_set_bo_placement takes TTM flagsDave Airlie1-1/+1
2012-05-21Merge tag 'drm-intel-next-2012-05-20' of git://people.freedesktop.org/~danvet...Dave Airlie22-292/+1627
2012-05-20drm/i915: IBX has a fixed pch pll to pch pipe mappingDaniel Vetter1-0/+11
2012-05-20drm/i915: implement hsw_write_infoframePaulo Zanoni2-5/+52
2012-05-20drm/i915: small hdmi coding style cleanupsPaulo Zanoni1-31/+13
2012-05-20drm/i915: fixup infoframe support for sdvoDaniel Vetter2-4/+11
2012-05-20drm/kms: fix Kconfig for new drivers.Dave Airlie3-3/+6
2012-05-19drm/i915: Enable the PCH PLL for all generations after link trainingChris Wilson1-2/+2
2012-05-19drm/i915: Convert BUG_ON(!pll->active) and friends to a WARNChris Wilson1-6/+15
2012-05-19drm/i915: don't clobber the pipe param in sanitize_modesettingDaniel Vetter1-2/+3
2012-05-19drm/i915: disable gmbus on i830Daniel Vetter1-0/+4
2012-05-19drm/i915: Replace the feature tests for BLT/BSD with ring init checksChris Wilson1-2/+2
2012-05-19drm/i915: Check whether the ring is initialised prior to dispatchChris Wilson1-8/+5
2012-05-19drm/i915: Introduce for_each_ring() macroChris Wilson8-85/+76
2012-05-19drm/i915: Assert that the transcoder is indeed off before modifying itChris Wilson1-0/+2
2012-05-19drm/i915: hook Haswell devices in placeEugeni Dodonov2-0/+11
2012-05-19drm/i915: prepare HDMI link for HaswellEugeni Dodonov3-1/+133
2012-05-19drm/i915: move HDMI structs to shared locationEugeni Dodonov2-17/+21
2012-05-19drm/i915: add WR PLL programming tableEugeni Dodonov1-0/+388
2012-05-19drm/i915: add support for DDI-controlled digital outputsEugeni Dodonov1-0/+19
2012-05-19drm/i915: detect digital outputs on HaswellEugeni Dodonov3-1/+50
2012-05-19drm/i915: program iCLKIP on Lynx PointEugeni Dodonov1-3/+97
2012-05-19drm/i915: program WM_LINETIME on HaswellEugeni Dodonov4-0/+43
2012-05-19drm/i915: define Haswell watermarks and clock gatingEugeni Dodonov1-0/+11