summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'linus' into drm-intel-fixesChris Wilson2010-09-217-14/+22
|\
| * drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson2010-09-147-18/+11
| * drm: Use a nondestructive mode for output detect when pollingChris Wilson2010-09-137-14/+29
* | drm/i915: Hold a reference to the object whilst unbinding the eviction listChris Wilson2010-09-201-2/+7
* | drm/i915,agp/intel: Add second set of PCI-IDs for B43Chris Wilson2010-09-171-0/+1
* | drm/i915: Fix Sandybridge fence registersChris Wilson2010-09-172-22/+51
* | drm/i915/crt: Downgrade warnings for hotplug failuresChris Wilson2010-09-171-2/+2
* | drm/i915: Ensure that the crtcinfo is populated during mode_fixup()Chris Wilson2010-09-121-0/+8
|/
* drm/i915: don't enable self-refresh on IronlakeJesse Barnes2010-09-102-2/+12
* drm/i915: Double check that the wait_request is not pending before warningChris Wilson2010-09-091-7/+15
* Revert "drm/i915: Warn if we run out of FIFO space for a mode"Chris Wilson2010-09-081-7/+1
* Revert "drm/i915: Allow LVDS on pipe A on gen4+"Chris Wilson2010-09-081-2/+0
* Revert "drm/i915: Enable RC6 on Ironlake."Chris Wilson2010-09-071-6/+3
* intel_agp,i915: Add more sandybridge graphics device idsZhenyu Wang2010-09-071-0/+4
* drm/i915: Enable MI_FLUSH on SandybridgeZhenyu Wang2010-09-072-2/+7
* agp/intel: Fix cache control for SandybridgeZhenyu Wang2010-09-071-0/+1
* drm/i915: Prevent double dpms onChris Wilson2010-09-071-1/+4
* drm/i915: Avoid use of uninitialised values when disabling panel-fitterChris Wilson2010-09-071-20/+15
* drm/i915: Avoid pageflipping freeze when we miss the flip prepare interruptSimon Farnsworth2010-09-074-12/+113
* drm/i915: Tightly scope intel_encoder to prevent invalid useChris Wilson2010-09-071-13/+12
* drm/i915: Allocate the PCI resource for the MCHBARChris Wilson2010-09-071-10/+10
* drm/i915/dp: Really try 5 times before giving up.Chris Wilson2010-09-071-30/+28
* drm/i915/sdvo: Restore guess of the DDC bus in absence of VBIOSChris Wilson2010-09-071-1/+39
* drm/i915/dp: Boost timeout for enabling transcoder to 100msChris Wilson2010-09-071-1/+1
* drm/i915: Re-use set_base_atomic to share setting of the display registersChris Wilson2010-09-071-71/+9
* drm/i915: Fix offset page-flips on i965+Chris Wilson2010-09-071-19/+48
* drm/i915: Include a generation number in the device infoChris Wilson2010-09-072-54/+34
* i915: return -EFAULT if copy_to_user failsDan Carpenter2010-09-071-0/+1
* i915: return -EFAULT if copy_to_user failsDan Carpenter2010-09-071-3/+9
* drm/i915: overlay on gen2 can't address above 1GDaniel Vetter2010-09-071-0/+4
* drm/i915: Clear the vblank status bit before polling for the next vblankChris Wilson2010-09-071-0/+16
* i915: Fix spurious TV detection after 9d0498a2bf + 9559fcdbffPekka Enberg2010-09-071-3/+6
* i915: revert some checks added by commit 32aad86fPavel Roskin2010-09-071-16/+13
* Revert "drm/i915: Unreference object not handle on creation"Chris Wilson2010-09-071-3/+6
* drivers/gpu/drm/i915/intel_overlay.c needs seq_file.hAndrew Morton2010-09-071-0/+2
* drm/i915: fix vblank wait test conditionJesse Barnes2010-08-241-1/+1
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-241-40/+40
|\
| * drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie2010-08-171-40/+40
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-08-2226-2408/+2645
|\ \
| * | drm/i915,intel_agp: Add support for Sandybridge D0Zhenyu Wang2010-08-221-0/+1
| * | drm/i915: fix render pipe control notify on sandybridgeZhenyu Wang2010-08-221-1/+6
| * | drm/i915: Remove the conflicting BUG_ON()Chris Wilson2010-08-221-2/+0
| * | drm/i915/suspend: s/IS_IRONLAKE/HAS_PCH_SPLIT/Chris Wilson2010-08-221-37/+37
| * | drm/i915/suspend: Flush register writes before busy-waiting.Chris Wilson2010-08-221-9/+18
| * | i915: disable DAC on Ironlake also when doing CRT load detection.Dave Airlie2010-08-221-11/+12
| * | drm/i915: wait for actual vblank, not just 20msJesse Barnes2010-08-227-30/+69
| * | drm/i915: make sure eDP PLL is enabled at the right timeJesse Barnes2010-08-182-39/+60
| * | drm/i915: fix VGA plane disable for Ironlake+Jesse Barnes2010-08-181-28/+27
| * | drm/i915: eDP mode set sequence correctionsJesse Barnes2010-08-181-9/+8
| * | drm/i915: add panel reset workaroundJesse Barnes2010-08-181-1/+16