summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-19drm/vc4: fix infinite EPROBE_DEFER loopGabriel Dalimonte1-6/+6
2025-06-19drm/vc4: hdmi: Call HDMI hotplug helper on disconnectStefan Wahren1-2/+2
2025-03-03drm/vc4: hdmi: Fix some NULL vs IS_ERR() bugsDan Carpenter1-14/+14
2025-02-26drm/vc4: move to devm_platform_ioremap_resource() usageAnusha Srivatsa1-35/+18
2025-02-13drm/vc4: hdmi: Use drm_atomic_helper_reset_crtc()Herve Codina1-29/+1
2025-01-04drm/vc4: hdmi: use drm_atomic_helper_connector_hdmi_hotplug()Dmitry Baryshkov1-6/+3
2025-01-04drm/vc4: hdmi: stop rereading EDID in get_modes()Dmitry Baryshkov1-21/+0
2025-01-04drm/vc4: hdmi: switch to using generic HDMI Codec infrastructureDmitry Baryshkov1-55/+19
2024-12-16drm/vc4: hdmi: use eld_mutex to protect access to connector->eldDmitry Baryshkov1-2/+2
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+1
2024-12-05drm/vc4: use drm_hdmi_connector_mode_valid()Dmitry Baryshkov1-3/+2
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-27drm/vc4: hdmi: Support 2712 D-step register mapDave Stevenson1-2/+17
2024-11-27drm/vc4: hdmi: Add support for BCM2712 HDMI controllersMaxime Ripard1-6/+82
2024-09-09drm/vc4: Introduce generation number enumMaxime Ripard1-1/+1
2024-09-09drm/vc4: hvs: Remove ABORT_ON_EMPTY flagDom Cobley1-0/+1
2024-09-09drm/vc4: hdmi: Avoid hang with debug registers when suspendedDom Cobley1-0/+4
2024-09-09drm/vc4: hdmi: Increase audio MAI fifo dreq thresholdDom Cobley1-5/+13
2024-09-09drm/vc4: hdmi: Avoid log spam for audio start failureDom Cobley1-1/+1
2024-08-22drm/vc4: Get the rid of DRM_ERROR()Stefan Wahren1-18/+18
2024-08-22drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_getStefan Wahren1-1/+7
2024-05-28drm/vc4: hdmi: Switch to HDMI connectorMaxime Ripard1-565/+79
2024-04-22drm/vc4: hdmi: switch to struct drm_edidJani Nikula1-21/+25
2024-04-15drm: vc4: Fix possible null pointer dereferenceAleksandr Mishin1-0/+2
2024-03-13drm/vc4: hdmi: do not return negative values from .get_modes()Jani Nikula1-1/+1
2024-01-16ASoC: hdmi-codec: drop drm/drm_edid.h includeJani Nikula1-0/+1
2023-12-13drm/vc4: hdmi: Create destroy state implementationMaxime Ripard1-1/+11
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+5
2023-08-14ASoC: drm/vc4: merge DAI call back functions into opsKuninori Morimoto1-1/+5
2023-07-21drm: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-19Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2023-06-15Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie1-1/+1
2023-06-09drm/connector: Allow drivers to pass list of supported colorspacesHarry Wentland1-1/+1
2023-06-08drm/vc4: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-25drm/vc4: hdmi: Add BT.2020 SupportDave Stevenson1-0/+38
2023-04-25drm/vc4: hdmi: Add BT.601 SupportDave Stevenson1-0/+38
2023-04-25drm/vc4: hdmi: Add a function to retrieve the CSC matrixDave Stevenson1-3/+21
2023-04-25drm/vc4: hdmi: Rework the CSC matrices organizationDave Stevenson1-45/+63
2023-04-25drm/vc4: hdmi: Swap CSC matrix channels for YUV444Dave Stevenson1-20/+19
2023-04-25drm/vc4: hdmi: Rename full range helperDave Stevenson1-5/+5
2023-04-25drm/vc4: hdmi: Add Broadcast RGB property to allow override of RGB rangeDave Stevenson1-4/+93
2023-04-25drm/vc4: hdmi: Update all the planes if the TV margins are changedMaxime Ripard1-0/+26
2023-04-06drm/scdc-helper: Pimp SCDC debugsVille Syrjälä1-9/+12
2023-03-28drm: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-03-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-10/+11
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-11/+17
2023-02-16Revert "drm/vc4: hdmi: Enforce the minimum rate at runtime_resume"Maxime Ripard1-9/+0
2023-02-16Revert "drm/vc4: hdmi: Fix HSM clock too low on Pi4"Maxime Ripard1-17/+4
2023-02-16drm/vc4: hdmi: Enable power domain before setting minimumMaxime Ripard1-7/+7
2023-02-16drm/vc4: hdmi: Replace hardcoded value by defineMaxime Ripard1-1/+3