aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds185-5482/+18166
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie10-120/+38
2011-10-27Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags"Dave Airlie7-46/+8
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-10-24Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux into drm-core-nextDave Airlie21-421/+1130
2011-10-23vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz1-9/+3
2011-10-23vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz1-1/+9
2011-10-21drm/radeon: Lower the severity of the radeon lockup messages.Dave Jones1-1/+1
2011-10-20drm/i915/dp: Fix eDP on PCH DP on CPT/PPTAdam Jackson1-6/+6
2011-10-20drm/i915/dp: Introduce is_cpu_edp()Adam Jackson1-2/+13
2011-10-20drm/i915: use correct SPD type valueJesse Barnes1-1/+1
2011-10-20drm/i915: fix ILK+ infoframe supportJesse Barnes1-7/+11
2011-10-20drm/i915: add DP test request handlingJesse Barnes1-0/+37
2011-10-20drm/i915: read full receiver capability field during DP hot plugJesse Barnes1-2/+2
2011-10-20drm/i915/dp: Remove eDP special cases from bandwidth checksAdam Jackson1-18/+2
2011-10-20drm/i915/dp: Fix the math in intel_dp_link_requiredAdam Jackson1-5/+21
2011-10-20drm/i915/panel: Always record the backlight level again (but cleverly)Takashi Iwai1-8/+13
2011-10-20i915: Move i915_read/write out of lineAndi Kleen2-19/+43
2011-10-20drm/i915: remove transcoder PLL mashing from mode_set per specsJesse Barnes1-25/+0
2011-10-20drm/i915: if transcoder disable fails, say whichJesse Barnes1-1/+1
2011-10-20drm/i915: set watermarks for third pipe on IVBJesse Barnes2-0/+15
2011-10-20drm/i915: export a CPT mode set verification functionJesse Barnes3-0/+32
2011-10-20drm/i915: fix transcoder PLL select maskingJesse Barnes1-5/+10
2011-10-20drm/i915: fix IVB cursor supportJesse Barnes2-5/+43
2011-10-20drm/i915: fix debug output for 3 pipe configsJesse Barnes1-1/+1
2011-10-20drm/i915: add PLL sharing support to handle 3 pipesJesse Barnes2-38/+63
2011-10-20drm/i915: fix PCH PLL assertion check for 3 pipesJesse Barnes1-0/+13
2011-10-20drm/i915: use transcoder select bits on VGA and HDMI on CPTJesse Barnes2-17/+11
2011-10-20drm/i915: split refclk code out of ironlake_crtc_mode_setJesse Barnes1-4/+35
2011-10-20drm/i915: support 3 pipes on IVB+Jesse Barnes7-9/+20
2011-10-20drm/i915: PLL macro cleanup and pipe assertion checkJesse Barnes2-3/+9
2011-10-20drm/i915: always set FDI composite sync bitJesse Barnes2-0/+3
2011-10-20drm/i915: Use PIPE_CONTROL for flushing on gen6+.Jesse Barnes2-12/+130
2011-10-20drm/i915: Rename PIPE_CONTROL bit defines to be less terse.Kenneth Graunke2-10/+12
2011-10-20drm/i915: Remove implied length of 2 from GFX_OP_PIPE_CONTROL #define.Kenneth Graunke2-5/+5
2011-10-20drm/i915: ILK + VT-d workaroundBen Widawsky1-0/+30
2011-10-20drm/i915: Remove early exit on i915_gpu_idleBen Widawsky1-6/+0
2011-10-20drm/i915: drop KM_USER0 argument to k(un)map_atomicDaniel Vetter2-5/+5
2011-10-20drm/i915: Defend against userspace creating a gem object with size==0Chris Wilson1-0/+2
2011-10-20drm/i915: simplify swapin/out swizzle checking a bitDaniel Vetter2-12/+2
2011-10-20drm/i915: fix swizzling on gen6+Daniel Vetter1-1/+4
2011-10-20drm/i915: properly cancel rps_work on module unload v2Daniel Vetter1-0/+5
2011-10-20drm/i915: close PM interrupt masking races in the rps work funcDaniel Vetter1-1/+1
2011-10-20drm/i915: close PM interrupt masking races in the irq handlerDaniel Vetter1-2/+4
2011-10-20drm/i915: Remove redundant bit shifting from intel_gmbus_set_speedAdam Jackson2-8/+2
2011-10-20drm/i915: Rename intel_sdvo_hdmi_sink_detectAdam Jackson1-2/+2
2011-10-20drm/i915: Fix multifunction SDVO detectionAdam Jackson1-2/+1
2011-10-20drm/i915: Remove "i2c_speed" nonsense from child device tableAdam Jackson4-14/+8
2011-10-20Merge branch 'fix-pch-refclk' into fooKeith Packard5-60/+115
2011-10-20Merge branch 'edp-training-fixes' into drm-intel-nextKeith Packard5-122/+414