summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2010-05-18fbdev: allow passing more than one aperture for handoffMarcin Slusarz1-3/+8
2010-05-11drivers/gpu/drm/i915/i915_irq.c:i915_error_object_create(): use correct kmap-...Andrew Morton1-2/+6
2010-05-10drm/i915: Fix out of tree buildsPeter Clifton2-1/+3
2010-05-10drm/i915: move fence lru to struct drm_i915_fence_regDaniel Vetter2-15/+22
2010-05-10drm/i915: don't allow tiling changes on pinned buffers v2Daniel Vetter1-0/+5
2010-05-10drm/i915: Be extra careful about A/D matching for multifunction SDVOAdam Jackson1-24/+21
2010-05-10drm/i915: Fix DDC bus selection for multifunction SDVOAdam Jackson3-32/+11
2010-05-10Merge remote branch 'origin/master' into drm-intel-nextEric Anholt9-42/+246
2010-05-07drm/i915: cleanup mode setting before unmapping registersJesse Barnes1-2/+2
2010-05-07drm/i915: Make fbc control wrapper functionsAdam Jackson4-36/+51
2010-05-07drm/i915: Wait for the GPU whilst shrinking, if truly desperate.Chris Wilson1-0/+45
2010-05-07drm/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-22drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy BridgeJesse Barnes4-16/+152
2010-04-22drm/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-18drm/i915: fix tiling limits for i915 class hw v2Daniel Vetter3-14/+16
2010-04-18drm/i915: Don't touch PORT_HOTPLUG_EN in intel_dp_detect()Karsten Wiese1-10/+0
2010-04-18drm/i915: set DIDL using the ACPI video output device _ADR method return.Zhang Rui1-4/+50
2010-04-18drm/i915/pch: Use minimal number of FDI lanes (v2)Adam Jackson2-6/+21
2010-04-18drm/i915: Fix 82854 PCI ID, and treat it like other 85XAdam Jackson2-3/+5
2010-04-18drm/i915: Attempt to fix watermark setup on 85x (v2)Adam Jackson1-5/+6
2010-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds19-849/+871
2010-04-12drm/i915: Add the support of memory self-refresh on IronlakeZhenyu Wang2-3/+201
2010-04-12drm/i915: Move Pineview CxSR and watermark code into update_wm hook.Zhao Yakui2-74/+88
2010-04-12drm/i915: Only save/restore FBC on the platform that supports FBCZhao Yakui1-19/+22
2010-04-12drm/i915: Fix the incorrect argument for SDVO SET_TV_format commandZhao Yakui1-1/+1
2010-04-12drm/i915: Add support of SDVO on Ibexpeak PCHZhao Yakui3-16/+36
2010-04-12drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on).Carl Worth1-5/+0
2010-04-12drm/i915: do not read uninitialized ->dev_privateLuca Tettamanti1-1/+1
2010-04-12Revert "drm/i915: Use a dmi quirk to skip a broken SDVO TV output."Zhenyu Wang1-21/+1
2010-04-12drm/i915: implement multifunction SDVO device supportZhenyu Wang1-236/+375
2010-04-12drm/i915: remove unused intel_pipe_get_connector()Zhenyu Wang1-17/+0
2010-04-12drm/i915: remove connector object in old output structureZhenyu Wang2-14/+0
2010-04-12drm/i915: convert TV driver to new encoder/connector structureZhenyu Wang1-14/+26
2010-04-12drm/i915: convert SDVO driver to new encoder/connector structureZhenyu Wang1-66/+94
2010-04-12drm/i915: convert DVO driver to new encoder/connector structureZhenyu Wang1-36/+34
2010-04-12drm/i915: convert DP/eDP driver to new encoder/connector structureZhenyu Wang2-31/+45
2010-04-12drm/i915: convert HDMI driver to new encoder/connector structureZhenyu Wang1-12/+24
2010-04-12drm/i915: convert LVDS driver to new encoder/connector structureZhenyu Wang1-11/+23
2010-04-12drm/i915: convert VGA driver to new encoder/connector structureZhenyu Wang1-13/+22
2010-04-12drm/i915: Set sync polarity correctly on DisplayPortAdam Jackson1-3/+6