summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)Author
2022-06-09drm/vc4: txp: Force alpha to be 0xff if it's disabledMaxime Ripard
2022-06-09drm/vc4: txp: Don't set TXP_VSTART_AT_EOFMaxime Ripard
2022-06-09drm/vc4: hvs: Reset muxes at probe timeMaxime Ripard
2022-06-09drm/vc4: hvs: Fix frame count register readoutMaxime Ripard
2022-06-09drm/vc4: kms: Take old state core clock rate into accountMaxime Ripard
2022-05-18drm/vc4: hdmi: Fix build error for implicit function declarationHui Tang
2022-04-27drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageMiaoqian Lin
2022-02-24Merge tag 'drm-misc-fixes-2022-02-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-02-17drm/vc4: crtc: Fix runtime_pm reference countingMaxime Ripard
2022-02-17drm/vc4: hdmi: Unregister codec device on unbindMaxime Ripard
2022-02-11Merge tag 'drm-misc-fixes-2022-02-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-02-07drm/vc4: crtc: Fix redundant variable assignmentMaxime Ripard
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-01-19drm/vc4: Fix deadlock on DSI device attach errorPadmanabha Srinivasaiah
2021-12-16Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-12-16drm/vc4: plane: Add support for YUV color encodings and rangesDave Stevenson
2021-12-16drm/vc4: plane: Add support for DRM_FORMAT_P030Dave Stevenson
2021-12-15drm/vc4: kms: Wait for the commit before increasing our clock rateMaxime Ripard
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann
2021-11-30drm/cma-helper: Pass GEM CMA object in public interfacesThomas Zimmermann
2021-11-30drm/cma-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann
2021-11-29drm/vc4: kms: Fix previous HVS commit waitMaxime Ripard
2021-11-29drm/vc4: kms: Don't duplicate pending commitMaxime Ripard
2021-11-29drm/vc4: kms: Clear the HVS FIFO commit pointer once doneMaxime Ripard
2021-11-29drm/vc4: kms: Add missing drm_crtc_commit_putMaxime Ripard
2021-11-29drm/vc4: kms: Fix return code checkMaxime Ripard
2021-11-29drm/vc4: kms: Wait for the commit before increasing our clock rateMaxime Ripard
2021-11-19drm/vc4: fix error code in vc4_create_object()Dan Carpenter
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-05drm/vc4: crtc: Copy assigned channel to the CRTCMaxime Ripard
2021-11-05drm/vc4: Fix non-blocking commit getting stuck foreverMaxime Ripard
2021-11-05drm/vc4: crtc: Drop feed_txp from stateMaxime Ripard
2021-11-04drm/vc4: Increase the core clock based on HVS loadMaxime 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: Leverage the load tracker on the BCM2711Maxime Ripard
2021-11-04drm/vc4: crtc: Add some loggingMaxime Ripard
2021-11-04drm/vc4: crtc: Rework the encoder retrieval code (again)Maxime Ripard
2021-11-04drm/vc4: crtc: Add encoder to vc4_crtc_config_pv prototypeMaxime Ripard
2021-11-04drm/vc4: Make vc4_crtc_get_encoder publicMaxime Ripard
2021-11-04drm/vc4: hdmi: Fix HPD GPIO detectionMaxime Ripard