summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2015-03-23drm/i915: Pass in plane state when (un)pinning frame buffersTvrtko Ursulin3-7/+14
2015-03-23drm/i915: Use GGTT view when (un)pinning objects to planesTvrtko Ursulin4-16/+30
2015-03-23drm/i915/skl: Extract tile height code into a helper functionTvrtko Ursulin2-21/+29
2015-03-23drm/i915: Use usleep_range() in wait_for()Ville Syrjälä1-2/+2
2015-03-20drm/i915: Do not leak objects after capturing error stateMichel Thierry1-0/+7
2015-03-20drm/i915: Fix SKL sprite disable double buffer register updateVille Syrjälä1-2/+2
2015-03-20drm/i915: Eliminate plane control register RMW from sprite codeVille Syrjälä1-52/+10
2015-03-20drm/i915: Eliminate the RMW sprite colorkey managementVille Syrjälä2-235/+69
2015-03-20drm/i915: Move vblank wait determination to 'check' phaseMatt Roper1-14/+10
2015-03-20drm/i915/chv: use vlv_PLL_is_optimal in chv_find_best_dpllImre Deak1-6/+20
2015-03-20drm/i915: check for div-by-zero in vlv_PLL_is_optimalImre Deak1-0/+3
2015-03-20drm/i915: factor out vlv_PLL_is_optimalImre Deak1-14/+36
2015-03-20drm/i915: Kill intel_plane->objVille Syrjälä3-17/+10
2015-03-20drm/i915: Initialize all contextsBen Widawsky1-9/+19
2015-03-20drm/i915: Track page table reload needBen Widawsky5-6/+43
2015-03-20drm/i915: Track GEN6 page table usageBen Widawsky3-62/+219
2015-03-20drm/i915: Extract context switch skip and add pd load logicBen Widawsky1-2/+73
2015-03-20drm/i915: page table generalizationsMichel Thierry2-92/+96
2015-03-20drm/i915: Send out the full AUX addressVille Syrjälä1-2/+3
2015-03-20drm/i915: kerneldoc for i915_gem_shrinker.cDaniel Vetter3-1/+49
2015-03-20drm/i915: Extract i915_gem_shrinker.cDaniel Vetter4-277/+306
2015-03-20drm/i915: Use down ei for manual Baytrail RPS calculationsChris Wilson4-19/+4
2015-03-20drm/i915: Improved w/a for rps on BaytrailChris Wilson5-104/+81
2015-03-20drm/i915: Relax RPS contraints to allows setting minfreq on idleChris Wilson3-16/+35
2015-03-20drm/i915: Fallback to using CPU relocations for large batch buffersChris Wilson1-11/+75
2015-03-20drm/i915: Turn on PIN_GLOBAL in i915_gem_object_ggtt_pinTvrtko Ursulin1-1/+1
2015-03-20drm/i915: memory leak in __i915_gem_vma_create()Dan Carpenter1-3/+4
2015-03-20drm/i915/dp: return number of bytes written for short aux/i2c writesJani Nikula1-3/+8
2015-03-20drm/i915: Unconfuse DP link rate array namesVille Syrjälä3-38/+39
2015-03-20drm/i915: Include the sink/source/supported rates in debug outputVille Syrjälä1-0/+43
2015-03-20drm/i915: Add eDP intermediate frequencies for CHVVille Syrjälä1-0/+6
2015-03-20drm/i915: Avoid overflowing the DP link rate arraysVille Syrjälä1-0/+2
2015-03-20drm/i915: Fix MST link rate handlingVille Syrjälä3-8/+22
2015-03-20drm/i915: Use DP_LINK_RATE_SET whenever possibleVille Syrjälä1-6/+7
2015-03-20drm/i915: Fix max link rate in intel_dp_mode_valid()Ville Syrjälä2-1/+15
2015-03-20drm/i915: Hide the source vs. sink rate handling from intel_dp_compute_config()Ville Syrjälä1-14/+23
2015-03-20drm/i915: Fully separate source vs. sink ratesVille Syrjälä1-17/+11
2015-03-20drm/i915: Remove special case from intel_supported_rates()Ville Syrjälä1-8/+0
2015-03-20drm/i915: Don't copy sink rates eitherVille Syrjälä1-15/+9
2015-03-20drm/i915: Don't copy the DP source rates arraysVille Syrjälä1-14/+10
2015-03-20drm/i915: Store the converted link rates in intel_dp->supported_rates[]Ville Syrjälä2-15/+21
2015-03-20drm/i915: Make the DP rates int instead of uint32_tVille Syrjälä1-12/+12
2015-03-20drm/i915: Do not use ggtt_view with (aliasing) PPGTTJoonas Lahtinen3-119/+226
2015-03-20drm/i915: Fix sink crc connector iterationRodrigo Vivi1-1/+1
2015-03-20Merge tag 'drm-intel-fixes-2015-03-19' into drm-intel-nextDaniel Vetter10-111/+150
2015-03-18drm/i915: Make sure the primary plane is enabled before reading out the fb stateDamien Lespiau1-4/+11
2015-03-17drm/i915: Update DRIVER_DATE to 20150313Daniel Vetter1-1/+1
2015-03-17drm/i915: Fix vmap_batch page iterator overrunMika Kuoppala1-1/+4
2015-03-17drm/i915: Export total subslice and EU countsJeff McGee1-0/+10
2015-03-17drm/i915: redefine WARN_ON_ONCE to include the conditionJani Nikula1-0/+3