index
:
Linux Stable
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.14.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vc4: Fix compilation error reported by kbuild test bot
Maarten Lankhorst
2019-05-02
1
-1
/
+1
*
drm/vc4: Fix memory leak during gpu reset.
Maarten Lankhorst
2019-05-02
1
-1
/
+1
*
drm/vc4: ->x_scaling[1] should never be set to VC4_SCALING_NONE
Boris Brezillon
2019-02-12
1
-5
/
+7
*
drm/vc4: Set ->is_yuv to false when num_planes == 1
Boris Brezillon
2019-01-13
1
-0
/
+1
*
drm/vc4: Fix the "no scaling" case on multi-planar YUV formats
Boris Brezillon
2018-09-29
1
-13
/
+12
*
drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formats
Boris Brezillon
2018-08-06
1
-0
/
+3
*
drm/vc4: Fix scaling of uni-planar formats
Boris Brezillon
2018-05-16
1
-1
/
+1
*
drm/vc4: Fix memory leak during BO teardown
Daniel J Blueman
2018-04-26
2
-0
/
+3
*
drm/vc4: Release fence after signalling
Stefan Schake
2018-02-25
2
-1
/
+4
*
drm/vc4: Move IRQ enable to PM path
Stefan Schake
2018-02-03
2
-3
/
+3
*
drm/vc4: Account for interrupts in flight
Stefan Schake
2018-02-03
1
-0
/
+6
*
drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state()
Boris Brezillon
2018-01-31
1
-6
/
+6
*
drm/vc4: Avoid using vrefresh==0 mode in DSI htotal math.
Eric Anholt
2017-12-25
1
-1
/
+2
*
drm/edid: Don't send non-zero YQ in AVI infoframe for HDMI 1.x sinks
Ville Syrjälä
2017-12-05
1
-1
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
drm/vc4: Use drm_gem_fb_create()
Noralf Trønnes
2017-08-16
1
-1
/
+2
*
drm/vc4: Continue the switch to drm_*_put() helpers
Cihangir Akturk
2017-08-14
1
-1
/
+1
*
drm/vc4: Fix leak of HDMI EDID
Eric Anholt
2017-08-14
1
-0
/
+1
*
drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order.
Eric Anholt
2017-08-08
3
-6
/
+21
*
drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.
Eric Anholt
2017-08-08
6
-108
/
+108
*
drm/vc4: switch to drm_*{get,put} helpers
Cihangir Akturk
2017-08-08
4
-17
/
+17
*
drm/vc4: Fix errant drm_bridge_remove() in DSI.
Eric Anholt
2017-08-08
1
-1
/
+0
*
drm/vc4: Don't disable DSI clocks on component unload.
Eric Anholt
2017-08-08
1
-3
/
+0
*
drm/vc4: Fix double destroy of the BO cache on teardown.
Eric Anholt
2017-08-08
1
-2
/
+0
*
drm: Nuke drm_atomic_helper_connector_dpms
Daniel Vetter
2017-08-08
2
-2
/
+0
*
drm: Nuke drm_atomic_helper_connector_set_property
Daniel Vetter
2017-08-08
1
-1
/
+0
*
drm: Plumb modifiers through plane init
Ben Widawsky
2017-08-01
1
-1
/
+1
*
drm/vc4: Use .dumb_map_offset and .dumb_destroy defaults
Noralf Trønnes
2017-07-29
1
-2
/
+0
*
drm/vc4: Convert more lock requirement comments to lockdep assertions.
Eric Anholt
2017-07-28
1
-3
/
+8
*
drm/vc4: Add an ioctl for labeling GEM BOs for summary stats
Eric Anholt
2017-07-28
6
-66
/
+246
*
drm/vc4: Start using u64_to_user_ptr.
Eric Anholt
2017-07-28
1
-6
/
+5
*
Merge airlied/drm-next into drm-misc-next
Sean Paul
2017-07-26
1
-23
/
+43
|
\
|
*
Backmerge tag 'v4.13-rc2' into drm-next
Dave Airlie
2017-07-27
1
-23
/
+43
|
|
\
|
|
*
drm/vc4: Fix VBLANK handling in crtc->enable() path
Boris Brezillon
2017-07-14
1
-23
/
+43
*
|
|
drm/vc4: add HDMI CEC support
Hans Verkuil
2017-07-26
3
-6
/
+345
*
|
|
drm/vc4: prepare for CEC support
Hans Verkuil
2017-07-26
1
-30
/
+29
|
/
/
*
|
drm/vc4: Handle drm_atomic_helper_swap_state failure
Maarten Lankhorst
2017-07-26
1
-1
/
+1
*
|
drm/vc4: Fix misleading name of the continuous flag.
Eric Anholt
2017-07-14
1
-4
/
+4
*
|
drm/vc4: Fix DSI T_INIT timing.
Eric Anholt
2017-07-14
1
-1
/
+11
*
|
drm: handle HDMI 2.0 VICs in AVI info-frames
Shashank Sharma
2017-07-14
1
-1
/
+1
*
|
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
Laurent Pinchart
2017-06-30
1
-2
/
+3
*
|
drm: Add old state pointer to CRTC .enable() helper function
Laurent Pinchart
2017-06-30
1
-2
/
+3
*
|
drm/vc4: Remove dead vc4_event_pending().
Eric Anholt
2017-06-22
2
-9
/
+0
*
|
drm/vc4: Use the atomic state's commit workqueue.
Eric Anholt
2017-06-22
1
-58
/
+13
*
|
drm/vc4: Wait for fences interruptibly in blocking mode.
Eric Anholt
2017-06-22
1
-0
/
+10
*
|
drm/vc4: Hook up plane prepare_fb to lookup dma-buf reservations.
Eric Anholt
2017-06-22
1
-0
/
+17
*
|
drm/vc4: Allow vblank_disable_immediate on non-fw-kms. (v2)
Mario Kleiner
2017-06-22
1
-0
/
+3
*
|
drm/vc4: Send a VBLANK event when disabling a CRTC
Boris Brezillon
2017-06-21
1
-0
/
+13
*
|
drm: vc4: Use crtc->mode_valid() and encoder->mode_valid() callbacks
Jose Abreu
2017-06-20
2
-14
/
+12
|
/
*
drm/vc4: Mimic drm_atomic_helper_commit() behavior
Boris Brezillon
2017-06-15
1
-26
/
+12
[next]