summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Explicitly include correct DT includesRob Herring2023-07-211-1/+2
* drm/vc4: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-3/+2
* Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-221-81/+134
|\
| * drm/vc4: crtc: Fix timings for VEC modesMateusz Kwiatkowski2023-01-091-27/+44
| * drm/vc4: use new debugfs device-centered functionsMaíra Canal2022-12-221-5/+2
| * drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard2022-12-081-2/+11
| * drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard2022-12-081-10/+10
| * drm/vc4: crtc: Make encoder lookup helper publicMaxime Ripard2022-12-081-16/+1
| * drm/vc4: crtc: Introduce a lower-level crtc init helperMaxime Ripard2022-12-081-19/+51
| * drm/vc4: crtc: Provide a CRTC nameMaxime Ripard2022-11-281-1/+9
| * drm/vc4: crtc: Pass the device and data in vc4_crtc_initMaxime Ripard2022-11-281-6/+11
* | drm/vc4: crtc: Increase setup cost in core clock calculation to handle extrem...Dom Cobley2023-02-091-1/+1
|/
* drm/vc4: crtc: protect device resources after removalDanilo Krummrich2022-08-251-1/+40
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-7/+7
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-4/+4
* drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard2022-07-131-3/+16
* drm/vc4: crtc: Switch to DRM-managed CRTC initializationMaxime Ripard2022-07-131-10/+6
* drm/vc4: crtc: Switch to drmm_kzallocMaxime Ripard2022-07-131-1/+1
* drm/vc4: crtc: Move debugfs_name to crtc_dataMaxime Ripard2022-07-131-9/+9
* drm/vc4: plane: Switch to drmm_universal_plane_alloc()Maxime Ripard2022-07-131-1/+0
* drm/vc4: crtc: Remove manual plane removal on errorMaxime Ripard2022-07-131-10/+1
* drm/vc4: plane: Take possible_crtcs as an argumentMaxime Ripard2022-07-131-1/+1
* drm/vc4: crtc: Create vblank reporting functionMaxime Ripard2022-07-131-8/+15
* Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-07-131-51/+145
|\
| * drm/vc4: crtc: Fix out of order frames during asynchronous page flipsMaxime Ripard2022-06-161-4/+46
| * drm/vc4: crtc: Don't call into BO Handling on Async Page-Flips on BCM2711Maxime Ripard2022-06-161-3/+18
| * drm/vc4: crtc: Move the BO Handling out of Common Page-Flip HandlerMaxime Ripard2022-06-161-25/+48
| * drm/vc4: crtc: Move the BO handling out of common page-flip callbackMaxime Ripard2022-06-161-14/+20
| * drm/vc4: crtc: Use an union to store the page flip callbackMaxime Ripard2022-06-161-6/+14
| * drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard2022-06-161-3/+3
* | drm/vc4: hdmi: Move pixel doubling from Pixelvalve to HDMI blockDave Stevenson2022-06-281-1/+3
* | drm/vc4: hdmi: Fix timings for interlaced modesMateusz Kwiatkowski2022-06-281-3/+4
* | drm/vc4: dsi: Correct pixel order for DSI0Dave Stevenson2022-06-281-1/+2
* | drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
|/
* drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macrosMaxime Ripard2022-04-061-4/+10
* drm/vc4: hvs: Fix frame count register readoutMaxime Ripard2022-04-061-1/+1
* drm/vc4: crtc: Fix runtime_pm reference countingMaxime Ripard2022-02-171-3/+5
* drm/vc4: crtc: Fix redundant variable assignmentMaxime Ripard2022-02-071-1/+0
* drm/vc4: crtc: Copy assigned channel to the CRTCMaxime Ripard2021-11-051-2/+2
* drm/vc4: Fix non-blocking commit getting stuck foreverMaxime Ripard2021-11-051-1/+4
* drm/vc4: crtc: Drop feed_txp from stateMaxime Ripard2021-11-051-2/+1
* drm/vc4: Increase the core clock based on HVS loadMaxime Ripard2021-11-041-0/+15
* drm/vc4: crtc: Add some loggingMaxime Ripard2021-11-041-0/+6
* drm/vc4: crtc: Rework the encoder retrieval code (again)Maxime Ripard2021-11-041-21/+9
* 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-041-4/+4
* drm/vc4: crtc: Make sure the HDMI controller is powered when disablingMaxime Ripard2021-10-251-1/+18
* drm/vc4: crtc: Lookup the encoder from the register at bootMaxime Ripard2021-05-241-4/+34
* drm/vc4: crtc: Fix vc4_get_crtc_encoder logicMaxime Ripard2021-05-241-5/+16
* drm/vc4: crtc: Pass the drm_atomic_state to config_pvMaxime Ripard2021-05-241-4/+4