index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
/
vc4_hdmi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-28
drm/vc4: hdmi: Switch to HDMI connector
Maxime Ripard
1
-565
/
+79
2024-04-22
drm/vc4: hdmi: switch to struct drm_edid
Jani Nikula
1
-21
/
+25
2024-04-15
drm: vc4: Fix possible null pointer dereference
Aleksandr Mishin
1
-0
/
+2
2024-03-13
drm/vc4: hdmi: do not return negative values from .get_modes()
Jani Nikula
1
-1
/
+1
2024-01-16
ASoC: hdmi-codec: drop drm/drm_edid.h include
Jani Nikula
1
-0
/
+1
2023-12-13
drm/vc4: hdmi: Create destroy state implementation
Maxime Ripard
1
-1
/
+11
2023-08-30
Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-1
/
+5
2023-08-14
ASoC: drm/vc4: merge DAI call back functions into ops
Kuninori Morimoto
1
-1
/
+5
2023-07-21
drm: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-06-19
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+1
2023-06-15
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...
Dave Airlie
1
-1
/
+1
2023-06-09
drm/connector: Allow drivers to pass list of supported colorspaces
Harry Wentland
1
-1
/
+1
2023-06-08
drm/vc4: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-04-25
drm/vc4: hdmi: Add BT.2020 Support
Dave Stevenson
1
-0
/
+38
2023-04-25
drm/vc4: hdmi: Add BT.601 Support
Dave Stevenson
1
-0
/
+38
2023-04-25
drm/vc4: hdmi: Add a function to retrieve the CSC matrix
Dave Stevenson
1
-3
/
+21
2023-04-25
drm/vc4: hdmi: Rework the CSC matrices organization
Dave Stevenson
1
-45
/
+63
2023-04-25
drm/vc4: hdmi: Swap CSC matrix channels for YUV444
Dave Stevenson
1
-20
/
+19
2023-04-25
drm/vc4: hdmi: Rename full range helper
Dave Stevenson
1
-5
/
+5
2023-04-25
drm/vc4: hdmi: Add Broadcast RGB property to allow override of RGB range
Dave Stevenson
1
-4
/
+93
2023-04-25
drm/vc4: hdmi: Update all the planes if the TV margins are changed
Maxime Ripard
1
-0
/
+26
2023-04-06
drm/scdc-helper: Pimp SCDC debugs
Ville Syrjälä
1
-9
/
+12
2023-03-28
drm: Use of_property_present() for testing DT property presence
Rob Herring
1
-1
/
+1
2023-03-13
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-10
/
+11
2023-02-23
Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-11
/
+17
2023-02-16
Revert "drm/vc4: hdmi: Enforce the minimum rate at runtime_resume"
Maxime Ripard
1
-9
/
+0
2023-02-16
Revert "drm/vc4: hdmi: Fix HSM clock too low on Pi4"
Maxime Ripard
1
-17
/
+4
2023-02-16
drm/vc4: hdmi: Enable power domain before setting minimum
Maxime Ripard
1
-7
/
+7
2023-02-16
drm/vc4: hdmi: Replace hardcoded value by define
Maxime Ripard
1
-1
/
+3
2023-02-09
drm/vc4: hdmi: Always enable GCP with AVMUTE cleared
Dom Cobley
1
-9
/
+9
2023-01-26
drm/vc4: hdmi: make CEC adapter name unique
Hans Verkuil
1
-1
/
+2
2023-01-09
drm/vc4: hdmi: Correct interlaced timings again
Dave Stevenson
1
-2
/
+3
2023-01-02
drm/vc4: drop all currently held locks if deadlock happens
Maíra Canal
1
-1
/
+10
2022-12-22
drm/vc4: use new debugfs device-centered functions
Maíra Canal
1
-8
/
+4
2022-11-24
Backmerge tag 'v6.1-rc6' into drm-next
Dave Airlie
1
-11
/
+36
2022-11-15
drm/vc4: hdmi: Fix pointer dereference before check
José Expósito
1
-2
/
+4
2022-11-15
drm/vc4: hdmi: Pass vc4_hdmi to vc4_hdmi_supports_scrambling()
José Expósito
1
-5
/
+3
2022-11-04
Merge tag 'drm-misc-next-2022-11-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-12
/
+13
2022-11-03
drm/vc4: hdmi: Fix HSM clock too low on Pi4
maxime@cerno.tech
1
-4
/
+17
2022-11-03
drm/vc4: hdmi: Fix outdated function name in comment
maxime@cerno.tech
1
-3
/
+2
2022-11-03
drm/vc4: hdmi: Take our lock to reset the link
maxime@cerno.tech
1
-4
/
+17
2022-10-28
drm/vc4: hdmi: Add more checks for 4k resolutions
Dom Cobley
1
-2
/
+9
2022-10-28
drm/vc4: hdmi: Rework hdmi_enable_4kp60 detection code
Maxime Ripard
1
-11
/
+4
2022-10-28
drm/vc4: hdmi: Fix hdmi_enable_4kp60 detection
Maxime Ripard
1
-1
/
+2
2022-10-25
Merge tag 'drm-misc-next-2022-10-20' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2022-10-21
Merge tag 'drm-misc-fixes-2022-10-13' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-0
/
+29
2022-10-20
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
1
-278
/
+693
2022-10-13
drm/vc4: hdmi: Check the HSM rate at runtime_resume
Maxime Ripard
1
-0
/
+20
2022-10-13
drm/vc4: hdmi: Enforce the minimum rate at runtime_resume
Maxime Ripard
1
-0
/
+9
2022-10-10
drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambig...
Maxime Ripard
1
-1
/
+1
[next]