summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-09drm/vc4: hdmi: Update the CEC clock divider on HSM rate changeMaxime Ripard1-10/+29
2021-02-09drm/vc4: hdmi: Compute the CEC clock divider from the clock rateMaxime Ripard1-1/+3
2021-02-09drm/vc4: hdmi: Restore cec physical address on reconnectDom Cobley1-6/+18
2021-02-09drm/vc4: hdmi: Fix register offset with longer CEC messagesDom Cobley1-2/+15
2021-02-09drm/vc4: hdmi: Move hdmi reset to bindDom Cobley1-3/+3
2021-01-25Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie1-0/+1
2021-01-18drm/vc4: Unify PCM card's driver_nameNicolas Saenz Julienne1-0/+1
2020-12-16drm/vc4: hdmi: Enable 10/12 bpc outputMaxime Ripard1-1/+69
2020-12-16drm/vc4: hdmi: Limit the BCM2711 to the max without scramblingMaxime Ripard1-2/+4
2020-12-16drm/vc4: hdmi: Use the connector state pixel rate for the PHYMaxime Ripard1-1/+1
2020-12-16drm/vc4: hdmi: Store pixel frequency in the connector stateMaxime Ripard1-1/+25
2020-12-16drm/vc4: hdmi: Create a custom connector stateMaxime Ripard1-3/+30
2020-12-16drm/vc4: hdmi: Don't access the connector state in reset if kmalloc failsMaxime Ripard1-1/+3
2020-12-16drm/vc4: hdmi: Take into account the clock doubling flag in atomic_checkMaxime Ripard1-0/+3
2020-12-16drm/vc4: Pass the atomic state to encoder hooksMaxime Ripard1-5/+10
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-0/+48
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+1
2020-12-07drm/vc4: hdmi: Don't poll for the infoframes status on setupMaxime Ripard1-3/+7
2020-11-19drm/vc4: hdmi: Disable Wifi FrequenciesMaxime Ripard1-0/+21
2020-11-19drm/vc4: hdmi: Block odd horizontal timingsMaxime Ripard1-0/+12
2020-11-19drm/vc4: hdmi: Make sure our clock rate is within limitsMaxime Ripard1-0/+15
2020-11-18drm/vc4/vc4_hdmi: Remove set but unused variable 'ret'Lee Jones1-2/+1
2020-10-29drm/vc4: hdmi: Add a name to the codec DAI componentMaxime Ripard1-0/+1
2020-10-27drm/vc4: hdmi: Avoid sleeping in atomic contextMaxime Ripard1-2/+3
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-650/+1000
2020-09-10drm/vc4: hdmi: Fix NULL vs IS_ERR() checks in vc5_hdmi_init_resources()Dan Carpenter1-16/+16
2020-09-09drm/vc4/vc4_hdmi: fill ASoC card ownerMarek Szyprowski1-0/+1
2020-09-07drm/vc4: hdmi: Support the BCM2711 HDMI controllersMaxime Ripard1-0/+284
2020-09-07drm/vc4: hdmi: Add pixel BVB clock controlHoegeun Kwon1-0/+23
2020-09-07drm/vc4: hdmi: Switch to blank pixels when disabledMaxime Ripard1-0/+9
2020-09-07drm/vc4: hdmi: Do the VID_CTL configuration at onceMaxime Ripard1-8/+6
2020-09-07drm/vc4: hdmi: Implement finer-grained hooksMaxime Ripard1-4/+35
2020-09-07drm/vc4: hdmi: Always recenter the HDMI FIFOMaxime Ripard1-20/+26
2020-09-07drm/vc4: hdmi: Remove register dumps in enableMaxime Ripard1-17/+0
2020-09-07drm/vc4: hdmi: Deal with multiple ALSA cardsMaxime Ripard1-1/+2
2020-09-07drm/vc4: hdmi: Add audio-related callbacksDave Stevenson1-8/+17
2020-09-07drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default.Dave Stevenson1-1/+2
2020-09-07drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streamingDave Stevenson1-0/+12
2020-09-07drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registersDave Stevenson1-1/+8
2020-09-07drm/vc4: hdmi: Use clk_set_min_rate insteadMaxime Ripard1-1/+1
2020-09-07drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rateMaxime Ripard1-41/+38
2020-09-07drm/vc4: hdmi: Rename drm_encoder pointer in mode_validMaxime Ripard1-1/+1
2020-09-07drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV defineMaxime Ripard1-1/+0
2020-09-07drm/vc4: hdmi: Add CEC support flagMaxime Ripard1-0/+4
2020-09-07drm/vc4: hdmi: Move CEC init to its own functionMaxime Ripard1-41/+67
2020-09-07drm/vc4: hdmi: Deal with multiple debugfs filesMaxime Ripard1-1/+4
2020-09-07drm/vc4: hdmi: Store the encoder type in the variant structureMaxime Ripard1-1/+2
2020-09-07drm/vc4: hdmi: Add a set_timings callbackMaxime Ripard1-32/+40
2020-09-07drm/vc4: hdmi: Add a CSC setup callbackMaxime Ripard1-28/+42
2020-09-07drm/vc4: hdmi: Add PHY RNG enable / disable functionMaxime Ripard1-6/+9