index
:
amd/drm-amd
amdgpu-upstream-wip
amdgpu-upstream-wip2
amdgpu-upstream-wip3
amdgpu-upstream-wip4
amdgpu-upstream-wip5
amdgpu-upstream-wip6
amdgpu-upstream-wip7
kfd-eviction-wip
master
Kernel display support for AMD GPUs
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-23
drm/i915: Pass in plane state when (un)pinning frame buffers
Tvrtko Ursulin
3
-7
/
+14
2015-03-23
drm/i915: Use GGTT view when (un)pinning objects to planes
Tvrtko Ursulin
4
-16
/
+30
2015-03-23
drm/i915/skl: Extract tile height code into a helper function
Tvrtko Ursulin
2
-21
/
+29
2015-03-23
drm/i915: Use usleep_range() in wait_for()
Ville Syrjälä
1
-2
/
+2
2015-03-20
drm/i915: Do not leak objects after capturing error state
Michel Thierry
1
-0
/
+7
2015-03-20
drm/i915: Fix SKL sprite disable double buffer register update
Ville Syrjälä
1
-2
/
+2
2015-03-20
drm/i915: Eliminate plane control register RMW from sprite code
Ville Syrjälä
1
-52
/
+10
2015-03-20
drm/i915: Eliminate the RMW sprite colorkey management
Ville Syrjälä
2
-235
/
+69
2015-03-20
drm/i915: Move vblank wait determination to 'check' phase
Matt Roper
1
-14
/
+10
2015-03-20
drm/i915/chv: use vlv_PLL_is_optimal in chv_find_best_dpll
Imre Deak
1
-6
/
+20
2015-03-20
drm/i915: check for div-by-zero in vlv_PLL_is_optimal
Imre Deak
1
-0
/
+3
2015-03-20
drm/i915: factor out vlv_PLL_is_optimal
Imre Deak
1
-14
/
+36
2015-03-20
drm/i915: Kill intel_plane->obj
Ville Syrjälä
3
-17
/
+10
2015-03-20
drm/i915: Initialize all contexts
Ben Widawsky
1
-9
/
+19
2015-03-20
drm/i915: Track page table reload need
Ben Widawsky
5
-6
/
+43
2015-03-20
drm/i915: Track GEN6 page table usage
Ben Widawsky
3
-62
/
+219
2015-03-20
drm/i915: Extract context switch skip and add pd load logic
Ben Widawsky
1
-2
/
+73
2015-03-20
drm/i915: page table generalizations
Michel Thierry
2
-92
/
+96
2015-03-20
drm/i915: Send out the full AUX address
Ville Syrjälä
1
-2
/
+3
2015-03-20
drm/i915: kerneldoc for i915_gem_shrinker.c
Daniel Vetter
3
-1
/
+49
2015-03-20
drm/i915: Extract i915_gem_shrinker.c
Daniel Vetter
4
-277
/
+306
2015-03-20
drm/i915: Use down ei for manual Baytrail RPS calculations
Chris Wilson
4
-19
/
+4
2015-03-20
drm/i915: Improved w/a for rps on Baytrail
Chris Wilson
5
-104
/
+81
2015-03-20
drm/i915: Relax RPS contraints to allows setting minfreq on idle
Chris Wilson
3
-16
/
+35
2015-03-20
drm/i915: Fallback to using CPU relocations for large batch buffers
Chris Wilson
1
-11
/
+75
2015-03-20
drm/i915: Turn on PIN_GLOBAL in i915_gem_object_ggtt_pin
Tvrtko Ursulin
1
-1
/
+1
2015-03-20
drm/i915: memory leak in __i915_gem_vma_create()
Dan Carpenter
1
-3
/
+4
2015-03-20
drm/i915/dp: return number of bytes written for short aux/i2c writes
Jani Nikula
1
-3
/
+8
2015-03-20
drm/i915: Unconfuse DP link rate array names
Ville Syrjälä
3
-38
/
+39
2015-03-20
drm/i915: Include the sink/source/supported rates in debug output
Ville Syrjälä
1
-0
/
+43
2015-03-20
drm/i915: Add eDP intermediate frequencies for CHV
Ville Syrjälä
1
-0
/
+6
2015-03-20
drm/i915: Avoid overflowing the DP link rate arrays
Ville Syrjälä
1
-0
/
+2
2015-03-20
drm/i915: Fix MST link rate handling
Ville Syrjälä
3
-8
/
+22
2015-03-20
drm/i915: Use DP_LINK_RATE_SET whenever possible
Ville Syrjälä
1
-6
/
+7
2015-03-20
drm/i915: Fix max link rate in intel_dp_mode_valid()
Ville Syrjälä
2
-1
/
+15
2015-03-20
drm/i915: Hide the source vs. sink rate handling from intel_dp_compute_config()
Ville Syrjälä
1
-14
/
+23
2015-03-20
drm/i915: Fully separate source vs. sink rates
Ville Syrjälä
1
-17
/
+11
2015-03-20
drm/i915: Remove special case from intel_supported_rates()
Ville Syrjälä
1
-8
/
+0
2015-03-20
drm/i915: Don't copy sink rates either
Ville Syrjälä
1
-15
/
+9
2015-03-20
drm/i915: Don't copy the DP source rates arrays
Ville Syrjälä
1
-14
/
+10
2015-03-20
drm/i915: Store the converted link rates in intel_dp->supported_rates[]
Ville Syrjälä
2
-15
/
+21
2015-03-20
drm/i915: Make the DP rates int instead of uint32_t
Ville Syrjälä
1
-12
/
+12
2015-03-20
drm/i915: Do not use ggtt_view with (aliasing) PPGTT
Joonas Lahtinen
3
-119
/
+226
2015-03-20
drm/i915: Fix sink crc connector iteration
Rodrigo Vivi
1
-1
/
+1
2015-03-20
Merge tag 'drm-intel-fixes-2015-03-19' into drm-intel-next
Daniel Vetter
10
-111
/
+150
2015-03-18
drm/i915: Make sure the primary plane is enabled before reading out the fb state
Damien Lespiau
1
-4
/
+11
2015-03-17
drm/i915: Update DRIVER_DATE to 20150313
Daniel Vetter
1
-1
/
+1
2015-03-17
drm/i915: Fix vmap_batch page iterator overrun
Mika Kuoppala
1
-1
/
+4
2015-03-17
drm/i915: Export total subslice and EU counts
Jeff McGee
1
-0
/
+10
2015-03-17
drm/i915: redefine WARN_ON_ONCE to include the condition
Jani Nikula
1
-0
/
+3
[next]