summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorFilesLines
2025-06-19drm/vc4: fix infinite EPROBE_DEFER loopGabriel Dalimonte1-6/+6
2025-06-19drm/vc4: tests: Retry pv-muxing tests when EDEADLKMaxime Ripard1-1/+112
2025-06-19drm/vc4: tests: Stop allocating the state in test initMaxime Ripard1-14/+27
2025-06-19drm/vc4: tests: Use return instead of assertMaxime Ripard1-12/+24
2025-06-19drm/vc4: hdmi: Call HDMI hotplug helper on disconnectStefan Wahren1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-03drm/vc4: hdmi: Fix some NULL vs IS_ERR() bugsDan Carpenter1-14/+14
2025-03-03drm/tests: Drop drm_kunit_helper_acquire_ctx_alloc()Maxime Ripard1-19/+27
2025-02-26drm/vc4: move to devm_platform_ioremap_resource() usageAnusha Srivatsa1-35/+18
2025-02-19drm/bridge: Pass full state to atomic_post_disableMaxime Ripard1-1/+1
2025-02-19drm/bridge: Pass full state to atomic_disableMaxime Ripard1-1/+1
2025-02-19drm/bridge: Pass full state to atomic_enableMaxime Ripard1-1/+1
2025-02-19drm/bridge: Pass full state to atomic_pre_enableMaxime Ripard1-2/+1
2025-02-14drm/atomic: Let drivers decide which planes to async flipAndré Almeida1-1/+1
2025-02-13drm/vc4: hdmi: Use drm_atomic_helper_reset_crtc()Herve Codina1-29/+1
2025-01-19drm/vc4: Remove BOs seqnosMaíra Canal4-113/+17
2025-01-19drm/vc4: Use DMA Resv to implement VC4 wait BO IOCTLMaíra Canal1-11/+14
2025-01-19drm/vc4: Use DRM Execution ContextsMaíra Canal2-78/+22
2025-01-07drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov1-1/+1
2025-01-04drm/vc4: hdmi: use drm_atomic_helper_connector_hdmi_hotplug()Dmitry Baryshkov1-6/+3
2025-01-04drm/vc4: hdmi: stop rereading EDID in get_modes()Dmitry Baryshkov1-21/+0
2025-01-04drm/vc4: hdmi: switch to using generic HDMI Codec infrastructureDmitry Baryshkov3-57/+20
2024-12-16drm/vc4: hdmi: use eld_mutex to protect access to connector->eldDmitry Baryshkov1-2/+2
2024-12-12drm/vc4: unlock on error in vc4_hvs_get_fifo_frame_count()Dan Carpenter1-1/+1
2024-12-11drm/vc4: plane: Remove WARN on state being set in plane_resetDave Stevenson1-1/+4
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst9-9/+9
2024-12-05drm/vc4: use drm_hdmi_connector_mode_valid()Dmitry Baryshkov1-3/+2
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula1-3/+0
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds9-9/+9
2024-11-27drm/vc4: Drop planes that are completely off-screen or 0 crtc sizeDave Stevenson1-0/+20
2024-11-27drm/vc4: Enable bg_fill if there are no planes enabledDave Stevenson1-1/+1
2024-11-27drm/vc4: Add additional warn_on for incorrect revisionsMaxime Ripard3-2/+51
2024-11-27drm/vc4: hdmi: Support 2712 D-step register mapDave Stevenson2-2/+26
2024-11-27drm/vc4: plane: Add support for 2712 D-step.Dave Stevenson2-21/+60
2024-11-27drm/vc4: hvs: Add in support for 2712 D-step.Dave Stevenson4-46/+234
2024-11-27drm/vc4: drv: Add support for 2712 D-stepDave Stevenson4-0/+9
2024-11-27drm/vc4: txp: Add BCM2712 MOPLET supportMaxime Ripard1-0/+14
2024-11-27drm/vc4: txp: Add support for BCM2712 MOPMaxime Ripard1-1/+18
2024-11-27drm/vc4: txp: Add a new TXP encoder typeMaxime Ripard5-58/+59
2024-11-27drm/vc4: txp: Move the encoder type in the variant structureMaxime Ripard2-1/+3
2024-11-27drm/vc4: txp: Handle 40-bits DMA AddressesMaxime Ripard2-1/+13
2024-11-27drm/vc4: txp: Add horizontal and vertical size offset toggle bitMaxime Ripard2-2/+13
2024-11-27drm/vc4: txp: Add byte enable toggle bitMaxime Ripard2-1/+6
2024-11-27drm/vc4: txp: Rename TXP data structureMaxime Ripard3-5/+5
2024-11-27drm/vc4: txp: Introduce structure to deal with revision differencesMaxime Ripard3-10/+23
2024-11-27drm/vc4: hdmi: Add support for BCM2712 HDMI controllersMaxime Ripard4-6/+943
2024-11-27drm/vc4: crtc: Add support for BCM2712 PixelValvesMaxime Ripard3-2/+55
2024-11-27drm/vc4: hvs: Add support for BCM2712 HVSMaxime Ripard7-77/+1616
2024-11-27drm/vc4: drv: Support BCM2712Maxime Ripard2-0/+2
2024-11-27drm/vc4: Fix reading of frame count on GEN5 / Pi4Dave Stevenson2-11/+40