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
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-20
drm/i915: take a power domain ref only when needed during HDMI detect
Imre Deak
1
-3
/
+4
2015-11-20
Merge tag 'drm-intel-fixes-2015-11-19' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
7
-52
/
+118
2015-11-20
Merge tag 'topic/drm-fixes-2015-11-19' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
3
-65
/
+76
2015-11-19
drm/i915: Tear down fbdev if initialization fails
Lukas Wunner
1
-3
/
+7
2015-11-19
Revert "drm/i915: Initialize HWS page address after GPU reset"
Arun Siluvery
1
-6
/
+0
2015-11-19
drm/i915: Fix oops caused by fbdev initialization failure
Lukas Wunner
3
-15
/
+25
2015-11-19
drm/i915: Fix i915_ggtt_view_equal to handle rotation correctly
Daniel Vetter
2
-6
/
+6
2015-11-19
drm/i915: Stuff rotation params into view union
Daniel Vetter
3
-8
/
+5
2015-11-19
drm/i915: Drop return value from intel_fill_fb_ggtt_view
Daniel Vetter
1
-11
/
+5
2015-11-19
drm/i915 : Fix to remove unnecsessary checks in postclose function.
Namrta Salonie
1
-2
/
+0
2015-11-19
drm/atomic-helper: Check encoder/crtc constraints
Daniel Vetter
1
-0
/
+8
2015-11-19
Revert "drm/i915: skip modeset if compatible for everyone."
Jani Nikula
3
-1
/
+8
2015-11-19
drm/mgag200: fix kernel hang in cursor code.
Wang, Rui Y
1
-6
/
+5
2015-11-19
Merge branch 'drm-vc4-fixes' of git://github.com/anholt/linux into drm-fixes
Dave Airlie
4
-13
/
+23
2015-11-19
Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
24
-401
/
+729
2015-11-18
drm/i915: add MISSING_CASE to a few port/aux power domain helpers
Imre Deak
1
-3
/
+3
2015-11-18
drm/i915/ddi: fix intel_display_port_aux_power_domain() after HDMI detect
Imre Deak
1
-1
/
+8
2015-11-18
drm/amdgpu: reserve/unreserve objects out of map/unmap operations
Chunming Zhou
2
-25
/
+25
2015-11-18
drm/amdgpu: move bo_reserve out of amdgpu_vm_clear_bo
Chunming Zhou
1
-15
/
+18
2015-11-18
drm/amdgpu: add lock for interval tree in vm
Chunming Zhou
2
-2
/
+15
2015-11-18
drm/amdgpu: keep the owner for VMIDs
Christian König
2
-17
/
+24
2015-11-18
drm/amdgpu: move VM manager clean into the VM code again
Christian König
4
-12
/
+20
2015-11-18
drm/amdgpu: cleanup VM coding style
Christian König
1
-50
/
+48
2015-11-18
drm/amdgpu: remove unused VM manager field
Christian König
1
-2
/
+0
2015-11-18
drm/amdgpu: cleanup scheduler command submission
Christian König
2
-39
/
+25
2015-11-18
drm/i915: Remove platform specific *_dp_detect() functions
Ander Conselvan de Oliveira
1
-28
/
+5
2015-11-18
drm/i915: Don't do edp panel detection in g4x_dp_detect()
Ander Conselvan de Oliveira
1
-10
/
+0
2015-11-18
drm/i915: Send TP1 TP2/3 even when panel claims no NO_TRAIN_ON_EXIT.
Rodrigo Vivi
1
-4
/
+0
2015-11-18
drm/i915: PSR: Don't Skip aux handshake on DP_PSR_NO_TRAIN_ON_EXIT.
Rodrigo Vivi
1
-1
/
+0
2015-11-18
drm/i915: Reduce PSR re-activation time for VLV/CHV.
Rodrigo Vivi
1
-2
/
+1
2015-11-18
drm/i915: Delay first PSR activation.
Rodrigo Vivi
1
-2
/
+16
2015-11-18
drm/amdgpu: fix typo in firmware name
Christian König
1
-1
/
+1
2015-11-18
drm/i915: Type safe register read/write
Ville Syrjälä
35
-1573
/
+1540
2015-11-18
drm/i915: Consider SPLL as another shared pll, v2.
Maarten Lankhorst
4
-41
/
+83
2015-11-18
drm/i915: Add missing ')' to SKL_PS_ECC_STAT define
Ville Syrjälä
1
-1
/
+1
2015-11-18
drm/i915: Add 'offset' to uncore funcs
Ville Syrjälä
1
-23
/
+25
2015-11-18
drm/i915: Pull the vgpu uncore funcs apart from the rest of gen6+
Ville Syrjälä
1
-26
/
+54
2015-11-18
drm/i915: Turn vgpu pdps into an array
Ville Syrjälä
2
-15
/
+8
2015-11-18
drm/i915: Wrap context LRI init in a macro
Ville Syrjälä
1
-51
/
+40
2015-11-18
drm/i915: Give names to more ring registers
Ville Syrjälä
2
-11
/
+19
2015-11-18
drm/i915: Wrap ASSIGN_CTX_{PDP,PM4L} in do {} while(0)
Ville Syrjälä
1
-4
/
+4
2015-11-18
drm/i915: Add wa_ctx_emit_reg()
Ville Syrjälä
1
-4
/
+6
2015-11-18
drm/i915: Add functions to emit register offsets to the ring
Ville Syrjälä
10
-23
/
+33
2015-11-18
drm/i915: Make the cmd parser 64bit regs explicit
Ville Syrjälä
2
-14
/
+35
2015-11-18
drm/i915: Make the high dword offset more explicit in i915_reg_read_ioctl
Ville Syrjälä
2
-12
/
+16
2015-11-18
drm/i915: s/0x50/RING_PSMI_CTL/
Ville Syrjälä
1
-1
/
+1
2015-11-18
drm/i915: Parametrize MOCS registers
Ville Syrjälä
2
-31
/
+40
2015-11-18
drm/i915: Parametrize L3 error registers
Ville Syrjälä
3
-9
/
+6
2015-11-18
drm/i915: Prefix raw register defines with underscore
Ville Syrjälä
1
-131
/
+131
2015-11-18
drm/i915: Streamline gpio_mmio_base deduction
Ville Syrjälä
1
-8
/
+7
[prev]
[next]