summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorFilesLines
2022-08-17drm/vc4: hdmi: Move pixel doubling from Pixelvalve to HDMI blockDave Stevenson2-7/+31
2022-08-17drm/vc4: hdmi: Correct HDMI timing registers for interlaced modesDave Stevenson1-4/+4
2022-08-17drm/vc4: hdmi: Force modeset when bpc or format changesDom Cobley1-1/+11
2022-08-17drm/vc4: hdmi: Fix timings for interlaced modesMateusz Kwiatkowski2-9/+10
2022-08-17drm/vc4: hdmi: Move HDMI reset to pm_resumeDave Stevenson1-19/+22
2022-08-17drm/vc4: hdmi: Switch to pm_runtime_status_suspendedDave Stevenson1-2/+2
2022-08-17drm/vc4: hdmi: Reset HDMI MISC_CONTROL registerDave Stevenson2-0/+11
2022-08-17drm/vc4: hdmi: Avoid full hdmi audio fifo writesDom Cobley1-4/+4
2022-08-17drm/vc4: hdmi: Clear unused infoframe packet RAM registersDom Cobley1-1/+10
2022-08-17drm/vc4: hdmi: Add all the vc5 HDMI registers into the debugfs dumpsDave Stevenson2-0/+47
2022-08-17drm/vc4: dsi: Add correct stop condition to vc4_dsi_encoder_disable iterationDave Stevenson1-0/+3
2022-08-17drm/vc4: dsi: Fix dsi0 interrupt supportDave Stevenson1-26/+85
2022-08-17drm/vc4: dsi: Register dsi0 as the correct vc4 encoder typeDave Stevenson1-1/+2
2022-08-17drm/vc4: dsi: Correct pixel order for DSI0Dave Stevenson1-1/+2
2022-08-17drm/vc4: dsi: Correct DSI divider calculationsDave Stevenson1-4/+2
2022-08-17drm/vc4: dsi: Release workaround buffer and DMADave Stevenson1-1/+28
2022-08-17drm/vc4: plane: Fix margin calculations for the right/bottom edgesDave Stevenson1-4/+4
2022-08-17drm/vc4: plane: Remove subpixel positioning checkDom Cobley1-13/+9
2022-08-17drm/vc4: kms: Use maximum FIFO load for the HVS clock rateMaxime Ripard1-1/+3
2022-08-17drm/vc4: hdmi: Disable audio if dmas property is present but emptyPhil Elwell1-3/+3
2022-06-27drm/vc4: perfmon: Fix variable dereferenced before checkMaxime Ripard1-3/+6
2022-06-22drm/vc4: fix error code in vc4_check_tex_size()Dan Carpenter1-1/+1
2022-06-22drm/vc4: hdmi: Fixed possible integer overflowSaud Farooqui1-1/+1
2022-06-16drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard11-1/+211
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: drv: Skip BO Backend Initialization on BCM2711Maxime Ripard1-7/+11
2022-06-16drm/vc4: plane: Register a different drm_plane_helper_funcs on BCM2711Maxime Ripard1-1/+11
2022-06-16drm/vc4: kms: Register a different drm_mode_config_funcs on BCM2711Maxime Ripard1-1/+7
2022-06-16drm/vc4: drv: Register a different driver on BCM2711Maxime Ripard1-9/+42
2022-06-16drm/vc4: bo: Split out Dumb buffers fixupMaxime Ripard3-6/+17
2022-06-16drm/vc4: bo: Rename vc4_dumb_createMaxime Ripard3-7/+7
2022-06-16drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard6-29/+30
2022-06-16drm/vc4: plane: Prevent async update if we don't have a dlistMaxime Ripard1-0/+4
2022-05-26Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds16-202/+773
2022-05-12drm/vc4: hdmi: Fix build error for implicit function declarationHui Tang1-0/+1
2022-05-11Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-1/+2
2022-05-03Merge drm/drm-next into drm-misc-nextMaxime Ripard2-1/+4
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2-1/+4
2022-05-02drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar1-1/+2
2022-04-29drm/vc4: simplify the return expression of vc4_grab_bin_bo()Minghao Chi1-7/+1
2022-04-29drm/vc4: simplify the return expression of vc4_prepare_fb()Minghao Chi1-6/+1
2022-04-25drm/display: Move SCDC helpers into display-helper libraryThomas Zimmermann1-1/+1
2022-04-25drm/display: Move HDMI helpers into display-helper moduleThomas Zimmermann2-1/+3
2022-04-21drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageMiaoqian Lin1-1/+1
2022-04-21drm/vc4: hdmi: Remove vc4_hdmi_encoderJosé Expósito2-26/+14
2022-04-21drm/vc4: hdmi: Replace drm_detect_hdmi_monitor() with is_hdmiJosé Expósito2-12/+6