summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-181-8/+0
|\
| * BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie2021-10-281-8/+0
| |\
| | * drm/vc4: hdmi: Remove unused structMaxime Ripard2021-10-061-8/+0
* | | drm/vc4: hdmi: Introduce a scdc_enabled flagMaxime Ripard2021-11-051-10/+12
* | | drm/vc4: hdmi: Introduce an output_enabled flagMaxime Ripard2021-11-051-4/+12
* | | drm/vc4: hdmi: Check the device state in prepare()Maxime Ripard2021-11-051-7/+28
* | | drm/vc4: hdmi: Prevent access to crtc->state outside of KMSMaxime Ripard2021-11-051-12/+26
* | | drm/vc4: hdmi: Use a mutex to prevent concurrent framework accessMaxime Ripard2021-11-051-6/+112
* | | drm/vc4: hdmi: Add a spinlock to protect register accessMaxime Ripard2021-11-051-10/+192
* | | drm/vc4: hdmi: Enable the scrambler on reconnectionMaxime Ripard2021-11-041-0/+3
* | | drm/vc4: hdmi: Raise the maximum clock rateMaxime Ripard2021-11-041-1/+1
* | | drm/vc4: hdmi: Fix HPD GPIO detectionMaxime Ripard2021-11-041-3/+3
* | | drm/vc4: hdmi: Remove the DDC probing for status detectionMaxime Ripard2021-11-041-2/+0
* | | drm/vc4: hdmi: Make sure the device is powered with CECMaxime Ripard2021-10-251-1/+9
* | | drm/vc4: hdmi: Split the CEC disable / enable functions in twoMaxime Ripard2021-10-251-30/+45
* | | drm/vc4: hdmi: Rework the pre_crtc_configure error handlingMaxime Ripard2021-10-251-6/+14
* | | drm/vc4: hdmi: Make sure the controller is powered up during bindMaxime Ripard2021-10-251-2/+15
* | | drm/vc4: hdmi: Make sure the controller is powered in detectMaxime Ripard2021-10-251-0/+4
* | | drm/vc4: hdmi: Move the HSM clock enable to runtime_pmMaxime Ripard2021-10-251-26/+44
* | | drm/vc4: hdmi: Set a default HSM rateMaxime Ripard2021-10-251-0/+14
|/ /
* | Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-10-111-2/+3
|\ \ | |/ |/|
| * drm/vc4: hdmi: Actually check for the connector status in hotplugMaxime Ripard2021-09-281-2/+3
* | Revert "drm/vc4: hdmi: Remove drm_encoder->crtc usage"Linus Torvalds2021-09-191-27/+13
* | Revert drm/vc4 hdmi runtime PM changesLinus Torvalds2021-09-191-34/+10
|/
* drm/vc4: hdmi: make vc4_hdmi_codec_pdata staticJiapeng Chong2021-08-181-1/+1
* drm/vc4: hdmi: Remove unused structMaxime Ripard2021-07-291-12/+0
* drm/vc4: hdmi: Remove redundant variablesMaxime Ripard2021-07-291-14/+12
* Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie2021-07-261-16/+33
|\
| * drm/vc4: hdmi: Drop devm interrupt handler for CEC interruptsMaxime Ripard2021-07-151-16/+33
* | Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-211-198/+226
|\ \ | |/ |/|
| * drm/vc4: hdmi: Remove drm_encoder->crtc usageMaxime Ripard2021-07-151-13/+27
| * drm/vc4: hdmi: Only call into DRM framework if registeredMaxime Ripard2021-07-151-1/+1
| * drm/vc4: hdmi: Drop devm interrupt handler for hotplug interruptsMaxime Ripard2021-07-151-13/+28
| * drm: vc4: Fix pixel-wrap issue with DVP teardownTim Gover2021-07-061-7/+8
| * drm/vc4: hdmi: Limit noise when deferring snd card registrationNicolas Saenz Julienne2021-07-061-1/+1
| * drm/vc4: hdmi: Register HDMI codecMaxime Ripard2021-06-231-165/+77
| * drm/vc4: hdmi: Remove firmware logic for MAI threshold settingDom Cobley2021-06-231-16/+6
| * drm/vc4: hdmi: Set VC4_HDMI_MAI_CONFIG_FORMAT_REVERSEDom Cobley2021-06-231-0/+1
| * drm/vc4: hdmi: Set HDMI_MAI_FMTDom Cobley2021-06-231-0/+48
| * drm/vc4: hdmi: Set HD_CTL_WHOLSMP and HD_CTL_CHALIGN_SETDom Cobley2021-06-231-1/+3
| * drm/vc4: hdmi: Rely on interrupts to handle hotplugMaxime Ripard2021-06-161-0/+45
* | Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-07-011-28/+206
|\|
| * drm/vc4: hdmi: Convert to gpiodMaxime Ripard2021-06-071-17/+7
| * drm/vc4: hdmi: Fix error path of hpd-gpiosMaxime Ripard2021-06-071-2/+2
| * drm/vc4: hdmi: Fix PM reference leak in vc4_hdmi_encoder_pre_crtc_co()Zou Wei2021-05-251-1/+1
| * drm/vc4: hdmi: Add a workqueue to set scramblingMaxime Ripard2021-05-241-0/+25
| * drm/vc4: hdmi: Enable the scramblerMaxime Ripard2021-05-241-0/+64
| * drm/vc4: hdmi: Check and warn if we can't reach 4kp60 frequenciesMaxime Ripard2021-05-241-0/+31
| * drm/vc4: hdmi: Properly compute the BVB clock rateMaxime Ripard2021-05-241-8/+9
| * drm/vc4: hdmi: Prevent clock unbalanceMaxime Ripard2021-05-241-0/+8