index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
/
vc4_kms.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vc4: fix vc4_atomic_commit_tail() logic
Mark Rutland
2021-06-08
1
-1
/
+1
*
drm: Introduce a drm_crtc_commit_wait helper
Maxime Ripard
2021-01-21
1
-13
/
+4
*
drm/vc4: kms: Convert to atomic helpers
Maxime Ripard
2020-12-15
1
-107
/
+3
*
drm/vc4: kms: Remove async modeset semaphore
Maxime Ripard
2020-12-15
1
-22
/
+2
*
drm/vc4: kms: Remove unassigned_channels from the HVS state
Maxime Ripard
2020-12-15
1
-7
/
+7
*
drm/vc4: kms: Wait on previous FIFO users before a commit
Maxime Ripard
2020-12-15
1
-1
/
+122
*
drm/vc4: Simplify a bit the global atomic_check
Maxime Ripard
2020-12-15
1
-7
/
+6
*
drm/vc4: kms: Don't disable the muxing of an active CRTC
Maxime Ripard
2020-11-23
1
-36
/
+45
*
drm/vc4: kms: Store the unassigned channel list in the state
Maxime Ripard
2020-11-23
1
-25
/
+101
*
drm/vc4: kms: Document the muxing corner cases
Maxime Ripard
2020-11-19
1
-0
/
+22
*
drm/vc4: kms: Split the HVS muxing check in a separate function
Maxime Ripard
2020-11-19
1
-3
/
+15
*
drm/vc4: kms: Rename NUM_CHANNELS
Maxime Ripard
2020-11-19
1
-3
/
+3
*
drm/vc4: kms: Remove useless define
Maxime Ripard
2020-11-19
1
-1
/
+0
*
drm/vc4: kms: Switch to drmm_add_action_or_reset
Maxime Ripard
2020-11-19
1
-2
/
+2
*
drm/vc4: kms: Add functions to create the state objects
Maxime Ripard
2020-11-02
1
-21
/
+57
*
drm/vc4: Use the helper to retrieve vc4_dev when needed
Maxime Ripard
2020-11-02
1
-1
/
+1
*
drm/vc4: crtc: Keep the previously assigned HVS FIFO
Maxime Ripard
2020-09-25
1
-6
/
+16
*
drm/vc4: kms: Assign a FIFO to enabled CRTCs instead of active
Maxime Ripard
2020-09-23
1
-1
/
+1
*
drm/vc4: hvs: Pull the state of all the CRTCs prior to PV muxing
Maxime Ripard
2020-09-21
1
-0
/
+17
*
drm/vc4: drv: Support BCM2711
Maxime Ripard
2020-09-07
1
-13
/
+31
*
drm/vc4: crtc: Assign output to channel automatically
Maxime Ripard
2020-09-07
1
-4
/
+164
*
drm/vc4: kms: Convert to for_each_new_crtc_state
Maxime Ripard
2020-09-07
1
-4
/
+6
*
drm/vc4: hvs: Boost the core clock during modeset
Maxime Ripard
2020-09-07
1
-0
/
+9
*
drm/vc4: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
2020-05-19
1
-1
/
+1
*
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
2019-07-22
1
-4
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
|
drm/vc4: drop use of drmP.h
Sam Ravnborg
2019-07-17
1
-1
/
+3
|
/
*
drm/vc4: Disable V3D interactions if the v3d component didn't probe.
Eric Anholt
2019-04-03
1
-0
/
+1
*
drm/vc4: Add a debugfs entry to disable/enable the load tracker
Paul Kocialkowski
2019-03-06
1
-0
/
+9
*
drm/vc4: Add a load tracker to prevent HVS underflow errors
Boris Brezillon
2019-03-06
1
-1
/
+102
*
drm/vc4: Report HVS underrun errors
Boris Brezillon
2019-03-06
1
-0
/
+10
*
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-2
/
+2
*
drm/atomic: integrate modeset lock with private objects
Rob Clark
2018-12-11
1
-1
/
+2
*
drm/vc4: Set ->legacy_cursor_update to false when doing non-async updates
Boris Brezillon
2018-11-15
1
-0
/
+6
*
drm/vc4: Use drm_fbdev_generic_setup()
Noralf Trønnes
2018-09-25
1
-6
/
+0
*
drm/vc4: Call drm_atomic_helper_fake_vblank() in the commit path
Boris Brezillon
2018-07-07
1
-0
/
+2
*
drm/vc4: Use wait_for_flip_done() instead of wait_for_vblanks()
Boris Brezillon
2018-07-07
1
-10
/
+1
*
drm/vc4: Add CTM support
Stefan Schake
2018-04-23
1
-1
/
+203
*
drm/vc4: update cursors asynchronously through atomic
Gustavo Padovan
2018-04-17
1
-0
/
+20
*
drm/vc4: Advertise supported modifiers for planes
Daniel Stone
2018-03-05
1
-0
/
+1
*
drm/vc4: Use drm_fb_cma_fbdev_init/fini()
Noralf Trønnes
2017-12-08
1
-14
/
+4
*
drm/vc4: Use drm_gem_fb_create()
Noralf Trønnes
2017-08-16
1
-1
/
+2
*
drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.
Eric Anholt
2017-08-08
1
-1
/
+1
*
drm/vc4: switch to drm_*{get,put} helpers
Cihangir Akturk
2017-08-08
1
-1
/
+1
*
drm/vc4: Handle drm_atomic_helper_swap_state failure
Maarten Lankhorst
2017-07-26
1
-1
/
+1
*
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: Allow vblank_disable_immediate on non-fw-kms. (v2)
Mario Kleiner
2017-06-22
1
-0
/
+3
*
drm/vc4: Mimic drm_atomic_helper_commit() behavior
Boris Brezillon
2017-06-15
1
-26
/
+12
*
drm/vc4: Add get/set tiling ioctls.
Eric Anholt
2017-06-15
1
-1
/
+40
[next]