summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: hdmi: Rework power upMaxime Ripard2022-08-181-8/+7
* drm/vc4: hdmi: Depends on CONFIG_PMMaxime Ripard2022-08-182-1/+2
* Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-08-061-0/+1
|\
| * drm/vc4: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-0/+1
* | Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-07-1315-110/+486
|\ \
| * | drm/vc4: perfmon: Fix variable dereferenced before checkMaxime Ripard2022-06-271-3/+6
| * | drm/vc4: fix error code in vc4_check_tex_size()Dan Carpenter2022-06-221-1/+1
| * | drm/vc4: hdmi: Fixed possible integer overflowSaud Farooqui2022-06-221-1/+1
| * | drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard2022-06-1611-1/+211
| * | 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: drv: Skip BO Backend Initialization on BCM2711Maxime Ripard2022-06-161-7/+11
| * | drm/vc4: plane: Register a different drm_plane_helper_funcs on BCM2711Maxime Ripard2022-06-161-1/+11
| * | drm/vc4: kms: Register a different drm_mode_config_funcs on BCM2711Maxime Ripard2022-06-161-1/+7
| * | drm/vc4: drv: Register a different driver on BCM2711Maxime Ripard2022-06-161-9/+42
| * | drm/vc4: bo: Split out Dumb buffers fixupMaxime Ripard2022-06-163-6/+17
| * | drm/vc4: bo: Rename vc4_dumb_createMaxime Ripard2022-06-163-7/+7
| * | drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard2022-06-166-29/+30
| * | drm/vc4: plane: Prevent async update if we don't have a dlistMaxime Ripard2022-06-161-0/+4
| |/
* | drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* | drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* | drm/vc4: change vc4_dma_range_matches from a global to staticTom Rix2022-06-301-1/+1
* | drm/vc4: hdmi: Move pixel doubling from Pixelvalve to HDMI blockDave Stevenson2022-06-282-7/+31
* | drm/vc4: hdmi: Correct HDMI timing registers for interlaced modesDave Stevenson2022-06-281-4/+4
* | drm/vc4: hdmi: Force modeset when bpc or format changesDom Cobley2022-06-281-1/+11
* | drm/vc4: hdmi: Fix timings for interlaced modesMateusz Kwiatkowski2022-06-282-9/+10
* | drm/vc4: hdmi: Report that 3d/stereo is allowedDom Cobley2022-06-281-0/+1
* | drm/vc4: hdmi: Add MISC_CONTROL register for vc4Dave Stevenson2022-06-281-0/+1
* | drm/vc4: hdmi: Add HDMI format detection registers to register listDave Stevenson2022-06-281-0/+30
* | drm/vc4: hdmi: Remove VC4_HDMI_SCHEDULER_CONTROL_VERT_ALWAYS_KEEPOUTDom Cobley2022-06-281-3/+0
* | drm/vc4: hdmi: Skip writes to disabled packet RAMDom Cobley2022-06-282-1/+12
* | drm/vc4: hdmi: Stop checking for enabled output in audioDom Cobley2022-06-282-33/+3
* | drm/vc4: hdmi: Move HDMI reset to pm_resumeDave Stevenson2022-06-281-19/+22
* | drm/vc4: hdmi: Switch to pm_runtime_status_suspendedDave Stevenson2022-06-281-2/+2
* | drm/vc4: hdmi: Reset HDMI MISC_CONTROL registerDave Stevenson2022-06-282-0/+11
* | drm/vc4: hdmi: Avoid full hdmi audio fifo writesDom Cobley2022-06-281-4/+4
* | drm/vc4: hdmi: Clear unused infoframe packet RAM registersDom Cobley2022-06-281-1/+10
* | drm/vc4: hdmi: Add all the vc5 HDMI registers into the debugfs dumpsDave Stevenson2022-06-282-0/+47
* | drm/vc4: hdmi: Disable audio if dmas property is present but emptyPhil Elwell2022-06-281-3/+3
* | drm/vc4: dsi: Add correct stop condition to vc4_dsi_encoder_disable iterationDave Stevenson2022-06-281-0/+3
* | drm/vc4: dsi: Fix dsi0 interrupt supportDave Stevenson2022-06-281-26/+85
* | drm/vc4: dsi: Register dsi0 as the correct vc4 encoder typeDave Stevenson2022-06-281-1/+2
* | drm/vc4: dsi: Correct pixel order for DSI0Dave Stevenson2022-06-281-1/+2
* | drm/vc4: dsi: Correct DSI divider calculationsDave Stevenson2022-06-281-4/+2
* | drm/vc4: dsi: Release workaround buffer and DMADave Stevenson2022-06-281-1/+28
* | drm/vc4: dpi: Ensure a default format is selectedDave Stevenson2022-06-281-3/+5
* | drm/vc4: dpi: Add option for inverting pixel clock and output enableDave Stevenson2022-06-281-28/+38