index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
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
2021-04-14
drm/vc4: crtc: Reduce PV fifo threshold on hvs4
Dom Cobley
1
-0
/
+17
2021-03-04
drm/vc4: hdmi: Update the CEC clock divider on HSM rate change
Maxime Ripard
1
-10
/
+29
2021-03-04
drm/vc4: hdmi: Compute the CEC clock divider from the clock rate
Maxime Ripard
1
-1
/
+3
2021-03-04
drm/vc4: hdmi: Restore cec physical address on reconnect
Dom Cobley
1
-6
/
+18
2021-03-04
drm/vc4: hdmi: Fix up CEC registers
Dom Cobley
1
-1
/
+3
2021-03-04
drm/vc4: hdmi: Fix register offset with longer CEC messages
Dom Cobley
1
-2
/
+15
2021-03-04
drm/vc4: hdmi: Move hdmi reset to bind
Dom Cobley
1
-3
/
+3
2021-03-04
drm/vc4: hdmi: Take into account the clock doubling flag in atomic_check
Maxime Ripard
1
-0
/
+3
2021-02-17
drm/vc4: hvs: Fix buffer overflow with the dlist handling
Maxime Ripard
1
-4
/
+14
2021-02-03
drm/vc4: Correct POS1_SCL for hvs5
Dom Cobley
1
-2
/
+2
2021-02-03
drm/vc4: Correct lbm size and calculation
Dom Cobley
2
-5
/
+10
2021-01-27
drm/vc4: Unify PCM card's driver_name
Nicolas Saenz Julienne
1
-0
/
+1
2020-11-23
drm/vc4: kms: Don't disable the muxing of an active CRTC
Maxime Ripard
2
-36
/
+48
2020-11-23
drm/vc4: kms: Store the unassigned channel list in the state
Maxime Ripard
2
-25
/
+102
2020-11-19
drm/vc4: hdmi: Disable Wifi Frequencies
Maxime Ripard
2
-0
/
+29
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-19
drm/vc4: hdmi: Block odd horizontal timings
Maxime Ripard
2
-0
/
+15
2020-11-19
drm/vc4: hdmi: Make sure our clock rate is within limits
Maxime Ripard
1
-0
/
+15
2020-11-03
drm/vc4: drv: Remove unused variable
Maxime Ripard
1
-1
/
+0
2020-11-02
drm/vc4: kms: Add functions to create the state objects
Maxime Ripard
2
-24
/
+57
2020-11-02
drm/vc4: Use devm_drm_dev_alloc
Maxime Ripard
5
-32
/
+25
2020-11-02
drm/vc4: Use the helper to retrieve vc4_dev when needed
Maxime Ripard
2
-3
/
+3
2020-11-02
drm/vc4: gem: Add a managed action to cleanup the job queue
Maxime Ripard
3
-10
/
+10
2020-11-02
drm/vc4: drv: Use managed drm_mode_config_init
Maxime Ripard
1
-4
/
+3
2020-11-02
drm/vc4: bo: Add a managed action to cleanup the cache
Maxime Ripard
3
-4
/
+4
2020-10-29
drm/vc4: Rework the structure conversion functions
Maxime Ripard
1
-6
/
+6
2020-10-29
drm/vc4: hdmi: Add a name to the codec DAI component
Maxime Ripard
1
-0
/
+1
2020-10-27
drm/vc4: hdmi: Avoid sleeping in atomic context
Maxime Ripard
1
-2
/
+3
2020-10-27
drm/vc4: drv: Add error handding for bind
Hoegeun Kwon
1
-0
/
+1
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
13
-1006
/
+3140
2020-09-25
drm/vc4: crtc: Keep the previously assigned HVS FIFO
Maxime Ripard
3
-6
/
+19
2020-09-25
drm/vc4: crtc: Rework a bit the CRTC state code
Maxime Ripard
1
-3
/
+10
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-16
drm/vc4: Handing the return value of drm_universal_plane_init
Tian Tao
1
-0
/
+2
2020-09-11
drm/vc4: Fix bitwise OR versus ternary operator in vc4_plane_mode_set
Nathan Chancellor
1
-2
/
+2
2020-09-11
drm/vc4: Update type of reg parameter in vc4_hdmi_{read,write}
Nathan Chancellor
1
-2
/
+2
2020-09-10
drm/vc4: hdmi: Fix NULL vs IS_ERR() checks in vc5_hdmi_init_resources()
Dan Carpenter
1
-16
/
+16
2020-09-10
drm/vc4: hdmi: Fix off by ones in vc4_hdmi_read/write()
Dan Carpenter
1
-2
/
+2
2020-09-09
drm/vc4/vc4_hdmi: fill ASoC card owner
Marek Szyprowski
1
-0
/
+1
2020-09-07
drm/vc4: drv: Support BCM2711
Maxime Ripard
4
-13
/
+40
2020-09-07
drm/vc4: hdmi: Support the BCM2711 HDMI controllers
Maxime Ripard
5
-0
/
+1004
2020-09-07
drm/vc4: hdmi: Add pixel BVB clock control
Hoegeun Kwon
2
-0
/
+24
2020-09-07
drm/vc4: hdmi: Switch to blank pixels when disabled
Maxime Ripard
2
-0
/
+12
2020-09-07
drm/vc4: hdmi: Do the VID_CTL configuration at once
Maxime Ripard
1
-8
/
+6
2020-09-07
drm/vc4: hdmi: Implement finer-grained hooks
Maxime Ripard
1
-4
/
+35
[next]