aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_hdmi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-05drm/vc4: hdmi: Introduce a scdc_enabled flagMaxime Ripard1-0/+6
2021-11-05drm/vc4: hdmi: Introduce an output_enabled flagMaxime Ripard1-0/+6
2021-11-05drm/vc4: hdmi: Prevent access to crtc->state outside of KMSMaxime Ripard1-0/+6
2021-11-05drm/vc4: hdmi: Use a mutex to prevent concurrent framework accessMaxime Ripard1-0/+14
2021-11-05drm/vc4: hdmi: Add a spinlock to protect register accessMaxime Ripard1-0/+5
2021-07-29drm/vc4: hdmi: Remove redundant variablesMaxime Ripard1-2/+0
2021-06-23drm/vc4: hdmi: Register HDMI codecMaxime Ripard1-2/+1
2021-06-07drm/vc4: hdmi: Convert to gpiodMaxime Ripard1-2/+1
2021-05-24drm/vc4: hdmi: Add a workqueue to set scramblingMaxime Ripard1-0/+2
2021-05-24drm/vc4: hdmi: Check and warn if we can't reach 4kp60 frequenciesMaxime Ripard1-0/+8
2021-05-07drm/vc4: Add HDR metadata property to the VC5 HDMI connectorsDave Stevenson1-0/+3
2021-01-28drm/vc4: hdmi: Remove cec_available flagDom Cobley1-3/+0
2021-01-28drm/vc4: hdmi: Support BCM2711 CEC interrupt setupMaxime Ripard1-0/+7
2021-01-28drm/vc4: hdmi: Introduce a CEC clockMaxime Ripard1-0/+1
2020-12-16drm/vc4: hdmi: Enable 10/12 bpc outputMaxime Ripard1-0/+1
2020-12-16drm/vc4: hdmi: Use the connector state pixel rate for the PHYMaxime Ripard1-6/+5
2020-12-16drm/vc4: hdmi: Store pixel frequency in the connector stateMaxime Ripard1-0/+1
2020-12-16drm/vc4: hdmi: Create a custom connector stateMaxime Ripard1-0/+10
2020-11-19drm/vc4: hdmi: Disable Wifi FrequenciesMaxime Ripard1-0/+8
2020-11-19drm/vc4: hdmi: Block odd horizontal timingsMaxime Ripard1-0/+3
2020-09-07drm/vc4: hdmi: Support the BCM2711 HDMI controllersMaxime Ripard1-0/+36
2020-09-07drm/vc4: hdmi: Add pixel BVB clock controlHoegeun Kwon1-0/+1
2020-09-07drm/vc4: hdmi: Deal with multiple ALSA cardsMaxime Ripard1-0/+3
2020-09-07drm/vc4: hdmi: Add audio-related callbacksDave Stevenson1-0/+4
2020-09-07drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streamingDave Stevenson1-0/+2
2020-09-07drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rateMaxime Ripard1-0/+3
2020-09-07drm/vc4: hdmi: Add CEC support flagMaxime Ripard1-0/+3
2020-09-07drm/vc4: hdmi: Deal with multiple debugfs filesMaxime Ripard1-0/+3
2020-09-07drm/vc4: hdmi: Store the encoder type in the variant structureMaxime Ripard1-0/+3
2020-09-07drm/vc4: hdmi: Add a set_timings callbackMaxime Ripard1-0/+4
2020-09-07drm/vc4: hdmi: Add a CSC setup callbackMaxime Ripard1-0/+3
2020-09-07drm/vc4: hdmi: Add PHY RNG enable / disable functionMaxime Ripard1-0/+8
2020-09-07drm/vc4: hdmi: Add PHY init and disable functionMaxime Ripard1-0/+13
2020-09-07drm/vc4: hdmi: Add reset callbackMaxime Ripard1-0/+3
2020-09-07drm/vc4: hdmi: Implement a register layout abstractionMaxime Ripard1-5/+7
2020-09-07drm/vc4: hdmi: Introduce resource init and variantMaxime Ripard1-0/+10
2020-09-07drm/vc4: hdmi: Remove vc4_hdmi_connectorMaxime Ripard1-21/+2
2020-09-07drm/vc4: hdmi: Retrieve the vc4_hdmi at unbind using our deviceMaxime Ripard1-2/+2
2020-09-07drm/vc4: hdmi: Add container_of macros for encoders and connectorsMaxime Ripard1-0/+16
2020-09-07drm/vc4: hdmi: Move accessors to vc4_hdmiMaxime Ripard1-4/+4
2020-09-07drm/vc4: hdmi: rework connectors and encodersMaxime Ripard1-32/+32
2020-09-07drm/vc4: hdmi: Move structure to headerMaxime Ripard1-0/+86