summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-05-2911-101/+197
|\
| * drm/i915: tune down the noise of the RP irq limit failDaniel Vetter2012-05-251-2/+3
| * drm/i915: Remove the error message for unbinding pinned buffersChris Wilson2012-05-251-4/+2
| * drm/i915: Limit page allocations to lowmem (dma32) for i965Chris Wilson2012-05-251-1/+9
| * drm/i915: always use RPNSWREQ for turbo change requestsJesse Barnes2012-05-241-1/+1
| * drm/i915: reject doubleclocked cea modes on dpDaniel Vetter2012-05-241-0/+6
| * drm/i915: Adding TV Out Missing modes.Rodrigo Vivi2012-05-241-0/+48
| * drm/i915: wait for a vblank to pass after tv detectDaniel Vetter2012-05-241-0/+5
| * drm/i915: no lvds quirk for HP t5740e Thin ClientJan-Benedict Glaw2012-05-241-0/+8
| * drm/i915: enable vdd when switching off the eDP panelDaniel Vetter2012-05-241-10/+8
| * drm/i915: Fix PCH PLL assertions to not assume CRTC:PLL relationshipChris Wilson2012-05-241-23/+33
| * drm/i915: Always update RPS interrupts thresholds along with frequencyChris Wilson2012-05-242-47/+47
| * drm/i915: properly handle interlaced bit for sdvo dtd conversionDaniel Vetter2012-05-242-4/+13
| * drm/i915: fix module unload since error_state reworkDaniel Vetter2012-05-221-0/+2
| * drm/i915: be more careful when returning -ENXIO in gmbus transferDaniel Vetter2012-05-211-9/+12
* | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-05-2441-7236/+11011
|\ \
| * | drm/i915: make some dmabuf things staticDave Airlie2012-05-231-4/+4
| * | i915: add dmabuf/prime buffer sharing support.Daniel Vetter2012-05-236-6/+239
| * | drm: Constify drm_mode_config_funcs pointerLaurent Pinchart2012-05-221-1/+1
| * | drm: Constify gem_vm_ops pointerLaurent Pinchart2012-05-221-1/+1
| * | drm/backlight: initialize struct backlight_properties properlyCorentin Chary2012-05-221-0/+1
| * | drm/i915/dp: Probe branch/sink OUIsAdam Jackson2012-05-221-0/+19
| |/
| * Merge tag 'drm-intel-next-2012-05-20' of git://people.freedesktop.org/~danvet...Dave Airlie2012-05-2120-290/+1621
| |\
| | * 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
| | * drm/i915: hook Haswell devices in placeEugeni Dodonov2012-05-191-0/+7
| | * drm/i915: prepare HDMI link for HaswellEugeni Dodonov2012-05-193-1/+133
| | * drm/i915: move HDMI structs to shared locationEugeni Dodonov2012-05-192-17/+21
| | * drm/i915: add WR PLL programming tableEugeni Dodonov2012-05-191-0/+388
| | * drm/i915: add support for DDI-controlled digital outputsEugeni Dodonov2012-05-191-0/+19
| | * drm/i915: detect digital outputs on HaswellEugeni Dodonov2012-05-193-1/+50
| | * drm/i915: program iCLKIP on Lynx PointEugeni Dodonov2012-05-191-3/+97
| | * drm/i915: program WM_LINETIME on HaswellEugeni Dodonov2012-05-194-0/+43
| | * drm/i915: define Haswell watermarks and clock gatingEugeni Dodonov2012-05-191-0/+11
| | * drm/i915: use ironlake eld write routine for HaswellEugeni Dodonov2012-05-191-0/+1
| | * drm/i915: support DDI training in FDI modeEugeni Dodonov2012-05-193-0/+118
| | * drm/i915: initialize DDI buffer translationsEugeni Dodonov2012-05-194-0/+111
| | * drm/i915: account for only one PCH receiver on HaswellEugeni Dodonov2012-05-192-4/+21
| | * drm/i915: handle DDI-related assertionsEugeni Dodonov2012-05-191-10/+25
| | * drm/i915: add LPT PCH checksEugeni Dodonov2012-05-191-2/+16