summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_crtc.c
AgeCommit message (Expand)Author
2023-07-21drm: Explicitly include correct DT includesRob Herring
2023-06-08drm/vc4: Convert to platform remove callback returning voidUwe Kleine-König
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-02-09drm/vc4: crtc: Increase setup cost in core clock calculation to handle extrem...Dom Cobley
2023-01-09drm/vc4: crtc: Fix timings for VEC modesMateusz Kwiatkowski
2022-12-22drm/vc4: use new debugfs device-centered functionsMaíra Canal
2022-12-08drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard
2022-12-08drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard
2022-12-08drm/vc4: crtc: Make encoder lookup helper publicMaxime Ripard
2022-12-08drm/vc4: crtc: Introduce a lower-level crtc init helperMaxime Ripard
2022-11-28drm/vc4: crtc: Provide a CRTC nameMaxime Ripard
2022-11-28drm/vc4: crtc: Pass the device and data in vc4_crtc_initMaxime Ripard
2022-08-25drm/vc4: crtc: protect device resources after removalDanilo Krummrich
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard
2022-07-13drm/vc4: crtc: Switch to DRM-managed CRTC initializationMaxime Ripard
2022-07-13drm/vc4: crtc: Switch to drmm_kzallocMaxime Ripard
2022-07-13drm/vc4: crtc: Move debugfs_name to crtc_dataMaxime Ripard
2022-07-13drm/vc4: plane: Switch to drmm_universal_plane_alloc()Maxime Ripard
2022-07-13drm/vc4: crtc: Remove manual plane removal on errorMaxime Ripard
2022-07-13drm/vc4: plane: Take possible_crtcs as an argumentMaxime Ripard
2022-07-13drm/vc4: crtc: Create vblank reporting functionMaxime Ripard
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie
2022-06-28drm/vc4: hdmi: Move pixel doubling from Pixelvalve to HDMI blockDave Stevenson
2022-06-28drm/vc4: hdmi: Fix timings for interlaced modesMateusz Kwiatkowski
2022-06-28drm/vc4: dsi: Correct pixel order for DSI0Dave Stevenson
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-06-16drm/vc4: crtc: Fix out of order frames during asynchronous page flipsMaxime Ripard
2022-06-16drm/vc4: crtc: Don't call into BO Handling on Async Page-Flips on BCM2711Maxime Ripard
2022-06-16drm/vc4: crtc: Move the BO Handling out of Common Page-Flip HandlerMaxime Ripard
2022-06-16drm/vc4: crtc: Move the BO handling out of common page-flip callbackMaxime Ripard
2022-06-16drm/vc4: crtc: Use an union to store the page flip callbackMaxime Ripard
2022-06-16drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard
2022-04-06drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macrosMaxime Ripard
2022-04-06drm/vc4: hvs: Fix frame count register readoutMaxime Ripard
2022-02-17drm/vc4: crtc: Fix runtime_pm reference countingMaxime Ripard
2022-02-07drm/vc4: crtc: Fix redundant variable assignmentMaxime 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: 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-10-25drm/vc4: crtc: Make sure the HDMI controller is powered when disablingMaxime Ripard
2021-05-24drm/vc4: crtc: Lookup the encoder from the register at bootMaxime Ripard
2021-05-24drm/vc4: crtc: Fix vc4_get_crtc_encoder logicMaxime Ripard
2021-05-24drm/vc4: crtc: Pass the drm_atomic_state to config_pvMaxime Ripard