summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2010-09-07drm/i915: Avoid pageflipping freeze when we miss the flip prepare interruptSimon Farnsworth4-12/+113
2010-09-07drm/i915: Tightly scope intel_encoder to prevent invalid useChris Wilson1-13/+12
2010-09-07drm/i915: Allocate the PCI resource for the MCHBARChris Wilson1-10/+10
2010-09-07drm/i915/dp: Really try 5 times before giving up.Chris Wilson1-30/+28
2010-09-07drm/i915/sdvo: Restore guess of the DDC bus in absence of VBIOSChris Wilson1-1/+39
2010-09-07drm/i915/dp: Boost timeout for enabling transcoder to 100msChris Wilson1-1/+1
2010-09-07drm/i915: Re-use set_base_atomic to share setting of the display registersChris Wilson1-71/+9
2010-09-07drm/i915: Fix offset page-flips on i965+Chris Wilson1-19/+48
2010-09-07drm/i915: Include a generation number in the device infoChris Wilson2-54/+34
2010-09-07i915: return -EFAULT if copy_to_user failsDan Carpenter1-0/+1
2010-09-07i915: return -EFAULT if copy_to_user failsDan Carpenter1-3/+9
2010-09-07drm/i915: overlay on gen2 can't address above 1GDaniel Vetter1-0/+4
2010-09-07drm/i915: Clear the vblank status bit before polling for the next vblankChris Wilson1-0/+16
2010-09-07i915: Fix spurious TV detection after 9d0498a2bf + 9559fcdbffPekka Enberg1-3/+6
2010-09-07i915: revert some checks added by commit 32aad86fPavel Roskin1-16/+13
2010-09-07Revert "drm/i915: Unreference object not handle on creation"Chris Wilson1-3/+6
2010-09-07drivers/gpu/drm/i915/intel_overlay.c needs seq_file.hAndrew Morton1-0/+2
2010-08-24drm/i915: fix vblank wait test conditionJesse Barnes1-1/+1
2010-08-24Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-40/+40
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds26-2408/+2645
2010-08-22drm/i915,intel_agp: Add support for Sandybridge D0Zhenyu Wang1-0/+1
2010-08-22drm/i915: fix render pipe control notify on sandybridgeZhenyu Wang1-1/+6
2010-08-22drm/i915: Remove the conflicting BUG_ON()Chris Wilson1-2/+0
2010-08-22drm/i915/suspend: s/IS_IRONLAKE/HAS_PCH_SPLIT/Chris Wilson1-37/+37
2010-08-22drm/i915/suspend: Flush register writes before busy-waiting.Chris Wilson1-9/+18
2010-08-22i915: disable DAC on Ironlake also when doing CRT load detection.Dave Airlie1-11/+12
2010-08-22drm/i915: wait for actual vblank, not just 20msJesse Barnes7-30/+69
2010-08-19drm/i915: make sure eDP PLL is enabled at the right timeJesse Barnes2-39/+60
2010-08-19drm/i915: fix VGA plane disable for Ironlake+Jesse Barnes1-28/+27
2010-08-19drm/i915: eDP mode set sequence correctionsJesse Barnes1-9/+8
2010-08-18drm/i915: add panel reset workaroundJesse Barnes1-1/+16
2010-08-17drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie1-40/+40
2010-08-14Merge git://git.infradead.org/~dwmw2/ideapad-2.6Linus Torvalds1-0/+1
2010-08-13Call acpi_video_register() in intel_opregion_init() failure pathDavid Woodhouse1-0/+1
2010-08-12Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-25/+24
2010-08-11vt/console: try harder to print output when panicingJesse Barnes1-3/+1
2010-08-10drm: expand gamma_setJames Simmons1-6/+3
2010-08-10drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson2-15/+15
2010-08-10drm: Propagate error code from fb_create()Chris Wilson2-4/+6
2010-08-10drm/i915: Enable RC6 on Ironlake.Zou Nan hai1-3/+6
2010-08-10drm/i915/sdvo: Only set is_lvds if we have a valid fixed mode.Chris Wilson1-7/+3
2010-08-09drm/i915: Set up a render context on IronlakeZou Nan hai3-10/+55
2010-08-09drm/i915 invalidate indirect state pointers at end of ring execZou Nan hai3-0/+17
2010-08-09drm/i915: Wake-up wait_request() from elapsed hang-check (v2)Chris Wilson1-0/+10
2010-08-09drm/i915: Apply i830 errata for cursor alignmentChris Wilson4-8/+14
2010-08-09drm/i915: Only update i845/i865 CURBASE when disabled (v2)Chris Wilson2-30/+63
2010-08-09drm/i915: FBC is updated within set_base() so remove second call in mode_set()Chris Wilson1-3/+0
2010-08-09drm/i915/edp: Flush the write before waiting for PLLsChris Wilson1-0/+1
2010-08-09drm/i915: Ensure that while(INREG()) are bounded (v2)Chris Wilson5-78/+48
2010-08-09drm/i915/ringbuffer: Set ring->gem_buffer = NULL on init unwindChris Wilson1-14/+17