summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2010-12-06drm/i915/ringbuffer: Only print an error on the second attempt to reset headChris Wilson1-14/+16
2010-12-05drm/i915: announce to userspace that the bsd ring is coherentDaniel Vetter1-0/+3
2010-12-04drm/i915: Factor in pixel-repeat in FDI M/N calculationChris Wilson1-0/+3
2010-12-04drm/i915: Death to the unnecessary 64bit divideChris Wilson1-13/+5
2010-12-03drm/i915: Clean conflicting modesetting registers upon initChris Wilson1-0/+51
2010-12-03drm/i915: Apply a workaround for transitioning from DP on pipe B to HDMI.Eric Anholt1-0/+21
2010-12-03drm/i915: Always set the DP transcoder config to 8BPC.Eric Anholt2-1/+4
2010-11-30Revert "drm/i915/dp: use VBT provided eDP params if available"Chris Wilson1-89/+57
2010-11-29drm/i915: Clear pfit registers when not used by any outputsChris Wilson3-11/+17
2010-11-28drm/i915: fix regression due to ba3d8d749b01548b9Daniel Vetter1-25/+18
2010-11-24drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliableChris Wilson1-3/+5
2010-11-24drm/i915/sdvo: Always fallback to querying the shared DDC lineChris Wilson1-45/+6
2010-11-23drm/i915: Handle pagefaults in execbuffer user relocationsChris Wilson1-168/+293
2010-11-22drm/i915/sdvo: Only enable HDMI encodings only if the commandset is supportedChris Wilson1-11/+14
2010-11-21drm/i915: Only save/restore cursor regs if !KMSChris Wilson1-20/+20
2010-11-21drm/i915: Prevent integer overflow when validating the execbufferChris Wilson1-1/+8
2010-11-19drm/i915: Disable FBC on Ironlake to save 1WAlex Shi1-1/+2
2010-11-19drm/i915: Take advantage of auto-polling CRT hotplug detection on PCH hardwareKeith Packard1-38/+57
2010-11-19drm/i915/crt: Introduce struct intel_crtChris Wilson1-27/+37
2010-11-19drm/i915: Do not hold mutex when faulting in user addressesChris Wilson1-36/+27
2010-11-15Merge remote branch 'airlied/drm-fixes' into drm-intel-fixesChris Wilson1-2/+1
2010-11-13drm/i915: Retire any pending operations on the old scanout when switchingChris Wilson3-0/+28
2010-11-10drm/i915: Fix I2C adapter registrationJean Delvare1-5/+6
2010-11-09drivers/gpu/drm: Update WARN usesJoe Perches1-2/+1
2010-11-09drm/i915: Fix LVDS fixed-mode regression from 219adae1Chris Wilson1-5/+11
2010-11-08drm/i915/ringbuffer: Use the HEAD auto-reporting mechanismChris Wilson1-1/+12
2010-11-08drm/i915: Avoid might_fault during pwrite whilst holding our mutexChris Wilson1-9/+16
2010-11-04drm/i915; Don't apply Ironlake FDI clock workaround to SandybridgeZhenyu Wang2-3/+5
2010-11-04drm/i915: Fix KMS regression on Sandybridge/CPTZhenyu Wang1-21/+33
2010-11-04i915: reprogram power monitoring registers on resumeKyle McMartin2-1/+4
2010-11-02drm/i915: SNB BLT workaroundChris Wilson2-3/+116
2010-11-02drm/i915: Fix the graphics frequency clamping at init and when IPS is active.Jesse Barnes1-5/+4
2010-11-02drm/i915: Allow powersave modparam to be adjusted at runtime.Chris Wilson1-1/+1
2010-11-01drm/i915: Apply big hammer to serialise buffer access between ringsChris Wilson1-28/+52
2010-11-01drm/i915: opregion_setup: iounmap correct addressChristoph Fritz1-1/+1
2010-10-29drm/i915: Flush read-only buffers from the active list upon idle as wellChris Wilson2-13/+5
2010-10-28i915: signedness bug in check_overlay_src()Dan Carpenter1-1/+3
2010-10-27drm/i915: Fix typo from "Enable DisplayPort Audio"Takashi Iwai1-1/+1
2010-10-27Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds37-5497/+7022
2010-10-27mm: stack based kmap_atomic()Peter Zijlstra3-19/+16
2010-10-24drm/i915: Move gpu_write_list to per-ringChris Wilson4-26/+29
2010-10-23drm/i915: Invalidate the to-ring, flush the old-ring when updating domainsChris Wilson1-3/+6
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+2
2010-10-22drm/i915/ringbuffer: Write the value passed in to the tail registerChris Wilson2-16/+16
2010-10-22drm/i915: Fix flushing regression from 9af90d19fChris Wilson1-1/+1
2010-10-22drm/i915/sdvo: Remove unused encoding memberChris Wilson1-23/+22
2010-10-22i915: enable AVI infoframe for intel_hdmi.c [v4]David Härdeman4-105/+130
2010-10-21drm/i915: Fix current fb blocking for page flipChia-I Wu1-5/+8
2010-10-21drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson8-22/+18
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson10-62/+170