summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-14drm/vc4: hdmi: Avoid log spam for audio start failureDom Cobley1-1/+1
2024-12-14drm/vc4: hdmi: Avoid hang with debug registers when suspendedDom Cobley1-0/+4
2024-10-17drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_getStefan Wahren1-1/+7
2024-06-12drm: vc4: Fix possible null pointer dereferenceAleksandr Mishin1-0/+2
2024-04-03drm/vc4: hdmi: do not return negative values from .get_modes()Jani Nikula1-1/+1
2023-03-10drm/vc4: hdmi: Correct interlaced timings againDave Stevenson1-2/+3
2023-03-10drm/vc4: drop all currently held locks if deadlock happensMaíra Canal1-1/+10
2023-02-09drm/vc4: hdmi: make CEC adapter name uniqueHans Verkuil1-1/+2
2022-11-03drm/vc4: hdmi: Fix HSM clock too low on Pi4maxime@cerno.tech1-4/+17
2022-11-03drm/vc4: hdmi: Fix outdated function name in commentmaxime@cerno.tech1-3/+2
2022-11-03drm/vc4: hdmi: Take our lock to reset the linkmaxime@cerno.tech1-4/+17
2022-10-20Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann1-278/+693
2022-10-13drm/vc4: hdmi: Check the HSM rate at runtime_resumeMaxime Ripard1-0/+20
2022-10-13drm/vc4: hdmi: Enforce the minimum rate at runtime_resumeMaxime Ripard1-0/+9
2022-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+1
2022-09-13drm/vc4: hdmi: Reset link on hotplugMaxime Ripard1-3/+101
2022-09-13drm/vc4: hdmi: Move vc4_hdmi_supports_scrambling() aroundMaxime Ripard1-17/+17
2022-09-13drm/vc4: hdmi: Switch to detect_ctxMaxime Ripard1-3/+4
2022-09-13drm/vc4: hdmi: Simplify the hotplug handlingMaxime Ripard1-22/+41
2022-09-13drm/vc4: hdmi: Remove mutex in detectMaxime Ripard1-55/+33
2022-09-13drm/vc4: hdmi: Remove unused argument in vc4_hdmi_supports_scramblingMaxime Ripard1-3/+2
2022-09-13drm/vc4: hdmi: Constify drm_display_modeMaxime Ripard1-8/+8
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+5
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter1-184/+500
2022-08-25drm/vc4: hdmi: unlock mutex when device is unpluggedDanilo Krummrich1-2/+5
2022-08-18drm/vc4: hdmi: Rework power upMaxime Ripard1-8/+7
2022-08-18drm/vc4: hdmi: Depends on CONFIG_PMMaxime Ripard1-1/+1
2022-08-15drm/vc4: Drop of_gpio headerMaíra Canal1-1/+0
2022-08-06Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+1
2022-07-13drm/vc4: Switch to drmm_mutex_initMaxime Ripard1-1/+4
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard1-5/+21
2022-07-13drm/vc4: hdmi: Switch to devm_pm_runtime_enableMaxime Ripard1-11/+4
2022-07-13drm/vc4: hdmi: Protect device resources after removalMaxime Ripard1-17/+291
2022-07-13drm/vc4: hdmi: Move audio structure offset checksMaxime Ripard1-20/+20
2022-07-13drm/vc4: hdmi: Use devm to register hotplug interruptsMaxime Ripard1-30/+11
2022-07-13drm/vc4: hdmi: Switch to DRM-managed kfree to build regsetsMaxime Ripard1-17/+29
2022-07-13drm/vc4: hdmi: Use a device-managed action for DDCMaxime Ripard1-6/+12
2022-07-13drm/vc4: hdmi: Switch to device-managed CEC initializationMaxime Ripard1-44/+50
2022-07-13drm/vc4: hdmi: Switch to device-managed ALSA initializationMaxime Ripard1-7/+36
2022-07-13drm/vc4: hdmi: Switch to DRM-managed connector initializationMaxime Ripard1-9/+8
2022-07-13drm/vc4: hdmi: Switch to DRM-managed encoder initializationMaxime Ripard1-5/+9
2022-07-13drm/vc4: hdmi: Remove call to drm_connector_unregister()Maxime Ripard1-9/+3
2022-07-13drm/vc4: hdmi: Switch to drmm_kzallocMaxime Ripard1-1/+2
2022-07-13Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-1/+1
2022-07-08drm/vc4: hdmi: Rework power upMaxime Ripard1-8/+7
2022-07-08drm/vc4: hdmi: Depends on CONFIG_PMMaxime Ripard1-1/+1
2022-06-28drm/vc4: hdmi: Move pixel doubling from Pixelvalve to HDMI blockDave Stevenson1-6/+28
2022-06-28drm/vc4: hdmi: Correct HDMI timing registers for interlaced modesDave Stevenson1-4/+4
2022-06-28drm/vc4: hdmi: Force modeset when bpc or format changesDom Cobley1-1/+11