index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-04
drm/i915 Add golden context support for Gen9
Armin Reese
4
-1
/
+979
2014-11-04
drm/i915 Update Gen8 golden context batch buffer
Armin Reese
1
-157
/
+635
2014-11-04
drm/i915: Abort command parsing for chained batches
Brad Volkin
2
-12
/
+30
2014-11-04
drm/i915: Update plane parameters for cursor plane (v2)
Sonika Jindal
1
-0
/
+12
2014-11-04
drm/i915: Move flags describing VMA mappings into the VMA
Tvrtko Ursulin
9
-35
/
+36
2014-11-04
Merge tag 'drm-intel-next-2014-10-24' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
23
-936
/
+1140
2014-10-28
Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.o...
Dave Airlie
29
-2175
/
+3332
2014-10-24
drm/i915: Update DRIVER_DATE to 20141024
Daniel Vetter
1
-1
/
+1
2014-10-24
drm/i915: add comments on what stage a given PM handler is called
Imre Deak
1
-0
/
+22
2014-10-24
drm/i915: unify switcheroo and legacy suspend/resume handlers
Imre Deak
3
-12
/
+7
2014-10-24
drm/i915: add poweroff_late handler
Imre Deak
1
-0
/
+1
2014-10-24
drm/i915: sanitize suspend/resume helper function names
Imre Deak
1
-12
/
+7
2014-10-24
drm/i915: unify S3 and S4 suspend/resume handlers
Imre Deak
1
-87
/
+17
2014-10-24
drm/i915: disable/re-enable PCI device around S4 freeze/thaw
Imre Deak
1
-3
/
+2
2014-10-24
drm/i915: enable output polling during S4 thaw
Imre Deak
1
-8
/
+3
2014-10-24
drm/i915: check for GT faults in all resume handlers and driver load time
Imre Deak
2
-5
/
+11
2014-10-24
drm/i915: remove unused restore_gtt_mappings optimization during suspend
Imre Deak
1
-11
/
+4
2014-10-24
drm/i915: fix S4 suspend while switcheroo state is off
Imre Deak
1
-3
/
+24
2014-10-24
drm/i915: vlv: fix switcheroo/legacy suspend/resume
Imre Deak
1
-8
/
+9
2014-10-24
drm/i915: propagate error from legacy resume handler
Imre Deak
1
-3
/
+6
2014-10-24
drm/i915: unify legacy S3 suspend and S4 freeze handlers
Imre Deak
1
-5
/
+3
2014-10-24
drm/i915: factor out i915_drm_suspend_late
Imre Deak
1
-12
/
+20
2014-10-24
drm/i915: Emit even number of dwords when emitting LRIs
Arun Siluvery
1
-2
/
+3
2014-10-24
drm/i915: Add rotation support for cursor plane (v5)
Ville Syrjälä
2
-0
/
+26
2014-10-24
drm/i915: Correctly reject invalid flags for wait_ioctl
Daniel Vetter
1
-0
/
+3
2014-10-24
drm/i915: use macros to assign mmio access functions
Yu Zhang
1
-48
/
+30
2014-10-24
drm/i915: only run hsw_power_well_post_enable when really needed
Paulo Zanoni
1
-1
/
+1
2014-10-24
drm/i915/chv: Use 16 and 32 for low and high drain latency precision.
Rodrigo Vivi
2
-21
/
+32
2014-10-24
drm/i915: Fold in intel_mst_port_dp_detect
Daniel Vetter
1
-9
/
+1
2014-10-24
drm/i915: add runtime PM get/put call in i915_execlists
Michel Thierry
1
-0
/
+3
2014-10-24
drm/i915: Fix chv PCS DW11 register defines
Ville Syrjälä
1
-2
/
+2
2014-10-24
drm/i915: Don't claim that we're resetting PCH ADPA register
Ville Syrjälä
1
-1
/
+1
2014-10-24
drm/i915: disable IPS while getting the pipe CRCs.
Paulo Zanoni
1
-0
/
+12
2014-10-24
drm/i915: call drm_vblank_cleanup() earlier at unload
Paulo Zanoni
1
-3
/
+5
2014-10-24
drm/i915: spt does not have pch backlight override bit
Jani Nikula
1
-2
/
+3
2014-10-24
drm/i915: preserve swizzle settings if necessary v4
Jesse Barnes
3
-15
/
+32
2014-10-24
drm/i915: vlv: fix gunit HW state corruption during S4 suspend
Imre Deak
1
-0
/
+10
2014-10-24
drm/i915: Check workaround status on dfs read time
Mika Kuoppala
1
-7
/
+7
2014-10-24
drm/i915: Build workaround list in ring initialization
Mika Kuoppala
3
-102
/
+128
2014-10-24
drm/i915: remove redundant #ifdef CONFIG_COMPAT
Jani Nikula
1
-2
/
+0
2014-10-24
drm/i915: remove dead code from legacy suspend handler
Imre Deak
1
-3
/
+3
2014-10-24
drm/i915: Make intel_pipe_has_type() and some callers take intel_crtc
Ander Conselvan de Oliveira
1
-52
/
+54
2014-10-24
drm/i915: Make *_crtc_mode_set() take an intel_crtc insted of drm_crtc
Ander Conselvan de Oliveira
2
-51
/
+46
2014-10-24
drm/i915: Make *_find_best_dpll() take an intel_crtc insted of drm_crtc
Ander Conselvan de Oliveira
2
-19
/
+20
2014-10-24
drm/i915: Replace some loop through encoders with intel_pipe_has_type()
Ander Conselvan de Oliveira
1
-19
/
+2
2014-10-24
drm/i915: Document that mmap forwarding is discouraged
Daniel Vetter
1
-0
/
+10
2014-10-24
drm/i915/bdw: Remove BDW preproduction W/As until C stepping.
Rodrigo Vivi
2
-13
/
+2
2014-10-24
drm/i915: Convert a couple more INTEL_INFO-esque macros to be pointer agnostic
Chris Wilson
1
-2
/
+2
2014-10-24
drm/i915/skl: Add 180 degree HW rotation support
Sonika Jindal
3
-0
/
+8
2014-10-24
drm/i915: Suppress no action noise from oom shrinker
Chris Wilson
1
-2
/
+3
[next]