summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: Fix deadlock on DSI device attach errorPadmanabha Srinivasaiah2022-01-191-10/+4
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-12-161-30/+25
|\
| * drm/vc4: kms: Wait for the commit before increasing our clock rateMaxime Ripard2021-12-151-8/+7
| * Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-142-23/+19
| |\
| | * drm/vc4: kms: Fix previous HVS commit waitMaxime Ripard2021-11-291-8/+2
| | * drm/vc4: kms: Don't duplicate pending commitMaxime Ripard2021-11-291-6/+0
| | * drm/vc4: kms: Clear the HVS FIFO commit pointer once doneMaxime Ripard2021-11-291-0/+1
| | * drm/vc4: kms: Add missing drm_crtc_commit_putMaxime Ripard2021-11-291-1/+8
| | * drm/vc4: kms: Fix return code checkMaxime Ripard2021-11-291-5/+5
| | * drm/vc4: kms: Wait for the commit before increasing our clock rateMaxime Ripard2021-11-291-3/+3
| | * drm/vc4: fix error code in vc4_create_object()Dan Carpenter2021-11-191-1/+1
* | | drm/vc4: plane: Add support for YUV color encodings and rangesDave Stevenson2021-12-162-8/+82
* | | drm/vc4: plane: Add support for DRM_FORMAT_P030Dave Stevenson2021-12-161-31/+96
|/ /
* | drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann2021-11-301-1/+0
* | drm/cma-helper: Pass GEM CMA object in public interfacesThomas Zimmermann2021-11-301-2/+2
* | drm/cma-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann2021-11-301-2/+2
* | 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-052-10/+18
* | | drm/vc4: hdmi: Introduce an output_enabled flagMaxime Ripard2021-11-052-4/+18
* | | 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-052-12/+32
* | | drm/vc4: hdmi: Use a mutex to prevent concurrent framework accessMaxime Ripard2021-11-052-6/+126
* | | drm/vc4: hdmi: Add a spinlock to protect register accessMaxime Ripard2021-11-054-10/+236
* | | drm/vc4: crtc: Copy assigned channel to the CRTCMaxime Ripard2021-11-054-2/+24
* | | drm/vc4: Fix non-blocking commit getting stuck foreverMaxime Ripard2021-11-053-3/+23
* | | drm/vc4: crtc: Drop feed_txp from stateMaxime Ripard2021-11-055-10/+12
* | | drm/vc4: Increase the core clock based on HVS loadMaxime Ripard2021-11-043-9/+118
* | | 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: Leverage the load tracker on the BCM2711Maxime Ripard2021-11-044-21/+10
* | | drm/vc4: crtc: Add some loggingMaxime Ripard2021-11-041-0/+6
* | | drm/vc4: crtc: Rework the encoder retrieval code (again)Maxime Ripard2021-11-042-24/+10
* | | drm/vc4: crtc: Add encoder to vc4_crtc_config_pv prototypeMaxime Ripard2021-11-041-4/+3
* | | drm/vc4: Make vc4_crtc_get_encoder publicMaxime Ripard2021-11-042-4/+9
* | | 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: crtc: Make sure the HDMI controller is powered when disablingMaxime Ripard2021-10-251-1/+18
* | | drm/vc4: hdmi: Warn if we access the controller while disabledMaxime Ripard2021-10-251-0/+6
* | | 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
* | | Merge tag 'drm-misc-next-2021-09-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-09-223-39/+10
|\| | | |/ |/|