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