aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAge
* drm: do not set fb_info->pixmap fieldsSascha Hauer2012-02-09
* drm: add convenience function to create an range propertySascha Hauer2012-02-09
* drm: add convenience function to create an enum propertySascha Hauer2012-02-09
* Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie2012-02-07
|\
| * drm/i915: add a LLC feature flag in device descriptionEugeni Dodonov2012-01-17
| * drm/i915: kill i915_mem.cDaniel Vetter2012-01-17
| * drm/i915: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2012-01-17
| * drm/i915/dp: Check for AUXCH error before checking for successAdam Jackson2012-01-17
| * drm/i915/dp: Use auxch precharge value of 5 everywhereAdam Jackson2012-01-17
| * drm/i915/dp: Tweak auxch clock divider for PCHAdam Jackson2012-01-17
| * drm/i915: Remove a comment about PCH from the non-PCH pathAdam Jackson2012-01-17
| * drm/i915: Fix assert_pch_hdmi_disabled to mention HDMI (not DP)Adam Jackson2012-01-17
| * drm/i915: Implement plane-disabled assertion for PCH tooAdam Jackson2012-01-17
| * drivers: i915: Fix BLC PWM register setupSimon Que2012-01-17
| * drm/i915: Check that plane/pipe is disabled before removing the fbChris Wilson2012-01-17
| * drm/i915: fix typo in function nameEugeni Dodonov2012-01-17
| * drm/i915: split out pll divider codeJesse Barnes2012-01-17
| * drm/i915: split 9xx refclk & sdvo tv code outJesse Barnes2012-01-17
| * drm/i915: there is no pipe CxSR on ironlakeEugeni Dodonov2012-01-17
| * drm/i915: Only look for matching clocks for LVDS downclockSean Paul2012-01-16
| * drm/i915: Silence _DSM errorsAdam Jackson2012-01-16
* | drm/kms: Make i2c buses fasterJean Delvare2012-02-03
* | drm/i915: fixup forcewake spinlock fallout in drpc debugfs functionDaniel Vetter2012-01-25
* | drm/i915: debugfs: show semaphore registers also on gen7Daniel Vetter2012-01-24
* | drm/i915: allow userspace forcewake references also on gen7Daniel Vetter2012-01-24
* | drm/i915: Re-enable gen7 RC6 and GPU turbo after resume.Eric Anholt2012-01-24
* | drm/i915: Correct debugfs printout for RC1e.Eric Anholt2012-01-24
* | Revert "drm/i915: Work around gen7 BLT ring synchronization issues."Keith Packard2012-01-20
* | drm/i915: rip out the HWSTAM missed irq workaroundDaniel Vetter2012-01-19
* | drm/i915: paper over missed irq issues with force wake voodooDaniel Vetter2012-01-19
* | drm/i915: Hold gt_lock across forcewake register readsKeith Packard2012-01-19
* | drm/i915: Hold gt_lock during resetKeith Packard2012-01-19
* | drm/i915: Move reset forcewake processing to gen6_do_resetKeith Packard2012-01-19
* | drm/i915: protect force_wake_(get|put) with the gt_lockDaniel Vetter2012-01-19
* | drm/i915: convert force_wake_get to func pointer in the gpu reset codeDaniel Vetter2012-01-13
* | drm/i915: sprite init failure on pre-SNB is not a failureJesse Barnes2012-01-13
* | drm/i915: VBT Parser cleanup for eDP blockRohit Jain2012-01-13
* | drm/i915: mask transcoder select bits before setting them on LVDSJesse Barnes2012-01-13
* | Merge branch 'drm-intel-next-fixes' into drm-intel-fixesKeith Packard2012-01-12
|\ \
| * | drm/i915: Add Clientron E830 to the ignore LVDS listJoel Sass2012-01-12
| * | CHROMIUM: i915: Add DMI override to skip CRT initialization on ZGBDuncan Laurie2012-01-12
| * | drm/i915: handle 3rd pipeEugeni Dodonov2012-01-09
| * | drm/i915: simplify pipe checkingEugeni Dodonov2012-01-09
| * | drm/i915: Print debugfs object list sizes in KiB instead of bytes.Eric Anholt2012-01-09
| * | drm/i915/sdvo: always set positive sync polarityPaulo Zanoni2012-01-06
| * | drm/i915: Removing TV Out modes.Rodrigo Vivi2012-01-06
| * | drm/i915: Fix TV Out refresh rate.Rodrigo Vivi2012-01-06
| |/
* | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-10
|\|
| * drm: introduce drm_can_sleep and use in intel/radeon drivers. (v2)Dave Airlie2012-01-06
| * drm: add support for private planesRob Clark2012-01-05