summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2014-01-25drm/i915: Make underruns DRM_ERRORVille Syrjälä-15/+15
2014-01-25drm/i915: Limit FIFO underrun reports on GMCH platformsVille Syrjälä-18/+36
2014-01-24drm/i915: fix WRPLL clock calculationJesse Barnes-1/+2
2014-01-24drm/i915: Remove incorrect comment about struct mutexBen Widawsky-2/+0
2014-01-24drm/i915: always check clocks when comparing pipe configsJesse Barnes-4/+2
2014-01-24drm/i915: clock readout support for DDI v3Jesse Barnes-0/+102
2014-01-24drm/i915: Introduce a get_aux_send_ctl() vfuncDamien Lespiau-4/+14
2014-01-24drm/i915: Reorder the AUX_CTL bits in descending orderDamien Lespiau-4/+4
2014-01-24drm/i915: Factor out a function returning the AUX_CTL value to start a sendDamien Lespiau-22/+37
2014-01-24drm/i915: Turn get_aux_clock_divider() into per-platform vfuncsDamien Lespiau-22/+54
2014-01-24drm/i915: quirk invert brightness for Acer Aspire 5336Jani Nikula-0/+3
2014-01-24drm/i915: drop the i915.fbpercrtc module parameterJani Nikula-4/+0
2014-01-24drm/i915: Enable 5.4Ghz (HBR2) link rate for Displayport 1.2-capable devicesTodd Previte-6/+26
2014-01-24drm/i915: Shuffle sprite register writes into a tighter groupVille Syrjälä-9/+9
2014-01-24drm/i915: Shuffle modeset reset handling aroundDaniel Vetter-2/+3
2014-01-24drm/i915: set the backlight panel delays registers to 1Paulo Zanoni-3/+10
2014-01-24drm/i915: Fix new_config and new_enabled for load detectVille Syrjälä-4/+16
2014-01-24drm/i915: Kill dev_priv->irq_receivedVille Syrjälä-30/+0
2014-01-24drm/i915: Make irq_received boolVille Syrjälä-4/+2
2014-01-24drm/i915: Add intel_hpd_irq_uninstall()Ville Syrjälä-6/+11
2014-01-24drm/i915: don't wait for power cycle when waiting for power offPaulo Zanoni-2/+2
2014-01-24drm/i915: remove a column of zeros from the eDP wait definitionsPaulo Zanoni-6/+6
2014-01-24drm/i915: drop ironlake_ prefix from edp panel/backlight functionsDaniel Vetter-59/+59
2014-01-24drm/i915: save some time when waiting the eDP timingsPaulo Zanoni-3/+56
2014-01-24drm/i915: init the DP panel power seq variables earlierPaulo Zanoni-7/+8
2014-01-24drm/i915: Only restore backlight combination mode reg for umsDaniel Vetter-11/+10
2014-01-24drm/i915: clean up HPD IRQ debug printingImre Deak-9/+3
2014-01-24drm/i915: Don't use i915_preliminary_hw_support to mean pre-productionDamien Lespiau-2/+4
2014-01-24drm/i915: Set crtc->new_config to NULL for pipes that are about to be disabledVille Syrjälä-3/+19
2014-01-24drm/i915: Don't oops if the initial modeset failsVille Syrjälä-0/+32
2014-01-24drm/i915: Use new_config and new_enabled to simplify the VLV cdclk codeVille Syrjälä-16/+9
2014-01-24drm/i915: Prepare to track new pipe config per pipeVille Syrjälä-0/+6
2014-01-24drm/i915: Pre-compute pipe enabled stateVille Syrjälä-16/+64
2014-01-24Revert "drm/i915: Mask reserved bits in display/sprite address registers"Daniel Vetter-15/+13
2014-01-23drm/i915: VLV2 - Fix hotplug detect bitsTodd Previte-15/+35
2014-01-22drm/i915: Allow reading the TIMESTAMP register on Gen8.Kenneth Graunke-1/+1
2014-01-22drm/i915: Repeat evictions whilst pageflip completions are outstandingChris Wilson-7/+20
2014-01-22drm/i915: Wait for completion of pending flips when starved of fencesChris Wilson-4/+34
2014-01-22drm/i915: don't disable DP port after a failed link trainingImre Deak-1/+0
2014-01-22drm/i915: don't disable the DP port if the link is lostImre Deak-2/+0
2014-01-22drm/i915: Eliminate lots of WARNs when there's no backlight presentVille Syrjälä-11/+5
2014-01-22drm/i915: g4x/vlv: fix dp aux interrupt maskImre Deak-1/+2
2014-01-22drm/i915/ppgtt: Defer request freeing on resetBen Widawsky-10/+17
2014-01-22i915: send D1 opregion notificationKristen Carlson Accardi-1/+9
2014-01-22drm/i915/bdw: remove preliminary_hw_support flag from BDWJesse Barnes-2/+0
2014-01-22drm/i915: Tune down reset_stat output from ERROR to debugDaniel Vetter-1/+1
2014-01-22drm/i915: Make semaphore modparam ROBen Widawsky-1/+1
2014-01-22drm/i915: Fix disabled semaphoresBen Widawsky-4/+6
2014-01-22drm/i915: Clarify relocation errnosBen Widawsky-7/+7
2014-01-22Merge branch 'drm-vbl-timestamp' of git://gitorious.org/vsyrjala/linux into d...Dave Airlie-135/+137