summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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 Lespiau1-0/+3
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 Lespiau1-32/+15
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
2013-10-01drm/i915: Prefer crtc_{h|v}display for pipe src dimensionsDamien Lespiau1-3/+4
2013-10-01drm/i915: Ask the DRM core do make stereo timings adjustementsDamien Lespiau1-1/+1
2013-10-01drm/i915: Use crtc_clock with the adjusted modeDamien Lespiau10-43/+56
2013-10-01drm/i915: Use crtc_clock in intel_dump_crtc_timings()Damien Lespiau1-1/+1
2013-10-01drm: Check the fb size against the adjusted v/hdisplay for stereo modesDamien Lespiau1-0/+8
2013-10-01drm: Factor out common CRTC viewport checking codeDamien Lespiau1-33/+37
2013-10-01drm: Implement timings adjustments for frame packingDamien Lespiau1-1/+21
2013-10-01drm: Introduce a crtc_clock for struct drm_display_modeDamien Lespiau1-0/+1
2013-10-01drm: Remove clock_index from struct drm_display_modeDamien Lespiau1-2/+0
2013-10-01drm: Make exposing stereo modes a per-connector opt-inDamien Lespiau1-1/+7
2013-10-01drm: Carry over the stereo flags when adding the alternate modeDamien Lespiau1-0/+3
2013-10-01drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modesDamien Lespiau2-8/+14
2013-10-01drm: Set the relevant infoframe field when scanning out a 3D modeDamien Lespiau1-2/+38
2013-10-01drm: Reject modes with more than 1 stereo flags setDamien Lespiau1-0/+4
2013-10-01drm: Extract add_hdmi_mode() out of do_hdmi_vsdb_modes()Damien Lespiau1-15/+21
2013-10-01drm/edid: Expose mandatory stereo modes for HDMI sinksDamien Lespiau1-7/+103
2013-10-01drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctlDamien Lespiau2-2/+31
2013-10-01drm: Add a SET_CLIENT_CAP ioctlDamien Lespiau2-0/+10
2013-10-01drm/i915/vlv: fix up broken precision in vlv_crtc_clock_getChris Wilson1-5/+3
2013-10-01drm/i915/vlv: add VLV specific clock_get function v3Jesse Barnes1-1/+32
2013-10-01drm/i915: Add a tracepoint for using a semaphoreChris Wilson2-0/+27
2013-10-01drm/i915: Show WT caching in debugfsChris Wilson2-1/+2
2013-10-01drm/i915: Fix VLV eDP timing v2Chon Ming Lee1-1/+1
2013-10-01drm/i915: Move the conditional seqno query into the tracepointChris Wilson2-4/+19
2013-10-01drm/i915: Convert active API to VMABen Widawsky4-10/+12
2013-10-01drm/i915: Provide a cheap ggtt vma lookupBen Widawsky2-3/+18