summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: hdmi: Don't register the CEC adapter if there's no interruptsMaxime Ripard2021-02-091-0/+6
* drm/vc4: hdmi: Remove cec_available flagDom Cobley2021-02-091-4/+0
* drm/vc4: hdmi: Support BCM2711 CEC interrupt setupMaxime Ripard2021-02-091-10/+32
* drm/vc4: hdmi: Split the interrupt handlersMaxime Ripard2021-02-091-21/+65
* drm/vc4: hdmi: Introduce a CEC clockMaxime Ripard2021-02-091-1/+8
* drm/vc4: hdmi: Update the CEC clock divider on HSM rate changeMaxime Ripard2021-02-091-10/+29
* drm/vc4: hdmi: Compute the CEC clock divider from the clock rateMaxime Ripard2021-02-091-1/+3
* drm/vc4: hdmi: Restore cec physical address on reconnectDom Cobley2021-02-091-6/+18
* drm/vc4: hdmi: Fix register offset with longer CEC messagesDom Cobley2021-02-091-2/+15
* drm/vc4: hdmi: Move hdmi reset to bindDom Cobley2021-02-091-3/+3
* Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2021-01-251-0/+1
|\
| * drm/vc4: Unify PCM card's driver_nameNicolas Saenz Julienne2021-01-181-0/+1
* | drm/vc4: hdmi: Enable 10/12 bpc outputMaxime Ripard2020-12-161-1/+69
* | drm/vc4: hdmi: Limit the BCM2711 to the max without scramblingMaxime Ripard2020-12-161-2/+4
* | drm/vc4: hdmi: Use the connector state pixel rate for the PHYMaxime Ripard2020-12-161-1/+1
* | drm/vc4: hdmi: Store pixel frequency in the connector stateMaxime Ripard2020-12-161-1/+25
* | drm/vc4: hdmi: Create a custom connector stateMaxime Ripard2020-12-161-3/+30
* | drm/vc4: hdmi: Don't access the connector state in reset if kmalloc failsMaxime Ripard2020-12-161-1/+3
* | drm/vc4: hdmi: Take into account the clock doubling flag in atomic_checkMaxime Ripard2020-12-161-0/+3
* | drm/vc4: Pass the atomic state to encoder hooksMaxime Ripard2020-12-161-5/+10
* | Merge drm/drm-next into drm-misc-nextMaarten Lankhorst2020-12-151-0/+48
|\|
| * Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-141-2/+1
| |\
| * | drm/vc4: hdmi: Disable Wifi FrequenciesMaxime Ripard2020-11-191-0/+21
| * | drm/vc4: hdmi: Block odd horizontal timingsMaxime Ripard2020-11-191-0/+12
| * | drm/vc4: hdmi: Make sure our clock rate is within limitsMaxime Ripard2020-11-191-0/+15
* | | drm/vc4: hdmi: Don't poll for the infoframes status on setupMaxime Ripard2020-12-071-3/+7
| |/ |/|
* | drm/vc4/vc4_hdmi: Remove set but unused variable 'ret'Lee Jones2020-11-181-2/+1
|/
* drm/vc4: hdmi: Add a name to the codec DAI componentMaxime Ripard2020-10-291-0/+1
* drm/vc4: hdmi: Avoid sleeping in atomic contextMaxime Ripard2020-10-271-2/+3
* Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-151-650/+1000
|\
| * drm/vc4: hdmi: Fix NULL vs IS_ERR() checks in vc5_hdmi_init_resources()Dan Carpenter2020-09-101-16/+16
| * drm/vc4: hdmi: Support the BCM2711 HDMI controllersMaxime Ripard2020-09-071-0/+284
| * drm/vc4: hdmi: Add pixel BVB clock controlHoegeun Kwon2020-09-071-0/+23
| * drm/vc4: hdmi: Switch to blank pixels when disabledMaxime Ripard2020-09-071-0/+9
| * drm/vc4: hdmi: Do the VID_CTL configuration at onceMaxime Ripard2020-09-071-8/+6
| * drm/vc4: hdmi: Implement finer-grained hooksMaxime Ripard2020-09-071-4/+35
| * drm/vc4: hdmi: Always recenter the HDMI FIFOMaxime Ripard2020-09-071-20/+26
| * drm/vc4: hdmi: Remove register dumps in enableMaxime Ripard2020-09-071-17/+0
| * drm/vc4: hdmi: Deal with multiple ALSA cardsMaxime Ripard2020-09-071-1/+2
| * drm/vc4: hdmi: Add audio-related callbacksDave Stevenson2020-09-071-8/+17
| * drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default.Dave Stevenson2020-09-071-1/+2
| * drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streamingDave Stevenson2020-09-071-0/+12
| * drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registersDave Stevenson2020-09-071-1/+8
| * drm/vc4: hdmi: Use clk_set_min_rate insteadMaxime Ripard2020-09-071-1/+1
| * drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rateMaxime Ripard2020-09-071-41/+38
| * drm/vc4: hdmi: Rename drm_encoder pointer in mode_validMaxime Ripard2020-09-071-1/+1
| * drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV defineMaxime Ripard2020-09-071-1/+0
| * drm/vc4: hdmi: Add CEC support flagMaxime Ripard2020-09-071-0/+4
| * drm/vc4: hdmi: Move CEC init to its own functionMaxime Ripard2020-09-071-41/+67
| * drm/vc4: hdmi: Deal with multiple debugfs filesMaxime Ripard2020-09-071-1/+4