summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-01-3044-2858/+3763
|\
| * Merge tag 'drm/for-3.14-rc1-20140123' of git://anongit.freedesktop.org/tegra/...Dave Airlie2014-01-291-24/+2
| |\
| | * drm/i915: Use drm_encoder_crtc_ok()Thierry Reding2014-01-141-24/+2
| * | drm/i915: Fix the offset issue for the stolen GEM objectsAkash Goel2014-01-281-1/+1
| * | drm/i915: Decouple GPU error reporting from ring initialisationChris Wilson2014-01-272-7/+16
| * | i915: remove pm_qos request on errorStanislaw Gruszka2014-01-251-0/+1
| * | Revert "drm/i915: Mask reserved bits in display/sprite address registers"Daniel Vetter2014-01-243-15/+13
| * | drm/i915: VLV2 - Fix hotplug detect bitsTodd Previte2014-01-232-15/+35
| * | drm/i915: Allow reading the TIMESTAMP register on Gen8.Kenneth Graunke2014-01-221-1/+1
| * | drm/i915: Repeat evictions whilst pageflip completions are outstandingChris Wilson2014-01-221-7/+20
| * | drm/i915: Wait for completion of pending flips when starved of fencesChris Wilson2014-01-223-4/+34
| * | drm/i915: don't disable DP port after a failed link trainingImre Deak2014-01-221-1/+0
| * | drm/i915: don't disable the DP port if the link is lostImre Deak2014-01-221-2/+0
| * | drm/i915: Eliminate lots of WARNs when there's no backlight presentVille Syrjälä2014-01-222-11/+5
| * | drm/i915: g4x/vlv: fix dp aux interrupt maskImre Deak2014-01-221-1/+2
| * | drm/i915/ppgtt: Defer request freeing on resetBen Widawsky2014-01-221-10/+17
| * | i915: send D1 opregion notificationKristen Carlson Accardi2014-01-221-1/+9
| * | drm/i915/bdw: remove preliminary_hw_support flag from BDWJesse Barnes2014-01-221-2/+0
| * | drm/i915: Tune down reset_stat output from ERROR to debugDaniel Vetter2014-01-221-1/+1
| * | drm/i915: Make semaphore modparam ROBen Widawsky2014-01-221-1/+1
| * | drm/i915: Fix disabled semaphoresBen Widawsky2014-01-221-4/+6
| * | drm/i915: Clarify relocation errnosBen Widawsky2014-01-221-7/+7
| * | drm/i915: Add a kludge for DSL incrementing too late and ISR not workingVille Syrjälä2014-01-201-40/+39
| * | drm: Pass 'flags' from the caller to .get_scanout_position()Ville Syrjälä2014-01-201-1/+2
| * | drm/i915: Fix scanoutpos calculations for interlaced modesVille Syrjälä2014-01-201-0/+6
| * | drm/i915: Call drm_calc_timestamping_constants() earlierVille Syrjälä2014-01-201-9/+8
| * | drm/i915: Kill hwmode save/restoreVille Syrjälä2014-01-201-10/+3
| * | drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos()Ville Syrjälä2014-01-201-1/+2
| * | drm: Pass the display mode to drm_calc_timestamping_constants()Ville Syrjälä2014-01-201-1/+2
| * | Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie2014-01-2024-1036/+700
| |\ \
| | * \ Merge commit origin/master into drm-intel-nextDaniel Vetter2014-01-1615-126/+200
| | |\ \
| | * | | drm/i915: Include more information in disabled hotplug interrupt warningChris Wilson2014-01-101-1/+2
| | * | | drm/i915: Only complain about a rogue hotplug IRQ after disablingChris Wilson2014-01-101-1/+1
| | * | | drm/i915: Only WARN about a stuck hotplug irq ONCEChris Wilson2014-01-101-3/+3
| | * | | drm/i915: s/hotplugt_status_gen4/hotplug_status_g4x/Daniel Vetter2014-01-101-2/+2
| | * | | drm/i915: add braces around KHz/MHz macro parametersJani Nikula2014-01-101-2/+2
| | * | | drm/i915: Fix 915GM self-refresh enable/disableVille Syrjälä2014-01-101-2/+2
| | * | | drm/i915: 830M doesn't have an LVDS portVille Syrjälä2014-01-101-1/+1
| | * | | drm/i915: No panel fitter on 830M or non-mobile gen2/3 platformsVille Syrjälä2014-01-102-1/+4
| | * | | drm/i915/vlv: Add drpc debugfs support for valleyviewDeepak S2014-01-102-1/+49
| | * | | drm/i915: vlv: W/a for hotplug/manual VGA detectionImre Deak2014-01-101-4/+15
| | * | | drm/i915: vlv: make CRI clock enabling explicit during resumeImre Deak2014-01-101-4/+4
| | * | | drm/i915: only apply GAMMA_MODE IPS WA on HSWPaulo Zanoni2014-01-101-1/+1
| | * | | drm/i915: Introduce new intel_output_name()Damien Lespiau2014-01-102-0/+23
| | * | | drm/i915: don't set modes for 2 connectors on the same encoderPaulo Zanoni2014-01-101-4/+8
| | * | | drm/i915: i830M has watermarks like i855Daniel Vetter2014-01-101-34/+19
| | * | | drm/i915: Drop I915_ prefix from HAS_FBCDaniel Vetter2014-01-106-9/+9
| | * | | drm/i915: Don't swap planes on 830MVille Syrjälä2014-01-102-3/+3
| | * | | drm/i915: fix wrong PLL debug messages.Paulo Zanoni2014-01-081-8/+3
| | * | | drm/i915/bdw: don't try to check IPS state on BDW v2Jesse Barnes2014-01-082-9/+12