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