summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2010-05-27drm/i915: Add CxSR support on Pineview DDR3Li Peng4-29/+53
2010-05-27i915: remove unneeded null checksDan Carpenter1-2/+2
2010-05-27i915/intel_sdvo: remove unneeded null checkDan Carpenter1-1/+1
2010-05-27drm/i915: Fix HDMI mode select for Cougarpoint PCHZhenyu Wang2-1/+7
2010-05-27drm/i915: combine all small integers into one single bitfieldDaniel Vetter2-26/+54
2010-05-27drm/i915/dp: Add DPCD data to debug outputAdam Jackson1-0/+2
2010-05-27drm/i915/dp: Only enable enhanced framing if the sink supports itAdam Jackson1-3/+2
2010-05-27drm/i915: Kill dangerous pending-flip debuggingChris Wilson1-6/+0
2010-05-27drm/i915: Storage class should be before const qualifierTobias Klauser1-19/+19
2010-05-27drm/i915: add power monitoring supportJesse Barnes6-53/+772
2010-05-27drm/i915/gen4: Extra CRT hotplug paranoiaAdam Jackson2-8/+14
2010-05-27drm/i915: Add support for interlaced display.Krzysztof Halasa2-1/+15
2010-05-27i915: fix lock imbalance on error path...Daniel J Blueman1-0/+1
2010-05-27drm/i915: Convert more trace events to DEFINE_EVENTLi Zefan1-17/+7
2010-05-27drm/i915: add timeout to FBC disable waitsJesse Barnes1-2/+11
2010-05-27drm/i915: implement BSD ring buffer V2Zou Nan hai6-15/+276
2010-05-27drm/i915: convert some gem structures to per-ring V2Zou Nan hai7-153/+207
2010-05-27drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai10-376/+603
2010-05-26drm/i915: Rename dev_priv->ring to dev_priv->render_ring.Eric Anholt7-55/+55
2010-05-26drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.Eric Anholt6-534/+592
2010-05-26drm/i915: Fail to load driver if KMS request without GEMChris Wilson1-0/+7
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds31-1789/+2140
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2010-05-19Merge remote branch 'anholt/drm-intel-next' into drm-nextDave Airlie14-157/+416
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie9-11/+22
2010-05-18fbdev: allow passing more than one aperture for handoffMarcin Slusarz1-3/+8
2010-05-12drivers/gpu/drm/i915/i915_irq.c:i915_error_object_create(): use correct kmap-...Andrew Morton1-2/+6
2010-05-11drm/i915: Fix out of tree buildsPeter Clifton2-1/+3
2010-05-11drm/i915: move fence lru to struct drm_i915_fence_regDaniel Vetter2-15/+22
2010-05-11drm/i915: don't allow tiling changes on pinned buffers v2Daniel Vetter1-0/+5
2010-05-11drm/i915: Be extra careful about A/D matching for multifunction SDVOAdam Jackson1-24/+21
2010-05-11drm/i915: Fix DDC bus selection for multifunction SDVOAdam Jackson3-32/+11
2010-05-11Merge remote branch 'origin/master' into drm-intel-nextEric Anholt9-42/+246
2010-05-08drm/i915: cleanup mode setting before unmapping registersJesse Barnes1-2/+2
2010-05-08drm/i915: Make fbc control wrapper functionsAdam Jackson4-36/+51
2010-05-08drm/i915: Wait for the GPU whilst shrinking, if truly desperate.Chris Wilson1-0/+45
2010-05-08drm/i915: Use spatio-temporal dithering on PCHAdam Jackson2-5/+10
2010-04-23drm/i915: fix non-Ironlake 965 class crashesJesse Barnes1-1/+1
2010-04-23Merge branch 'master' into for-nextJiri Kosina23-952/+974
2010-04-23drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy BridgeJesse Barnes4-16/+152
2010-04-23drm/i915: cleanup FBC buffers at unload timeJesse Barnes2-0/+17
2010-04-20Revert "drm/i915: Configure the TV sense state correctly on GM45 to make TV d...Dave Airlie1-9/+0
2010-04-20drm/i915: drop pointer to drm_gem_objectDaniel Vetter6-26/+23
2010-04-20drm/i915: don't use ->driver_private anymoreDaniel Vetter2-2/+2
2010-04-20drm/i915: embed the gem object into drm_i915_gem_objectDaniel Vetter2-29/+30
2010-04-20drm/i915: introduce i915_gem_alloc_objectDaniel Vetter5-6/+14
2010-04-20drm: free core gem object from driver callbacksDaniel Vetter1-0/+3
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie6-136/+126
2010-04-20Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie23-1485/+1775
2010-04-19drm/i915: fix tiling limits for i915 class hw v2Daniel Vetter3-14/+16