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