summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)Author
2022-07-13drm/vc4: hdmi: Switch to device-managed CEC initializationMaxime Ripard
2022-07-13drm/vc4: hdmi: Switch to device-managed ALSA initializationMaxime Ripard
2022-07-13drm/vc4: hdmi: Switch to DRM-managed connector initializationMaxime Ripard
2022-07-13drm/vc4: hdmi: Switch to DRM-managed encoder initializationMaxime Ripard
2022-07-13drm/vc4: hdmi: Remove call to drm_connector_unregister()Maxime Ripard
2022-07-13drm/vc4: hdmi: Switch to drmm_kzallocMaxime Ripard
2022-07-13drm/vc4: dsi: Switch to devm_pm_runtime_enableMaxime Ripard
2022-07-13drm/vc4: dsi: Fix the driver structure lifetimeMaxime Ripard
2022-07-13drm/vc4: dsi: Switch to drmm_of_get_bridgeMaxime Ripard
2022-07-13drm/vc4: dsi: Switch to DRM-managed encoder initializationMaxime Ripard
2022-07-13drm/vc4: dsi: Embed DRM structures into the private structureMaxime Ripard
2022-07-13drm/vc4: dpi: Protect device resourcesMaxime Ripard
2022-07-13drm/vc4: dpi: Switch to drmm_of_get_bridgeMaxime Ripard
2022-07-13drm/vc4: dpi: Switch to DRM-managed encoder initializationMaxime Ripard
2022-07-13drm/vc4: dpi: Add action to disable the clockMaxime Ripard
2022-07-13drm/vc4: dpi: Remove unnecessary drm_of_panel_bridge_remove callMaxime Ripard
2022-07-13drm/vc4: dpi: Return an error if we can't enable our clockMaxime Ripard
2022-07-13drm/vc4: dpi: Switch to drmm_kzallocMaxime Ripard
2022-07-13drm/vc4: dpi: Embed DRM structures into the private structureMaxime Ripard
2022-07-13drm/vc4: dpi: Remove vc4_dev dpi pointerMaxime Ripard
2022-07-13drm/vc4: crtc: Switch to DRM-managed CRTC initializationMaxime Ripard
2022-07-13drm/vc4: crtc: Switch to drmm_kzallocMaxime Ripard
2022-07-13drm/vc4: crtc: Move debugfs_name to crtc_dataMaxime Ripard
2022-07-13drm/vc4: plane: Switch to drmm_universal_plane_alloc()Maxime Ripard
2022-07-13drm/vc4: crtc: Remove manual plane removal on errorMaxime Ripard
2022-07-13drm/vc4: plane: Take possible_crtcs as an argumentMaxime Ripard
2022-07-13drm/vc4: hvs: Remove planes currently allocated before taking downMaxime Ripard
2022-07-13drm/vc4: hvs: Protect device resources after removalMaxime Ripard
2022-07-13drm/vc4: crtc: Create vblank reporting functionMaxime Ripard
2022-07-13drm/vc4: drv: Use drm_dev_unplugMaxime Ripard
2022-07-13drm/vc4: drv: Call component_unbind_all()Maxime Ripard
2022-07-13Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie
2022-07-08drm/vc4: hdmi: Rework power upMaxime Ripard
2022-07-08drm/vc4: hdmi: Depends on CONFIG_PMMaxime Ripard
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä
2022-06-30drm/vc4: change vc4_dma_range_matches from a global to staticTom Rix
2022-06-28drm/vc4: hdmi: Move pixel doubling from Pixelvalve to HDMI blockDave Stevenson
2022-06-28drm/vc4: hdmi: Correct HDMI timing registers for interlaced modesDave Stevenson
2022-06-28drm/vc4: hdmi: Force modeset when bpc or format changesDom Cobley
2022-06-28drm/vc4: hdmi: Fix timings for interlaced modesMateusz Kwiatkowski
2022-06-28drm/vc4: hdmi: Report that 3d/stereo is allowedDom Cobley
2022-06-28drm/vc4: hdmi: Add MISC_CONTROL register for vc4Dave Stevenson
2022-06-28drm/vc4: hdmi: Add HDMI format detection registers to register listDave Stevenson
2022-06-28drm/vc4: hdmi: Remove VC4_HDMI_SCHEDULER_CONTROL_VERT_ALWAYS_KEEPOUTDom Cobley
2022-06-28drm/vc4: hdmi: Skip writes to disabled packet RAMDom Cobley
2022-06-28drm/vc4: hdmi: Stop checking for enabled output in audioDom Cobley
2022-06-28drm/vc4: hdmi: Move HDMI reset to pm_resumeDave Stevenson
2022-06-28drm/vc4: hdmi: Switch to pm_runtime_status_suspendedDave Stevenson