summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2009-09-21Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds19-1022/+1322
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie5-0/+40
2009-09-09i915: disable interrupts before tearing down GEM stateLinus Torvalds1-5/+1
2009-09-08drm/i915: fix mask bits settingZhenyu Wang3-1/+3
2009-09-08drm/i915: get the bridge device once.Dave Airlie3-55/+44
2009-09-07Merge intel drm-intel-next branchDave Airlie21-291/+1384
2009-09-07drm/i915: Put the idle reclocking work on our private workqueue as well.Eric Anholt1-2/+2
2009-09-06drm/i915: Pad ringbuffer with NOOPs before wrappingChris Wilson4-27/+50
2009-09-05drm/i915: do dynamic clock freq control only in kernel modesettingZhenyu Wang1-0/+3
2009-09-05drm/I915: Use the CRT DDC to get the EDID for DVI-connector on MacKeith Packard1-22/+74
2009-09-05drm/i915: fix tiling on IGDNGZhenyu Wang3-8/+21
2009-09-05drm/i915: modeset: always set intel_crtc->dpms_mode by moving the assignment up.Daniel Vetter1-2/+2
2009-09-05drm/i915: remove open-coded drm_mode_object_findDaniel Vetter1-12/+8
2009-09-05drm/i915: Make the downclocking debug code be under DRM_DEBUG not DRM_ERROR.Eric Anholt1-2/+2
2009-09-05drm/i915: i915_modeset is signedKyle McMartin1-1/+1
2009-09-05drm/i915: add dynamic clock frequency controlJesse Barnes9-45/+704
2009-09-05drm/i915: Support IGD EOSShaohua Li3-0/+51
2009-09-05drm/i915: Enable PAL and SECAM format and add the propery for SDVO-TVZhao Yakui1-48/+153
2009-09-05drm/i915: select TV format according to connector typeMa Ling1-0/+30
2009-09-05drm/i915: update debugfs interrupt info on IGDNGZhenyu Wang1-10/+31
2009-09-05drm/i915: Add i915 register dumping debugfs fileBen Gamari1-0/+30
2009-09-05drm/i915: Move i915_gem_debugfs.c to i915_debugfs.cBen Gamari4-13/+13
2009-09-02drm/i915: Unref old_obj on get_fence_reg() error pathChris Wilson1-4/+9
2009-09-02drm/i915: increase default latency constant (v2 w/comment)Jesse Barnes1-1/+15
2009-08-31drm: fix two issues with fb consolidation.Dave Airlie1-1/+1
2009-08-31drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie4-725/+30
2009-08-30drm/i915: Improve CRTDDC mapping by using VBT infoDavid Müller (ELSOFT AG)3-4/+55
2009-08-30drm/i915: Fix CPU-spinning hangs related to fence usage by using an LRU.Eric Anholt2-38/+54
2009-08-27drm: GEM handles are u32, not intPekka Paalanen1-1/+2
2009-08-25drm/i915: Set crtc/clone mask in different output devicesMa Ling9-51/+73
2009-08-25drm/i915: Always use SDVO_B detect bit for SDVO output detection.Ma Ling1-9/+9
2009-08-25drm/i915: Fix typo that broke SVID1 in intel_sdvo_multifunc_encoder()Roel Kluin1-1/+1
2009-08-25drm/i915: Check if BIOS enabled dual-channel LVDS on 8xx, not only on 9xxBruno Prémont1-1/+1
2009-08-25drm/i915: Set the multiplier for SDVO on G33 platformSean Young1-1/+1
2009-08-20Merge Linus master to drm-nextDave Airlie17-514/+1222
2009-08-19drm: clarify scaling property namesJesse Barnes1-11/+3
2009-08-09drm/i915: silence vblank warningsFrans Pop1-2/+2
2009-08-05drm/i915: Fix read outside array bounds in restoring the SWF10 range.Roel Kluin1-1/+1
2009-08-05drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt4-6/+19
2009-08-04drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODEZhao Yakui3-46/+34
2009-07-30drm/i915: Add support for dual-channel LVDS on 8xx.ling.ma@intel.com1-1/+1
2009-07-30drm/i915: Return disconnected for SDVO DVI when there's no digital EDID.ling.ma@intel.com1-6/+21
2009-07-30drm/i915: Choose real sdvo output according to result from detectionling.ma@intel.com1-78/+153
2009-07-30drm/i915: Set preferred mode for integrated TV according to TV formatling.ma@intel.com1-0/+22
2009-07-30drm/i915: fix 845G FIFO size & burst lengthJesse Barnes1-2/+7
2009-07-30drm/i915: fix VGA detect on IGDNGZhenyu Wang1-4/+8
2009-07-30drm/i915: Add eDP support on IGDNG mobile chipZhenyu Wang8-168/+468
2009-07-30drm/i915: enable DisplayPort support on IGDNGZhenyu Wang3-21/+157
2009-07-30drm/i915: Fix channel ending action for DP aux transactionZhenyu Wang1-4/+4
2009-07-30drm/i915: fix issue in display pipe setup on IGDNGZhenyu Wang2-12/+46