summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart
2012-05-22drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart
2012-05-22drm: Don't initialize local ret variable when not neededLaurent Pinchart
2012-05-22drm: Delete the vblank timer synchronously at cleanup timeLaurent Pinchart
2012-05-22drm/backlight: initialize struct backlight_properties properlyCorentin Chary
2012-05-22drm/nouveau/dp: Probe branch/sink OUIs (v2)Adam Jackson
2012-05-22drm/radeon/dp: Probe branch/sink OUIsAdam Jackson
2012-05-22drm/i915/dp: Probe branch/sink OUIsAdam Jackson
2012-05-22gma500: Fix Poulsbo suspend/resume crash on devices with SDVO portsAlan Cox
2012-05-22gma500: handle poulsbo cursor restrictionPatrik Jakobsson
2012-05-22gma500: Prevent endless loop in panel power up sequenceAlan Cox
2012-05-22drm/radeon/hdmi: compile audio status in 1 functionRafał Miłecki
2012-05-22nouveau: nouveau_set_bo_placement takes TTM flagsDave Airlie
2012-05-21Merge tag 'drm-intel-next-2012-05-20' of git://people.freedesktop.org/~danvet...Dave Airlie
2012-05-20drm/i915: IBX has a fixed pch pll to pch pipe mappingDaniel Vetter
2012-05-20drm/i915: implement hsw_write_infoframePaulo Zanoni
2012-05-20drm/i915: small hdmi coding style cleanupsPaulo Zanoni
2012-05-20drm/i915: fixup infoframe support for sdvoDaniel Vetter
2012-05-20drm/kms: fix Kconfig for new drivers.Dave Airlie
2012-05-19drm/i915: Enable the PCH PLL for all generations after link trainingChris Wilson
2012-05-19drm/i915: Convert BUG_ON(!pll->active) and friends to a WARNChris Wilson
2012-05-19drm/i915: don't clobber the pipe param in sanitize_modesettingDaniel Vetter
2012-05-19drm/i915: disable gmbus on i830Daniel Vetter
2012-05-19drm/i915: Replace the feature tests for BLT/BSD with ring init checksChris Wilson
2012-05-19drm/i915: Check whether the ring is initialised prior to dispatchChris Wilson
2012-05-19drm/i915: Introduce for_each_ring() macroChris Wilson
2012-05-19drm/i915: Assert that the transcoder is indeed off before modifying itChris Wilson
2012-05-19drm/i915: hook Haswell devices in placeEugeni Dodonov
2012-05-19drm/i915: prepare HDMI link for HaswellEugeni Dodonov
2012-05-19drm/i915: move HDMI structs to shared locationEugeni Dodonov
2012-05-19drm/i915: add WR PLL programming tableEugeni Dodonov
2012-05-19drm/i915: add support for DDI-controlled digital outputsEugeni Dodonov
2012-05-19drm/i915: detect digital outputs on HaswellEugeni Dodonov
2012-05-19drm/i915: program iCLKIP on Lynx PointEugeni Dodonov
2012-05-19drm/i915: program WM_LINETIME on HaswellEugeni Dodonov
2012-05-19drm/i915: define Haswell watermarks and clock gatingEugeni Dodonov
2012-05-19drm/i915: use ironlake eld write routine for HaswellEugeni Dodonov
2012-05-19drm/i915: support DDI training in FDI modeEugeni Dodonov
2012-05-19drm/i915: initialize DDI buffer translationsEugeni Dodonov
2012-05-19drm/i915: account for only one PCH receiver on HaswellEugeni Dodonov
2012-05-19drm/i915: handle DDI-related assertionsEugeni Dodonov
2012-05-19drm/i915: add LPT PCH checksEugeni Dodonov
2012-05-19drm/i915: enable power wells on Haswell initEugeni Dodonov
2012-05-19drm/i915: detect PCH encoders on HaswellEugeni Dodonov
2012-05-19drm/i915: do not use fdi_normal_train on HaswellEugeni Dodonov
2012-05-19drm/i915: show unknown sdvox registers on hdmi initEugeni Dodonov
2012-05-19drm/i915: properly check for pipe countEugeni Dodonov
2012-05-19drm/i915: calculate watermarks for devices that have 3 pipesEugeni Dodonov
2012-05-19drm/i915: add support for SBI opsEugeni Dodonov
2012-05-19drm/i915: reuse Ivy Bridge interrupts code for HaswellEugeni Dodonov