summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use adjusted_mode in the fastboot hack to disable pfitDamien Lespiau2013-10-041-2/+5
* drm/i915: Add a more detailed comment about the set_base() fastboot hackDamien Lespiau2013-10-041-1/+13
* drm/i915/vlv: Turn off power gate for BIOS-less system.Chon Ming Lee2013-10-042-0/+25
* drm/i915/vlv: reset DPIO on load and resume v2Jesse Barnes2013-10-042-1/+23
* drm/i915: Simplify PSR debugfsRodrigo Vivi2013-10-033-150/+30
* drm/i915: Tweak RPS thresholds to more aggressively downclockChris Wilson2013-10-034-47/+143
* drm/i915: Boost RPS frequency for CPU stallsChris Wilson2013-10-037-91/+138
* drm/i915: Fix __wait_seqno to use true infinite timeoutsChris Wilson2013-10-035-51/+149
* drm/i915: Add some missing steps to i915_driver_load error pathChris Wilson2013-10-031-4/+15
* drm/i915: Clean up the ring scaling calculationsBen Widawsky2013-10-031-4/+4
* drm/i915: Don't populate pipe_src_{w,h} multiple timesVille Syrjälä2013-10-031-4/+12
* drm/i915: implement the Haswell mode set sequence workaroundPaulo Zanoni2013-10-031-0/+32
* drm/i915: Disable/enable planes as the first/last thing during modeset on HSWVille Syrjälä2013-10-031-24/+45
* i915/vlv: untangle integrated clock source handling v4Jesse Barnes2013-10-031-3/+26
* drm/i915: fix typo s/PatherPoint/PantherPoint/Jani Nikula2013-10-011-1/+1
* drm/i915: Make intel_resume_power_well() staticDamien Lespiau2013-10-012-2/+1
* drm/i915: destroy connector sysfs files earlierPaulo Zanoni2013-10-019-9/+10
* drm/i915/dp: do not write DP_TRAINING_PATTERN_SET all the timeJani Nikula2013-10-011-42/+87
* drm/i915/dp: retry i2c-over-aux seven times on AUX DEFERJani Nikula2013-10-011-1/+6
* drm/i915/vlv: reduce GT FIFO error info to a debug messageJesse Barnes2013-10-011-1/+2
* drm: Reject stereo modes with an unknown layoutDamien Lespiau2013-10-011-0/+3
* drm: Revert "drm: Reject modes with more than 1 stereo flags set"Damien Lespiau2013-10-011-4/+0
* drm: Code stereo layouts as an enum rather than a bit fieldDamien Lespiau2013-10-011-32/+15
* drm/i915/vlv: use correct units for rc6 residency v2Jesse Barnes2013-10-012-2/+23
* drm/i915/vlv: use lower precision RC6 counterJesse Barnes2013-10-012-1/+8
* drm/i915: Use DIV_ROUND_CLOSEST()Ville Syrjälä2013-10-011-2/+1
* drm/i915: Eliminate one indent leel from vlv_find_best_dpllVille Syrjälä2013-10-011-19/+21
* drm/i915: Program GMBUS Frequency based on the CDCLK for VLV.Chon Ming Lee2013-10-012-0/+72
* drm/i915/vlv: hack to init backlight regs if BIOS fails to do so v2Jesse Barnes2013-10-011-0/+17
* drm/i915: Allow stereo modes on HDMIDamien Lespiau2013-10-011-0/+1
* drm/i915: Prefer crtc_{h|v}display for pipe src dimensionsDamien Lespiau2013-10-011-3/+4
* drm/i915: Ask the DRM core do make stereo timings adjustementsDamien Lespiau2013-10-011-1/+1
* drm/i915: Use crtc_clock with the adjusted modeDamien Lespiau2013-10-0110-43/+56
* drm/i915: Use crtc_clock in intel_dump_crtc_timings()Damien Lespiau2013-10-011-1/+1
* drm: Check the fb size against the adjusted v/hdisplay for stereo modesDamien Lespiau2013-10-011-0/+8
* drm: Factor out common CRTC viewport checking codeDamien Lespiau2013-10-011-33/+37
* drm: Implement timings adjustments for frame packingDamien Lespiau2013-10-011-1/+21
* drm: Introduce a crtc_clock for struct drm_display_modeDamien Lespiau2013-10-011-0/+1
* drm: Remove clock_index from struct drm_display_modeDamien Lespiau2013-10-011-2/+0
* drm: Make exposing stereo modes a per-connector opt-inDamien Lespiau2013-10-011-1/+7
* drm: Carry over the stereo flags when adding the alternate modeDamien Lespiau2013-10-011-0/+3
* drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modesDamien Lespiau2013-10-012-8/+14
* drm: Set the relevant infoframe field when scanning out a 3D modeDamien Lespiau2013-10-011-2/+38
* drm: Reject modes with more than 1 stereo flags setDamien Lespiau2013-10-011-0/+4
* drm: Extract add_hdmi_mode() out of do_hdmi_vsdb_modes()Damien Lespiau2013-10-011-15/+21
* drm/edid: Expose mandatory stereo modes for HDMI sinksDamien Lespiau2013-10-011-7/+103
* drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctlDamien Lespiau2013-10-012-2/+31
* drm: Add a SET_CLIENT_CAP ioctlDamien Lespiau2013-10-012-0/+10
* drm/i915/vlv: fix up broken precision in vlv_crtc_clock_getChris Wilson2013-10-011-5/+3
* drm/i915/vlv: add VLV specific clock_get function v3Jesse Barnes2013-10-011-1/+32