summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorFilesLines
2022-07-13drm/vc4: dpi: Switch to DRM-managed encoder initializationMaxime Ripard1-15/+8
2022-07-13drm/vc4: dpi: Add action to disable the clockMaxime Ripard1-3/+11
2022-07-13drm/vc4: dpi: Remove unnecessary drm_of_panel_bridge_remove callMaxime Ripard1-2/+0
2022-07-13drm/vc4: dpi: Return an error if we can't enable our clockMaxime Ripard1-1/+4
2022-07-13drm/vc4: dpi: Switch to drmm_kzallocMaxime Ripard1-1/+2
2022-07-13drm/vc4: dpi: Embed DRM structures into the private structureMaxime Ripard1-33/+16
2022-07-13drm/vc4: dpi: Remove vc4_dev dpi pointerMaxime Ripard2-8/+0
2022-07-13drm/vc4: crtc: Switch to DRM-managed CRTC initializationMaxime Ripard3-12/+6
2022-07-13drm/vc4: crtc: Switch to drmm_kzallocMaxime Ripard1-1/+1
2022-07-13drm/vc4: crtc: Move debugfs_name to crtc_dataMaxime Ripard3-11/+12
2022-07-13drm/vc4: plane: Switch to drmm_universal_plane_alloc()Maxime Ripard2-16/+8
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 Ripard3-10/+10
2022-07-13drm/vc4: hvs: Remove planes currently allocated before taking downMaxime Ripard1-0/+7
2022-07-13drm/vc4: hvs: Protect device resources after removalMaxime Ripard1-6/+93
2022-07-13drm/vc4: crtc: Create vblank reporting functionMaxime Ripard2-8/+16
2022-07-13drm/vc4: drv: Use drm_dev_unplugMaxime Ripard1-2/+1
2022-07-13drm/vc4: drv: Call component_unbind_all()Maxime Ripard2-2/+13
2022-07-13Merge drm/drm-next into drm-misc-nextMaxime Ripard15-110/+486
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie15-110/+486
2022-07-08drm/vc4: hdmi: Rework power upMaxime Ripard1-8/+7
2022-07-08drm/vc4: hdmi: Depends on CONFIG_PMMaxime Ripard2-1/+2
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä1-0/+1
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-30drm/vc4: change vc4_dma_range_matches from a global to staticTom Rix1-1/+1
2022-06-28drm/vc4: hdmi: Move pixel doubling from Pixelvalve to HDMI blockDave Stevenson2-7/+31
2022-06-28drm/vc4: hdmi: Correct HDMI timing registers for interlaced modesDave Stevenson1-4/+4
2022-06-28drm/vc4: hdmi: Force modeset when bpc or format changesDom Cobley1-1/+11
2022-06-28drm/vc4: hdmi: Fix timings for interlaced modesMateusz Kwiatkowski2-9/+10
2022-06-28drm/vc4: hdmi: Report that 3d/stereo is allowedDom Cobley1-0/+1
2022-06-28drm/vc4: hdmi: Add MISC_CONTROL register for vc4Dave Stevenson1-0/+1
2022-06-28drm/vc4: hdmi: Add HDMI format detection registers to register listDave Stevenson1-0/+30
2022-06-28drm/vc4: hdmi: Remove VC4_HDMI_SCHEDULER_CONTROL_VERT_ALWAYS_KEEPOUTDom Cobley1-3/+0
2022-06-28drm/vc4: hdmi: Skip writes to disabled packet RAMDom Cobley2-1/+12
2022-06-28drm/vc4: hdmi: Stop checking for enabled output in audioDom Cobley2-33/+3
2022-06-28drm/vc4: hdmi: Move HDMI reset to pm_resumeDave Stevenson1-19/+22
2022-06-28drm/vc4: hdmi: Switch to pm_runtime_status_suspendedDave Stevenson1-2/+2
2022-06-28drm/vc4: hdmi: Reset HDMI MISC_CONTROL registerDave Stevenson2-0/+11
2022-06-28drm/vc4: hdmi: Avoid full hdmi audio fifo writesDom Cobley1-4/+4
2022-06-28drm/vc4: hdmi: Clear unused infoframe packet RAM registersDom Cobley1-1/+10
2022-06-28drm/vc4: hdmi: Add all the vc5 HDMI registers into the debugfs dumpsDave Stevenson2-0/+47
2022-06-28drm/vc4: hdmi: Disable audio if dmas property is present but emptyPhil Elwell1-3/+3
2022-06-28drm/vc4: dsi: Add correct stop condition to vc4_dsi_encoder_disable iterationDave Stevenson1-0/+3
2022-06-28drm/vc4: dsi: Fix dsi0 interrupt supportDave Stevenson1-26/+85
2022-06-28drm/vc4: dsi: Register dsi0 as the correct vc4 encoder typeDave Stevenson1-1/+2
2022-06-28drm/vc4: dsi: Correct pixel order for DSI0Dave Stevenson1-1/+2
2022-06-28drm/vc4: dsi: Correct DSI divider calculationsDave Stevenson1-4/+2
2022-06-28drm/vc4: dsi: Release workaround buffer and DMADave Stevenson1-1/+28
2022-06-28drm/vc4: dpi: Ensure a default format is selectedDave Stevenson1-3/+5
2022-06-28drm/vc4: dpi: Add option for inverting pixel clock and output enableDave Stevenson1-28/+38