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