summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/kms: start adding command line interface using fb.Dave Airlie2009-09-251-2/+3
* drm/i915: get the bridge device once.Dave Airlie2009-09-083-55/+44Star
* Merge intel drm-intel-next branchDave Airlie2009-09-0721-291/+1384
|\
| * drm/i915: Put the idle reclocking work on our private workqueue as well.Eric Anholt2009-09-071-2/+2
| * drm/i915: Pad ringbuffer with NOOPs before wrappingChris Wilson2009-09-064-27/+50
| * drm/i915: do dynamic clock freq control only in kernel modesettingZhenyu Wang2009-09-041-0/+3
| * drm/I915: Use the CRT DDC to get the EDID for DVI-connector on MacKeith Packard2009-09-041-22/+74
| * drm/i915: fix tiling on IGDNGZhenyu Wang2009-09-043-8/+21
| * drm/i915: modeset: always set intel_crtc->dpms_mode by moving the assignment up.Daniel Vetter2009-09-041-2/+2
| * drm/i915: remove open-coded drm_mode_object_findDaniel Vetter2009-09-041-12/+8Star
| * drm/i915: Make the downclocking debug code be under DRM_DEBUG not DRM_ERROR.Eric Anholt2009-09-041-2/+2
| * drm/i915: i915_modeset is signedKyle McMartin2009-09-041-1/+1
| * drm/i915: add dynamic clock frequency controlJesse Barnes2009-09-049-45/+704
| * drm/i915: Support IGD EOSShaohua Li2009-09-043-0/+51
| * drm/i915: Enable PAL and SECAM format and add the propery for SDVO-TVZhao Yakui2009-09-041-48/+153
| * drm/i915: select TV format according to connector typeMa Ling2009-09-041-0/+30
| * drm/i915: update debugfs interrupt info on IGDNGZhenyu Wang2009-09-041-10/+31
| * drm/i915: Add i915 register dumping debugfs fileBen Gamari2009-09-041-0/+30
| * drm/i915: Move i915_gem_debugfs.c to i915_debugfs.cBen Gamari2009-09-044-13/+13
| * drm/i915: Unref old_obj on get_fence_reg() error pathChris Wilson2009-09-021-4/+9
| * drm/i915: increase default latency constant (v2 w/comment)Jesse Barnes2009-09-021-1/+15
| * drm/i915: Improve CRTDDC mapping by using VBT infoDavid Müller (ELSOFT AG)2009-08-303-4/+55
| * drm/i915: Fix CPU-spinning hangs related to fence usage by using an LRU.Eric Anholt2009-08-302-38/+54
| * drm/i915: Set crtc/clone mask in different output devicesMa Ling2009-08-259-51/+73
| * drm/i915: Always use SDVO_B detect bit for SDVO output detection.Ma Ling2009-08-251-9/+9
| * drm/i915: Fix typo that broke SVID1 in intel_sdvo_multifunc_encoder()Roel Kluin2009-08-251-1/+1
| * drm/i915: Check if BIOS enabled dual-channel LVDS on 8xx, not only on 9xxBruno Prémont2009-08-251-1/+1
| * drm/i915: Set the multiplier for SDVO on G33 platformSean Young2009-08-251-1/+1
* | drm: fix two issues with fb consolidation.Dave Airlie2009-08-311-1/+1
* | drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie2009-08-314-725/+30Star
* | drm: GEM handles are u32, not intPekka Paalanen2009-08-271-1/+2
* | Merge Linus master to drm-nextDave Airlie2009-08-2017-514/+1222
|\|
| * drm/i915: silence vblank warningsFrans Pop2009-08-091-2/+2
| * drm/i915: Fix read outside array bounds in restoring the SWF10 range.Roel Kluin2009-08-051-1/+1
| * drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt2009-08-054-6/+19
| * drm/i915: Add support for dual-channel LVDS on 8xx.ling.ma@intel.com2009-07-301-1/+1
| * drm/i915: Return disconnected for SDVO DVI when there's no digital EDID.ling.ma@intel.com2009-07-301-6/+21
| * drm/i915: Choose real sdvo output according to result from detectionling.ma@intel.com2009-07-301-78/+153
| * drm/i915: Set preferred mode for integrated TV according to TV formatling.ma@intel.com2009-07-301-0/+22
| * drm/i915: fix 845G FIFO size & burst lengthJesse Barnes2009-07-301-2/+7
| * drm/i915: fix VGA detect on IGDNGZhenyu Wang2009-07-301-4/+8
| * drm/i915: Add eDP support on IGDNG mobile chipZhenyu Wang2009-07-308-168/+468
| * drm/i915: enable DisplayPort support on IGDNGZhenyu Wang2009-07-303-21/+157
| * drm/i915: Fix channel ending action for DP aux transactionZhenyu Wang2009-07-301-4/+4
| * drm/i915: fix issue in display pipe setup on IGDNGZhenyu Wang2009-07-302-12/+46
| * drm/i915: disable VGA plane reliablyZhenyu Wang2009-07-301-3/+25
| * drm/I915: Fix offset to DVO timings in LVDS dataZhao Yakui2009-07-301-9/+10
| * drm/i915: hdmi detection according by reading edidling.ma@intel.com2009-07-231-60/+4Star
| * drm/i915: correct self-refresh calculation in "everything off" caseJesse Barnes2009-07-161-3/+3
| * drm/i915: handle FIFO oversubsription correctlyJesse Barnes2009-07-161-3/+4