summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-05drm/i915/dvo: call ->mode_set callback only when the port is runningdvo-mehDaniel Vetter2-73/+16
2013-10-05drm/i915/dp: promote clock recovery failures to DRM_ERRORJani Nikula1-2/+2
2013-10-04drm/i915: Fix VGA_DISP_DISABLE checkVille Syrjälä1-1/+1
2013-10-04drm/i915: Use intel_PLL_is_valid() in vlv_find_best_dpll()Ville Syrjälä1-11/+24
2013-10-04drm/i915: Don't lie about findind suitable PLL settings on VLVVille Syrjälä1-1/+4
2013-10-04drm/i915: intel_limits_vlv_dac and intel_limits_vlv_hdmi are the sameVille Syrjälä1-15/+2
2013-10-04drm/i915: Remove unused dot_limit from VLV PLL limitsVille Syrjälä1-4/+2
2013-10-04drm/i915: Remove the unused p and m limits for VLVVille Syrjälä1-4/+0
2013-10-04drm/i915: Respect p2 divider minimum limit on VLVVille Syrjälä1-3/+3
2013-10-04drm/i915: Allow p1 divider 2 on VLVVille Syrjälä1-1/+1
2013-10-04drm/i915: Clarify VLV PLL p1 limitsVille Syrjälä1-3/+3
2013-10-04drm/i915: Make sure we respect n.max on VLVVille Syrjälä1-2/+3
2013-10-04drm/i915: De-magic the VLV p2 divider step sizeVille Syrjälä1-3/+2
2013-10-04drm/i915: Rewrite vlv_find_best_dpll()Ville Syrjälä1-41/+33
2013-10-04drm/i915: Don't underflow bestppmVille Syrjälä1-1/+1
2013-10-04drm/i915: Make vlv_find_best_dpll() ppm calculation safeVille Syrjälä1-8/+8
2013-10-04drm/i915/dp: use sizeof for memset instead of magic valueJani Nikula1-1/+1
2013-10-04drm/i915: Remove yet another unused defineDamien Lespiau1-3/+0
2013-10-04drm/i915: Fix type mismatch and accounting in i915_gem_shrinkChris Wilson1-14/+15
2013-10-04drm/i915: Call io_schedule() whilst whilsting for the GPUChris Wilson1-1/+1
2013-10-04drm/i915: Use adjusted_mode in the fastboot hack to disable pfitDamien Lespiau1-2/+5
2013-10-04drm/i915: Add a more detailed comment about the set_base() fastboot hackDamien Lespiau1-1/+13
2013-10-04drm/i915/vlv: Turn off power gate for BIOS-less system.Chon Ming Lee2-0/+25
2013-10-04drm/i915/vlv: reset DPIO on load and resume v2Jesse Barnes2-1/+23
2013-10-03drm/i915: Simplify PSR debugfsRodrigo Vivi3-150/+30
2013-10-03drm/i915: Tweak RPS thresholds to more aggressively downclockChris Wilson4-47/+143
2013-10-03drm/i915: Boost RPS frequency for CPU stallsChris Wilson7-91/+138
2013-10-03drm/i915: Fix __wait_seqno to use true infinite timeoutsChris Wilson5-51/+149
2013-10-03drm/i915: Add some missing steps to i915_driver_load error pathChris Wilson1-4/+15
2013-10-03drm/i915: Clean up the ring scaling calculationsBen Widawsky1-4/+4
2013-10-03drm/i915: Don't populate pipe_src_{w,h} multiple timesVille Syrjälä1-4/+12
2013-10-03drm/i915: implement the Haswell mode set sequence workaroundPaulo Zanoni1-0/+32
2013-10-03drm/i915: Disable/enable planes as the first/last thing during modeset on HSWVille Syrjälä1-24/+45
2013-10-03i915/vlv: untangle integrated clock source handling v4Jesse Barnes1-3/+26
2013-10-01drm/i915: fix typo s/PatherPoint/PantherPoint/Jani Nikula1-1/+1
2013-10-01drm/i915: Make intel_resume_power_well() staticDamien Lespiau2-2/+1
2013-10-01drm/i915: destroy connector sysfs files earlierPaulo Zanoni9-9/+10
2013-10-01drm/i915/dp: do not write DP_TRAINING_PATTERN_SET all the timeJani Nikula1-42/+87
2013-10-01drm/i915/dp: retry i2c-over-aux seven times on AUX DEFERJani Nikula1-1/+6
2013-10-01drm/i915/vlv: reduce GT FIFO error info to a debug messageJesse Barnes1-1/+2
2013-10-01drm: Reject stereo modes with an unknown layoutDamien Lespiau3-0/+9
2013-10-01drm: Revert "drm: Reject modes with more than 1 stereo flags set"Damien Lespiau1-4/+0
2013-10-01drm: Code stereo layouts as an enum rather than a bit fieldDamien Lespiau3-49/+26
2013-10-01drm/i915/vlv: use correct units for rc6 residency v2Jesse Barnes2-2/+23
2013-10-01drm/i915/vlv: use lower precision RC6 counterJesse Barnes2-1/+8
2013-10-01drm/i915: Use DIV_ROUND_CLOSEST()Ville Syrjälä1-2/+1
2013-10-01drm/i915: Eliminate one indent leel from vlv_find_best_dpllVille Syrjälä1-19/+21
2013-10-01drm/i915: Program GMBUS Frequency based on the CDCLK for VLV.Chon Ming Lee2-0/+72
2013-10-01drm/i915/vlv: hack to init backlight regs if BIOS fails to do so v2Jesse Barnes1-0/+17
2013-10-01drm/i915: Allow stereo modes on HDMIDamien Lespiau1-0/+1