summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2014-01-20Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie24-1036/+700
2014-01-17Merge commit origin/master into drm-intel-nextDaniel Vetter15-126/+200
2014-01-11drm/i915/bdw: make sure south port interrupts are enabled properly v2Jesse Barnes1-0/+2
2014-01-11drm/i915: Include more information in disabled hotplug interrupt warningChris Wilson1-1/+2
2014-01-11drm/i915: Only complain about a rogue hotplug IRQ after disablingChris Wilson1-1/+1
2014-01-11drm/i915: Only WARN about a stuck hotplug irq ONCEChris Wilson1-3/+3
2014-01-10drm/i915: s/hotplugt_status_gen4/hotplug_status_g4x/Daniel Vetter1-2/+2
2014-01-10drm/i915: add braces around KHz/MHz macro parametersJani Nikula1-2/+2
2014-01-10drm/i915: Fix 915GM self-refresh enable/disableVille Syrjälä1-2/+2
2014-01-10drm/i915: 830M doesn't have an LVDS portVille Syrjälä1-1/+1
2014-01-10drm/i915: No panel fitter on 830M or non-mobile gen2/3 platformsVille Syrjälä2-1/+4
2014-01-10drm/i915/vlv: Add drpc debugfs support for valleyviewDeepak S2-1/+49
2014-01-10drm/i915: vlv: W/a for hotplug/manual VGA detectionImre Deak1-4/+15
2014-01-10drm/i915: vlv: make CRI clock enabling explicit during resumeImre Deak1-4/+4
2014-01-10drm/i915: only apply GAMMA_MODE IPS WA on HSWPaulo Zanoni1-1/+1
2014-01-10drm/i915: Introduce new intel_output_name()Damien Lespiau2-0/+23
2014-01-10drm/i915: don't set modes for 2 connectors on the same encoderPaulo Zanoni1-4/+8
2014-01-10drm/i915: i830M has watermarks like i855Daniel Vetter1-34/+19
2014-01-10drm/i915: Drop I915_ prefix from HAS_FBCDaniel Vetter6-9/+9
2014-01-10drm/i915: Don't swap planes on 830MVille Syrjälä2-3/+3
2014-01-10drm/i915: Don't grab crtc mutexes in intel_modeset_gem_init()Ville Syrjälä1-2/+2
2014-01-08drm/i915: fix wrong PLL debug messages.Paulo Zanoni1-8/+3
2014-01-08drm/i915: fix DDI PLLs HW state readout codePaulo Zanoni1-1/+7
2014-01-08drm/i915/bdw: don't try to check IPS state on BDW v2Jesse Barnes2-9/+12
2014-01-08drm/i915: use crtc_htotal when calculating ilk watermarksJesse Barnes1-1/+1
2014-01-08drm/i915: fix fastboot pfit disable hack to update pipe w/hJesse Barnes1-0/+2
2014-01-08drm/i915: check modeset state after a pipe_set_base if using fastbootJesse Barnes1-0/+10
2014-01-08drm/i915: Simplify watermark/init_clock_gating setupVille Syrjälä1-62/+16
2014-01-08drm/i915: Enable watermarks for BDWVille Syrjälä1-0/+11
2014-01-08drm/i915: Fix watermark code for BDWVille Syrjälä1-7/+7
2014-01-07drm/i915: avoid unclaimed registers when capturing the error statePaulo Zanoni1-1/+2
2014-01-07drm/i915: Flush outstanding requests before allocating new seqnoChris Wilson1-4/+8
2014-01-07drm/i915: remove duplicate MODULE_LICENSE definitionJani Nikula1-2/+0
2014-01-07drm/i915: Avoid dereference past end of page array in gen8_ppgtt_insert_entri...Chris Wilson1-9/+9
2014-01-07drm/i915: Avoid dereference past end of page array in gen6_ppgtt_insert_entri...Chris Wilson1-7/+9
2014-01-07drm/i915: Mention when we enable the Ironlake iommu workaroundsChris Wilson1-0/+3
2014-01-06Revert "drm/i915: assume all GM45 Acer laptops use inverted backlight PWM"Alexander van Heukelum1-5/+14
2014-01-06drm/i915/bdw: Flush system agent on gen8 alsoBen Widawsky1-2/+0
2014-01-06drm/i915: Fix refcount leak and possible NULL pointerdereference.Tetsuo Handa1-1/+11
2013-12-23Merge tag 'drm-intel-next-2013-12-13' of git://people.freedesktop.org/~danvet...Dave Airlie28-506/+947
2013-12-18drm/i915: grab a pages pin count for preallocate stolenDaniel Vetter1-0/+1
2013-12-18drm: Kill DRM_COPY_(TO|FROM)_USERDaniel Vetter1-3/+3
2013-12-18drm: Kill DRM_HZDaniel Vetter1-1/+1
2013-12-18drm: kill DRIVER_REQUIRE_AGPDaniel Vetter2-2/+6
2013-12-18drm/dp: Use AUX constants from specificationThierry Reding1-18/+19
2013-12-18Merge tag 'drm-intel-next-2013-11-29' of git://people.freedesktop.org/~danvet...Dave Airlie34-1177/+2044
2013-12-17drm/i915: Use the correct GMCH_CTRL register for Sandybridge+Chris Wilson1-2/+3
2013-12-17drm/i915: s/haswell_update_wm/ilk_update_wm/Imre Deak2-45/+45
2013-12-17drm/i915: remove unused WM definesImre Deak1-36/+0
2013-12-17drm/i915: simplify platform specific code in hsw_write_wm_valuesImre Deak1-6/+5