index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
/
vc4_kms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-04-08
drm/vc4: kms: Improve logging
Maxime Ripard
1
-1
/
+19
2022-04-08
drm/vc4: kms: Warn if we have an incompatible muxing setup
Maxime Ripard
1
-0
/
+4
2022-04-08
drm/vc4: kms: Store channel in local variable
Maxime Ripard
1
-7
/
+8
2022-04-06
drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macros
Maxime Ripard
1
-1
/
+4
2022-04-06
drm/vc4: kms: Ignore atomic_flush if we're disabled
Maxime Ripard
1
-1
/
+2
2022-04-06
drm/vc4: kms: Take old state core clock rate into account
Maxime Ripard
1
-2
/
+3
2022-04-06
drm/vc4: Add logging and comments
Maxime Ripard
1
-0
/
+11
2022-03-31
drm/vc4: Implement atomic_print_state for HVS channel state
Maxime Ripard
1
-0
/
+17
2022-03-31
drm/vc4: Constify private state accessors
Maxime Ripard
1
-3
/
+4
2021-12-15
drm/vc4: kms: Wait for the commit before increasing our clock rate
Maxime Ripard
1
-8
/
+7
2021-12-14
Merge v5.16-rc5 into drm-next
Daniel Vetter
1
-22
/
+18
2021-11-29
drm/vc4: kms: Fix previous HVS commit wait
Maxime Ripard
1
-8
/
+2
2021-11-29
drm/vc4: kms: Don't duplicate pending commit
Maxime Ripard
1
-6
/
+0
2021-11-29
drm/vc4: kms: Clear the HVS FIFO commit pointer once done
Maxime Ripard
1
-0
/
+1
2021-11-29
drm/vc4: kms: Add missing drm_crtc_commit_put
Maxime Ripard
1
-1
/
+8
2021-11-29
drm/vc4: kms: Fix return code check
Maxime Ripard
1
-5
/
+5
2021-11-29
drm/vc4: kms: Wait for the commit before increasing our clock rate
Maxime Ripard
1
-3
/
+3
2021-11-05
drm/vc4: crtc: Drop feed_txp from state
Maxime Ripard
1
-1
/
+2
2021-11-04
drm/vc4: Increase the core clock based on HVS load
Maxime Ripard
1
-9
/
+101
2021-11-04
drm/vc4: Leverage the load tracker on the BCM2711
Maxime Ripard
1
-11
/
+5
2021-07-21
Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+0
2021-06-29
drm/vc4: Don't set struct drm_device.irq_enabled
Thomas Zimmermann
1
-1
/
+0
2021-06-23
Backmerge tag 'v5.13-rc7' into drm-next
Dave Airlie
1
-1
/
+1
2021-06-08
drm/vc4: fix vc4_atomic_commit_tail() logic
Mark Rutland
1
-1
/
+1
2021-04-15
drm/vc4: Don't set allow_fb_modifiers explicitly
Daniel Vetter
1
-1
/
+0
2021-01-21
drm: Introduce a drm_crtc_commit_wait helper
Maxime Ripard
1
-13
/
+4
2020-12-15
drm/vc4: kms: Convert to atomic helpers
Maxime Ripard
1
-107
/
+3
2020-12-15
drm/vc4: kms: Remove async modeset semaphore
Maxime Ripard
1
-22
/
+2
2020-12-15
drm/vc4: kms: Remove unassigned_channels from the HVS state
Maxime Ripard
1
-7
/
+7
2020-12-15
drm/vc4: kms: Wait on previous FIFO users before a commit
Maxime Ripard
1
-1
/
+122
2020-12-15
drm/vc4: Simplify a bit the global atomic_check
Maxime Ripard
1
-7
/
+6
2020-11-23
drm/vc4: kms: Don't disable the muxing of an active CRTC
Maxime Ripard
1
-36
/
+45
2020-11-23
drm/vc4: kms: Store the unassigned channel list in the state
Maxime Ripard
1
-25
/
+101
2020-11-19
drm/vc4: kms: Document the muxing corner cases
Maxime Ripard
1
-0
/
+22
2020-11-19
drm/vc4: kms: Split the HVS muxing check in a separate function
Maxime Ripard
1
-3
/
+15
2020-11-19
drm/vc4: kms: Rename NUM_CHANNELS
Maxime Ripard
1
-3
/
+3
2020-11-19
drm/vc4: kms: Remove useless define
Maxime Ripard
1
-1
/
+0
2020-11-19
drm/vc4: kms: Switch to drmm_add_action_or_reset
Maxime Ripard
1
-2
/
+2
2020-11-02
drm/vc4: kms: Add functions to create the state objects
Maxime Ripard
1
-21
/
+57
2020-11-02
drm/vc4: Use the helper to retrieve vc4_dev when needed
Maxime Ripard
1
-1
/
+1
2020-09-25
drm/vc4: crtc: Keep the previously assigned HVS FIFO
Maxime Ripard
1
-6
/
+16
2020-09-23
drm/vc4: kms: Assign a FIFO to enabled CRTCs instead of active
Maxime Ripard
1
-1
/
+1
2020-09-21
drm/vc4: hvs: Pull the state of all the CRTCs prior to PV muxing
Maxime Ripard
1
-0
/
+17
2020-09-07
drm/vc4: drv: Support BCM2711
Maxime Ripard
1
-13
/
+31
2020-09-07
drm/vc4: crtc: Assign output to channel automatically
Maxime Ripard
1
-4
/
+164
2020-09-07
drm/vc4: kms: Convert to for_each_new_crtc_state
Maxime Ripard
1
-4
/
+6
2020-09-07
drm/vc4: hvs: Boost the core clock during modeset
Maxime Ripard
1
-0
/
+9
2020-05-19
drm/vc4: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-1
/
+1
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
1
-4
/
+1
[next]