summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-18drm/i915: try to enable rc6 on Ironlake... againHEADcontext_supportBen Widawsky1-6/+0
2012-03-18drm/i915: Ironlake rc6 can use context interfacesBen Widawsky4-91/+10
2012-03-18drm/i915/context: anonymous context interfacesBen Widawsky2-2/+41
2012-03-18drm/i915/context: add paramsBen Widawsky2-0/+4
2012-03-18drm/i915/context: switch contexts with execbuf2Ben Widawsky2-1/+9
2012-03-18drm/i915/context: create & destroy ioctlsBen Widawsky4-0/+86
2012-03-18drm/i915: try to reset the gpu before unloadBen Widawsky1-0/+3
2012-03-18drm/i915: switch to default context on idleBen Widawsky1-0/+6
2012-03-18drm/i915: use the default contextBen Widawsky1-0/+11
2012-03-18drm/i915: possibly invalidate TLB before context switchBen Widawsky2-0/+16
2012-03-18drm/i915: PIPE_CONTROL_TLB_INVALIDATEBen Widawsky2-0/+2
2012-03-18drm/i915: Ivybridge MI_ARB_ON_OFF context w/aBen Widawsky2-1/+14
2012-03-18drm/i915: trace events for contextsBen Widawsky2-1/+65
2012-03-18drm/i915: context switch implementationBen Widawsky4-1/+153
2012-03-18drm/i915: add context information to objectsBen Widawsky3-0/+9
2012-03-18drm/i915: context basic create & destroyBen Widawsky3-2/+182
2012-03-18drm/i915: preliminary context supportBen Widawsky6-0/+130
2012-03-18drm/i915: CXT_SIZE register offsets addedBen Widawsky1-0/+21
2012-03-01drm/i915: Only clear the GPU domains upon a successful finishChris Wilson1-2/+5
2012-02-29drm/i915: reenable gmbus on gen3+ againDaniel Vetter1-1/+1
2012-02-29drm/i915: i2c: unconditionally set up gpio fallbackDaniel Vetter2-32/+22
2012-02-29drm/i915: merge gmbus and gpio i2c adpater into oneDaniel Vetter2-33/+7
2012-02-29drm/i915: merge struct intel_gpio into struct intel_gmbusDaniel Vetter2-73/+72
2012-02-29i2c: export bit-banging algo functionsDaniel Vetter2-1/+3
2012-02-29drm/nouveau: do a better job at hiding the NIH i2c bit-banging algoDaniel Vetter1-4/+4
2012-02-29drm/i915: add dev_priv to intel_gmbusDaniel Vetter2-8/+11
2012-02-29drm/i915: Fix single msg gmbus_xfers writesBenson Leung1-4/+9
2012-02-27drm/i915: error_buffer->ring should be signedDaniel Vetter1-1/+1
2012-02-27drm/i915: Silence the error message from i915_wait_request()Chris Wilson1-5/+0
2012-02-27drm/i915: use the new hdmi_force_audio enum moreDaniel Vetter2-10/+10
2012-02-27drm/i915: No need to search again after retiring requestsChris Wilson1-15/+0
2012-02-27drm/i915: Only bump refcnt on objects scheduled for evictionChris Wilson1-3/+1
2012-02-27drm/i915/bios: Downgrade the "signature missing" DRM_ERROR to debugChris Wilson1-1/+1
2012-02-27drm/i915: Ignore LVDS on hp t5745 and hp st5747 thin clientMarc Gariepy1-0/+16
2012-02-27drm/i915: Fixes distorted external screen image on HP 2730pPhilipp Grete1-2/+0
2012-02-23Merge remote-tracking branch 'airlied/drm-next' into for-airliedDaniel Vetter67-716/+2565
2012-02-16drm: add some caps for userspace to discover more info for dumb KMS driver (v2)Dave Airlie5-0/+17
2012-02-16drm: move pci bus master enable into driver.Dave Airlie12-2/+21
2012-02-16Revert "drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h"Danny Kukawka1-2/+0
2012-02-16drm/radeon/evergreen: make texdw[] array largerDan Carpenter1-1/+1
2012-02-15drm/i915/lvds: Always use the presence pin for LVDS on PCHChris Wilson2-3/+17
2012-02-15drm/i915: Record the position of the request upon errorChris Wilson3-2/+5
2012-02-15drm/i915: Record the in-flight requests at the time of a hangChris Wilson3-35/+79
2012-02-15drm/i915: Record the tail at each request and use it to estimate the headChris Wilson4-1/+119
2012-02-14drm/i915: add missing SDVO bits for interlaced modes on ILKPaulo Zanoni2-1/+7
2012-02-14Merge tag 'drm-intel-next-2012-02-07' of git://people.freedesktop.org/~danvet...Dave Airlie16-604/+575
2012-02-14drm/i915: Fix race condition in accessing GMBUSYufeng Shen2-7/+21
2012-02-14drm/i915: add a "force-dvi" HDMI audio modeWu Fengguang3-10/+22
2012-02-13drm/i915: Don't lock panel registers when downclockingSean Paul1-12/+2
2012-02-13drm/radeon: add support for evergreen/ni tiling informations v11Jerome Glisse13-110/+1299