summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25drm/vc4: crtc: protect device resources after removalDanilo Krummrich1-1/+40
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-7/+7
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich1-4/+4
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard1-3/+16
2022-07-13drm/vc4: crtc: Switch to DRM-managed CRTC initializationMaxime Ripard1-10/+6
2022-07-13drm/vc4: crtc: Switch to drmm_kzallocMaxime Ripard1-1/+1
2022-07-13drm/vc4: crtc: Move debugfs_name to crtc_dataMaxime Ripard1-9/+9
2022-07-13drm/vc4: plane: Switch to drmm_universal_plane_alloc()Maxime Ripard1-1/+0
2022-07-13drm/vc4: crtc: Remove manual plane removal on errorMaxime Ripard1-10/+1
2022-07-13drm/vc4: plane: Take possible_crtcs as an argumentMaxime Ripard1-1/+1
2022-07-13drm/vc4: crtc: Create vblank reporting functionMaxime Ripard1-8/+15
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-51/+145
2022-06-28drm/vc4: hdmi: Move pixel doubling from Pixelvalve to HDMI blockDave Stevenson1-1/+3
2022-06-28drm/vc4: hdmi: Fix timings for interlaced modesMateusz Kwiatkowski1-3/+4
2022-06-28drm/vc4: dsi: Correct pixel order for DSI0Dave Stevenson1-1/+2
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-16drm/vc4: crtc: Fix out of order frames during asynchronous page flipsMaxime Ripard1-4/+46
2022-06-16drm/vc4: crtc: Don't call into BO Handling on Async Page-Flips on BCM2711Maxime Ripard1-3/+18
2022-06-16drm/vc4: crtc: Move the BO Handling out of Common Page-Flip HandlerMaxime Ripard1-25/+48
2022-06-16drm/vc4: crtc: Move the BO handling out of common page-flip callbackMaxime Ripard1-14/+20
2022-06-16drm/vc4: crtc: Use an union to store the page flip callbackMaxime Ripard1-6/+14
2022-06-16drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard1-3/+3
2022-04-06drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macrosMaxime Ripard1-4/+10
2022-04-06drm/vc4: hvs: Fix frame count register readoutMaxime Ripard1-1/+1
2022-02-17drm/vc4: crtc: Fix runtime_pm reference countingMaxime Ripard1-3/+5
2022-02-07drm/vc4: crtc: Fix redundant variable assignmentMaxime Ripard1-1/+0
2021-11-05drm/vc4: crtc: Copy assigned channel to the CRTCMaxime Ripard1-2/+2
2021-11-05drm/vc4: Fix non-blocking commit getting stuck foreverMaxime Ripard1-1/+4
2021-11-05drm/vc4: crtc: Drop feed_txp from stateMaxime Ripard1-2/+1
2021-11-04drm/vc4: Increase the core clock based on HVS loadMaxime Ripard1-0/+15
2021-11-04drm/vc4: crtc: Add some loggingMaxime Ripard1-0/+6
2021-11-04drm/vc4: crtc: Rework the encoder retrieval code (again)Maxime Ripard1-21/+9
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 Ripard1-4/+4
2021-10-25drm/vc4: crtc: Make sure the HDMI controller is powered when disablingMaxime Ripard1-1/+18
2021-05-24drm/vc4: crtc: Lookup the encoder from the register at bootMaxime Ripard1-4/+34
2021-05-24drm/vc4: crtc: Fix vc4_get_crtc_encoder logicMaxime Ripard1-5/+16
2021-05-24drm/vc4: crtc: Pass the drm_atomic_state to config_pvMaxime Ripard1-4/+4
2021-05-24drm/vc4: crtc: Skip the TXPMaxime Ripard1-0/+3
2021-05-24drm/vc4: Fix clock source for VEC PixelValve on BCM2711Mateusz Kwiatkowski1-1/+1
2021-04-08drm/vc4: crtc: Reduce PV fifo threshold on hvs4Dom Cobley1-0/+17
2020-12-16drm/vc4: Pass the atomic state to encoder hooksMaxime Ripard1-8/+10
2020-12-16drm/vc4: hvs: Align the HVS atomic hooks to the new APIMaxime Ripard1-4/+2
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-1/+0
2020-12-15drm/vc4: kms: Remove async modeset semaphoreMaxime Ripard1-13/+0
2020-11-03drm: Use the state pointer directly in atomic_checkMaxime Ripard1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-4/+7
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-3/+11
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+6
2020-09-25drm/vc4: crtc: Keep the previously assigned HVS FIFOMaxime Ripard1-0/+1