summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_hdmi.c
AgeCommit message (Expand)Author
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-02-21drm/vc4: Use drm_mode_copy()Ville Syrjälä
2022-02-17drm/vc4: hdmi: Unregister codec device on unbindMaxime Ripard
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie
2022-02-03drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd.Dave Stevenson
2022-02-03drm/vc4: hdmi: Don't try disabling SCDC on Pi0-3.Dave Stevenson
2022-02-03drm/vc4: hdmi: Ensure we don't use 2711 HPD registers on Pi0-3Dave Stevenson
2022-02-02drm/vc4: hdmi: Simplify the connector state retrievalMaxime Ripard
2022-01-25drm/vc4: hdmi: Change CSC callback prototypeMaxime Ripard
2022-01-25drm/vc4: hdmi: Define colorspace matricesMaxime Ripard
2022-01-25drm/vc4: hdmi: Replace CSC_CTL hardcoded value by definesMaxime Ripard
2022-01-25drm/vc4: hdmi: Move XBAR setup to csc_setupMaxime Ripard
2022-01-25drm/vc4: hdmi: Use full range helper in csc functionsMaxime Ripard
2022-01-25drm/vc4: hdmi: Add full range RGB helperMaxime Ripard
2022-01-25drm/edid: Rename drm_hdmi_avi_infoframe_colorspace to _colorimetryMaxime Ripard
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-11-05drm/vc4: hdmi: Introduce a scdc_enabled flagMaxime Ripard
2021-11-05drm/vc4: hdmi: Introduce an output_enabled flagMaxime Ripard
2021-11-05drm/vc4: hdmi: Check the device state in prepare()Maxime Ripard
2021-11-05drm/vc4: hdmi: Prevent access to crtc->state outside of KMSMaxime Ripard
2021-11-05drm/vc4: hdmi: Use a mutex to prevent concurrent framework accessMaxime Ripard
2021-11-05drm/vc4: hdmi: Add a spinlock to protect register accessMaxime Ripard
2021-11-04drm/vc4: hdmi: Enable the scrambler on reconnectionMaxime Ripard
2021-11-04drm/vc4: hdmi: Raise the maximum clock rateMaxime Ripard
2021-11-04drm/vc4: hdmi: Fix HPD GPIO detectionMaxime Ripard
2021-11-04drm/vc4: hdmi: Remove the DDC probing for status detectionMaxime Ripard
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie
2021-10-25drm/vc4: hdmi: Make sure the device is powered with CECMaxime Ripard
2021-10-25drm/vc4: hdmi: Split the CEC disable / enable functions in twoMaxime Ripard
2021-10-25drm/vc4: hdmi: Rework the pre_crtc_configure error handlingMaxime Ripard
2021-10-25drm/vc4: hdmi: Make sure the controller is powered up during bindMaxime Ripard
2021-10-25drm/vc4: hdmi: Make sure the controller is powered in detectMaxime Ripard
2021-10-25drm/vc4: hdmi: Move the HSM clock enable to runtime_pmMaxime Ripard
2021-10-25drm/vc4: hdmi: Set a default HSM rateMaxime Ripard
2021-10-11Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-10-06drm/vc4: hdmi: Remove unused structMaxime Ripard
2021-09-28drm/vc4: hdmi: Actually check for the connector status in hotplugMaxime Ripard
2021-09-19Revert "drm/vc4: hdmi: Remove drm_encoder->crtc usage"Linus Torvalds
2021-09-19Revert drm/vc4 hdmi runtime PM changesLinus Torvalds
2021-08-18drm/vc4: hdmi: make vc4_hdmi_codec_pdata staticJiapeng Chong
2021-07-29drm/vc4: hdmi: Remove unused structMaxime Ripard
2021-07-29drm/vc4: hdmi: Remove redundant variablesMaxime Ripard
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-15drm/vc4: hdmi: Remove drm_encoder->crtc usageMaxime Ripard
2021-07-15drm/vc4: hdmi: Only call into DRM framework if registeredMaxime Ripard
2021-07-15drm/vc4: hdmi: Drop devm interrupt handler for hotplug interruptsMaxime Ripard
2021-07-15drm/vc4: hdmi: Drop devm interrupt handler for CEC interruptsMaxime Ripard
2021-07-06drm: vc4: Fix pixel-wrap issue with DVP teardownTim Gover