aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/vc4/vc4_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-21drm: Explicitly include correct DT includesRob Herring1-1/+2
2023-06-08drm/vc4: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-81/+134
2023-02-09drm/vc4: crtc: Increase setup cost in core clock calculation to handle extreme reduced blankingDom Cobley1-1/+1
2023-01-09drm/vc4: crtc: Fix timings for VEC modesMateusz Kwiatkowski1-27/+44
2022-12-22drm/vc4: use new debugfs device-centered functionsMaíra Canal1-5/+2
2022-12-08drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard1-2/+11
2022-12-08drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard1-10/+10
2022-12-08drm/vc4: crtc: Make encoder lookup helper publicMaxime Ripard1-16/+1
2022-12-08drm/vc4: crtc: Introduce a lower-level crtc init helperMaxime Ripard1-19/+51
2022-11-28drm/vc4: crtc: Provide a CRTC nameMaxime Ripard1-1/+9
2022-11-28drm/vc4: crtc: Pass the device and data in vc4_crtc_initMaxime Ripard1-6/+11
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/torvalds/linux into drm-nextDave 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