aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-8/+0
2021-11-05drm/vc4: hdmi: Introduce a scdc_enabled flagMaxime Ripard2-10/+18
2021-11-05drm/vc4: hdmi: Introduce an output_enabled flagMaxime Ripard2-4/+18
2021-11-05drm/vc4: hdmi: Check the device state in prepare()Maxime Ripard1-7/+28
2021-11-05drm/vc4: hdmi: Prevent access to crtc->state outside of KMSMaxime Ripard2-12/+32
2021-11-05drm/vc4: hdmi: Use a mutex to prevent concurrent framework accessMaxime Ripard2-6/+126
2021-11-05drm/vc4: hdmi: Add a spinlock to protect register accessMaxime Ripard4-10/+236
2021-11-05drm/vc4: crtc: Copy assigned channel to the CRTCMaxime Ripard4-2/+24
2021-11-05drm/vc4: Fix non-blocking commit getting stuck foreverMaxime Ripard3-3/+23
2021-11-05drm/vc4: crtc: Drop feed_txp from stateMaxime Ripard5-10/+12
2021-11-04drm/vc4: Increase the core clock based on HVS loadMaxime Ripard3-9/+118
2021-11-04drm/vc4: hdmi: Enable the scrambler on reconnectionMaxime Ripard1-0/+3
2021-11-04drm/vc4: hdmi: Raise the maximum clock rateMaxime Ripard1-1/+1
2021-11-04drm/vc4: Leverage the load tracker on the BCM2711Maxime Ripard4-21/+10
2021-11-04drm/vc4: crtc: Add some loggingMaxime Ripard1-0/+6
2021-11-04drm/vc4: crtc: Rework the encoder retrieval code (again)Maxime Ripard2-24/+10
2021-11-04drm/vc4: crtc: Add encoder to vc4_crtc_config_pv prototypeMaxime Ripard1-4/+3
2021-11-04drm/vc4: Make vc4_crtc_get_encoder publicMaxime Ripard2-4/+9
2021-11-04drm/vc4: hdmi: Fix HPD GPIO detectionMaxime Ripard1-3/+3
2021-11-04drm/vc4: hdmi: Remove the DDC probing for status detectionMaxime Ripard1-2/+0
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie1-8/+0
2021-10-25drm/vc4: crtc: Make sure the HDMI controller is powered when disablingMaxime Ripard1-1/+18
2021-10-25drm/vc4: hdmi: Warn if we access the controller while disabledMaxime Ripard1-0/+6
2021-10-25drm/vc4: hdmi: Make sure the device is powered with CECMaxime Ripard1-1/+9
2021-10-25drm/vc4: hdmi: Split the CEC disable / enable functions in twoMaxime Ripard1-30/+45
2021-10-25drm/vc4: hdmi: Rework the pre_crtc_configure error handlingMaxime Ripard1-6/+14
2021-10-25drm/vc4: hdmi: Make sure the controller is powered up during bindMaxime Ripard1-2/+15
2021-10-25drm/vc4: hdmi: Make sure the controller is powered in detectMaxime Ripard1-0/+4
2021-10-25drm/vc4: hdmi: Move the HSM clock enable to runtime_pmMaxime Ripard1-26/+44
2021-10-25drm/vc4: hdmi: Set a default HSM rateMaxime Ripard1-0/+14
2021-10-11Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+3
2021-10-06drm/vc4: hdmi: Remove unused structMaxime Ripard1-8/+0
2021-09-28drm/vc4: hdmi: Actually check for the connector status in hotplugMaxime Ripard1-2/+3
2021-09-22Merge tag 'drm-misc-next-2021-09-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie3-39/+10
2021-09-19Revert "drm/vc4: hdmi: Remove drm_encoder->crtc usage"Linus Torvalds1-27/+13
2021-09-19Revert drm/vc4 hdmi runtime PM changesLinus Torvalds1-34/+10
2021-09-14drm/vc4: dsi: Switch to devm_drm_of_get_bridgeMaxime Ripard1-24/+4
2021-09-14drm/vc4: dpi: Switch to devm_drm_of_get_bridgeMaxime Ripard1-11/+4
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2021-09-01drm/vc4: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-4/+2
2021-08-18drm/vc4: hdmi: make vc4_hdmi_codec_pdata staticJiapeng Chong1-1/+1
2021-08-10drm/vc4: Convert to Linux IRQ interfacesThomas Zimmermann4-24/+53
2021-07-30Merge tag 'drm-misc-next-2021-07-29' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2-28/+12
2021-07-29drm/vc4: hdmi: Remove unused structMaxime Ripard1-12/+0
2021-07-29drm/vc4: hdmi: Remove redundant variablesMaxime Ripard2-16/+12
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-3/+1
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie1-16/+33
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie6-202/+259
2021-07-15drm/vc4: hdmi: Remove drm_encoder->crtc usageMaxime Ripard1-13/+27
2021-07-15drm/vc4: hdmi: Only call into DRM framework if registeredMaxime Ripard1-1/+1