summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/i915: Add new helper to return current attached encoder for connectorZhenyu Wang2010-04-092-0/+26
| * | drm/i915: Add new 'intel_connector' structureZhenyu Wang2010-04-091-0/+6
| * | drm/i915: more conversion from connector_list walk to encoder_listZhenyu Wang2010-04-091-18/+18
| * | drm/i915: use encoder_list for hotplug callbackZhenyu Wang2010-04-091-4/+4
| * | drm/i915: Convert some trace events to DEFINE_TRACELi Zefan2010-04-091-61/+25
| * | drm/i915: Configure the TV sense state correctly on GM45 to make TV detection...Zhao Yakui2010-04-091-0/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-04-1719-849/+871
|\| |
| * | drm/i915: Ignore LVDS EDID when it is unavailabe or invalidZhao Yakui2010-04-092-4/+11
| * | drm/i915: Add no_lvds entry for the Clientron U800Stefan Bader2010-04-021-0/+8
| * | drm/i915: Rename many remaining uses of "output" to encoder or connector.Eric Anholt2010-03-252-98/+103
| * | drm/i915: Rename intel_output to intel_encoder.Eric Anholt2010-03-2511-663/+663
| * | drm/i915: introduce to_intel_bo helperDaniel Vetter2010-03-2510-94/+96
| * | drm/i915: Disable FBC on 915GM and 945GM.Robert Hooker2010-03-252-3/+3
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3014-1/+13
|/ /
* | drm/i915: Stop trying to use ACPI lid status to determine LVDS connection.Eric Anholt2010-03-231-51/+1
* | drm/intel: fix up set_tiling for untiled->tiled transitionDaniel Vetter2010-03-181-2/+5
* | drm/i915: Set up the documented clock gating on Sandybridge and Ironlake.Eric Anholt2010-03-182-0/+22
* | drm/i915: fix small leak on overlay error pathDan Carpenter2010-03-171-4/+9
* | drm/i915: Avoid NULL deref in get_pages() unwind after error.Chris Wilson2010-03-171-9/+12
* | drm/i915: Fix check with IS_GEN6Zhenyu Wang2010-03-172-4/+4
* | drivers/gpu/drm/i915/intel_bios.c: fix continuation line formatsJoe Perches2010-03-171-2/+3
* | drm/i915: Enable VS timer dispatch.Eric Anholt2010-03-172-0/+9
* | drm/i915: Rename FBC_C3_IDLE to FBC_CTL_C3_IDLE to match other registersPriit Laes2010-03-172-2/+2
* | drm/i915: remove an unnecessary wait_request()Owain G. Ainsworth2010-03-171-5/+0
* | drm/i915: Don't bother with the BKL for GEM ioctls.Eric Anholt2010-03-171-23/+23
|/
* Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie2010-03-014-2/+41
|\
| * vga_switcheroo: initial implementation (v15)Dave Airlie2010-03-014-2/+41
* | drm/i915: Use a dmi quirk to skip a broken SDVO TV output.Zhao Yakui2010-02-261-1/+22
* | drm/i915: enable/disable LVDS port at DPMS timeJesse Barnes2010-02-261-1/+9
* | drm/i915: check for multiple write domains in pin_and_relocateDaniel Vetter2010-02-261-0/+10
* | drm/i915: clean-up i915_gem_flush_gpu_write_domainDaniel Vetter2010-02-261-3/+1
* | drm/i915: reuse i915_gpu_idle helperDaniel Vetter2010-02-261-31/+25
* | drm/i915: ensure lru ordering of fence_listDaniel Vetter2010-02-261-23/+34
* | drm/i915: extract fence stealing codeDaniel Vetter2010-02-261-47/+60
* | drm/i915: fixup active list locking in object_unbindDaniel Vetter2010-02-261-0/+3
* | drm/i915: reuse i915_gem_object_put_fence_reg for fence stealing codeDaniel Vetter2010-02-261-26/+3
* | drm/i915: Add dependency on the intel agp moduleZhenyu Wang2010-02-261-0/+6
* | drm/i915: More s/IS_IRONLAKE/HAS_PCH_SPLIT for Sandybridge.Eric Anholt2010-02-266-22/+22
* | drm/i915: Correct the Sandybridge chipset info structs.Eric Anholt2010-02-261-3/+1
* | drm/i915: Disable the hangcheck reset on Sandybridge until we add support.Eric Anholt2010-02-261-1/+5
* | drm/i915: Add a new mobile Sandybridge PCI ID.Eric Anholt2010-02-261-0/+7
* | drm/i915, agp/intel: Fix stolen memory size on SandybridgeZhenyu Wang2010-02-262-49/+126
* | drm/i915: Correct locking in the modesetting failure path, fixing a BUG_ON.Eric Anholt2010-02-261-0/+2
* | drm/i915: Disable the surface tile swizzling on Sandybridge.Eric Anholt2010-02-261-1/+1
* | drm/i915: Fix sandybridge status page setup.Eric Anholt2010-02-263-2/+15
* | drm/i915: Set up fence registers on sandybridge.Eric Anholt2010-02-262-3/+33
* | drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt2010-02-2611-56/+87
* | Merge remote branch 'anholt/drm-intel-next' into drm-next-stageDave Airlie2010-02-2513-307/+1057
|\ \
| * | drm/i915: Record batch buffer following GPU errorChris Wilson2010-02-225-7/+326
| * | drm/i915: give up on 8xx lid statusJesse Barnes2010-02-221-0/+7