aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/bios: Reverse order of 100/120 Mhz SSC clocksChris Wilson2010-12-141-1/+1
* drm/i915/sdvo: Only use the SDVO pin if it is in the valid rangeChris Wilson2010-12-091-3/+6
* drm/i915/ringbuffer: Handle wrapping of the autoreported HEADChris Wilson2010-12-092-13/+11
* drm/i915/dp: Fix I2C/EDID handling with active DisplayPort to DVI converterDavid Flynn2010-12-081-7/+30
* drm/i915: i915 cannot provide switcher services.Dave Airlie2010-12-081-34/+0
* drm/i915/dp: Only apply the workaround if the select is still activeChris Wilson2010-12-071-2/+6
* drm/i915: Emit a request to clear a flushed and idle ring for unbusy boChris Wilson2010-12-071-1/+11
* drm/i915/lvds: Always restore panel-fitter when enabling the LVDSChris Wilson2010-12-051-44/+54
* drm/i915/ringbuffer: Only print an error on the second attempt to reset headChris Wilson2010-12-051-14/+16
* drm/i915: announce to userspace that the bsd ring is coherentDaniel Vetter2010-12-051-0/+3
* drm/i915: Factor in pixel-repeat in FDI M/N calculationChris Wilson2010-12-041-0/+3
* drm/i915: Death to the unnecessary 64bit divideChris Wilson2010-12-031-13/+5
* drm/i915: Clean conflicting modesetting registers upon initChris Wilson2010-12-031-0/+51
* drm/i915: Apply a workaround for transitioning from DP on pipe B to HDMI.Eric Anholt2010-12-021-0/+21
* drm/i915: Always set the DP transcoder config to 8BPC.Eric Anholt2010-12-022-1/+4
* Revert "drm/i915/dp: use VBT provided eDP params if available"Chris Wilson2010-11-301-89/+57
* drm/i915: Clear pfit registers when not used by any outputsChris Wilson2010-11-293-11/+17
* drm/i915: fix regression due to ba3d8d749b01548b9Daniel Vetter2010-11-281-25/+18
* drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliableChris Wilson2010-11-241-3/+5
* drm/i915/sdvo: Always fallback to querying the shared DDC lineChris Wilson2010-11-231-45/+6
* drm/i915: Handle pagefaults in execbuffer user relocationsChris Wilson2010-11-231-168/+293
* drm/i915/sdvo: Only enable HDMI encodings only if the commandset is supportedChris Wilson2010-11-221-11/+14
* drm/i915: Only save/restore cursor regs if !KMSChris Wilson2010-11-211-20/+20
* drm/i915: Prevent integer overflow when validating the execbufferChris Wilson2010-11-211-1/+8
* drm/i915: Disable FBC on Ironlake to save 1WAlex Shi2010-11-191-1/+2
* drm/i915: Take advantage of auto-polling CRT hotplug detection on PCH hardwareKeith Packard2010-11-191-38/+57
* drm/i915/crt: Introduce struct intel_crtChris Wilson2010-11-191-27/+37
* drm/i915: Do not hold mutex when faulting in user addressesChris Wilson2010-11-191-36/+27
* Merge remote branch 'airlied/drm-fixes' into drm-intel-fixesChris Wilson2010-11-151-2/+1
|\
| * drivers/gpu/drm: Update WARN usesJoe Perches2010-11-091-2/+1
* | drm/i915: Retire any pending operations on the old scanout when switchingChris Wilson2010-11-133-0/+28
* | drm/i915: Fix I2C adapter registrationJean Delvare2010-11-091-5/+6
|/
* drm/i915: Fix LVDS fixed-mode regression from 219adae1Chris Wilson2010-11-091-5/+11
* drm/i915/ringbuffer: Use the HEAD auto-reporting mechanismChris Wilson2010-11-081-1/+12
* drm/i915: Avoid might_fault during pwrite whilst holding our mutexChris Wilson2010-11-081-9/+16
* drm/i915; Don't apply Ironlake FDI clock workaround to SandybridgeZhenyu Wang2010-11-042-3/+5
* drm/i915: Fix KMS regression on Sandybridge/CPTZhenyu Wang2010-11-041-21/+33
* i915: reprogram power monitoring registers on resumeKyle McMartin2010-11-032-1/+4
* drm/i915: SNB BLT workaroundChris Wilson2010-11-022-3/+116
* drm/i915: Fix the graphics frequency clamping at init and when IPS is active.Jesse Barnes2010-11-021-5/+4
* drm/i915: Allow powersave modparam to be adjusted at runtime.Chris Wilson2010-11-021-1/+1
* drm/i915: Apply big hammer to serialise buffer access between ringsChris Wilson2010-11-011-28/+52
* drm/i915: opregion_setup: iounmap correct addressChristoph Fritz2010-11-011-1/+1
* drm/i915: Flush read-only buffers from the active list upon idle as wellChris Wilson2010-10-282-13/+5
* i915: signedness bug in check_overlay_src()Dan Carpenter2010-10-271-1/+3
* drm/i915: Fix typo from "Enable DisplayPort Audio"Takashi Iwai2010-10-271-1/+1
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-2637-5497/+7022
|\
| * drm/i915: Move gpu_write_list to per-ringChris Wilson2010-10-244-26/+29
| * drm/i915: Invalidate the to-ring, flush the old-ring when updating domainsChris Wilson2010-10-231-3/+6
| * drm/i915/ringbuffer: Write the value passed in to the tail registerChris Wilson2010-10-222-16/+16