summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorLines
2025-01-04drm/vc4: hdmi: use drm_atomic_helper_connector_hdmi_hotplug()Dmitry Baryshkov-6/+3
2025-01-04drm/vc4: hdmi: stop rereading EDID in get_modes()Dmitry Baryshkov-21/+0
2025-01-04drm/vc4: hdmi: switch to using generic HDMI Codec infrastructureDmitry Baryshkov-57/+20
2024-12-16drm/vc4: hdmi: use eld_mutex to protect access to connector->eldDmitry Baryshkov-2/+2
2024-12-12drm/vc4: unlock on error in vc4_hvs_get_fifo_frame_count()Dan Carpenter-1/+1
2024-12-11drm/vc4: plane: Remove WARN on state being set in plane_resetDave Stevenson-1/+4
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-9/+9
2024-12-05drm/vc4: use drm_hdmi_connector_mode_valid()Dmitry Baryshkov-3/+2
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-3/+0
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-9/+9
2024-11-27drm/vc4: Drop planes that are completely off-screen or 0 crtc sizeDave Stevenson-0/+20
2024-11-27drm/vc4: Enable bg_fill if there are no planes enabledDave Stevenson-1/+1
2024-11-27drm/vc4: Add additional warn_on for incorrect revisionsMaxime Ripard-2/+51
2024-11-27drm/vc4: hdmi: Support 2712 D-step register mapDave Stevenson-2/+26
2024-11-27drm/vc4: plane: Add support for 2712 D-step.Dave Stevenson-21/+60
2024-11-27drm/vc4: hvs: Add in support for 2712 D-step.Dave Stevenson-46/+234
2024-11-27drm/vc4: drv: Add support for 2712 D-stepDave Stevenson-0/+9
2024-11-27drm/vc4: txp: Add BCM2712 MOPLET supportMaxime Ripard-0/+14
2024-11-27drm/vc4: txp: Add support for BCM2712 MOPMaxime Ripard-1/+18
2024-11-27drm/vc4: txp: Add a new TXP encoder typeMaxime Ripard-58/+59
2024-11-27drm/vc4: txp: Move the encoder type in the variant structureMaxime Ripard-1/+3
2024-11-27drm/vc4: txp: Handle 40-bits DMA AddressesMaxime Ripard-1/+13
2024-11-27drm/vc4: txp: Add horizontal and vertical size offset toggle bitMaxime Ripard-2/+13
2024-11-27drm/vc4: txp: Add byte enable toggle bitMaxime Ripard-1/+6
2024-11-27drm/vc4: txp: Rename TXP data structureMaxime Ripard-5/+5
2024-11-27drm/vc4: txp: Introduce structure to deal with revision differencesMaxime Ripard-10/+23
2024-11-27drm/vc4: hdmi: Add support for BCM2712 HDMI controllersMaxime Ripard-6/+943
2024-11-27drm/vc4: crtc: Add support for BCM2712 PixelValvesMaxime Ripard-2/+55
2024-11-27drm/vc4: hvs: Add support for BCM2712 HVSMaxime Ripard-77/+1616
2024-11-27drm/vc4: drv: Support BCM2712Maxime Ripard-0/+2
2024-11-27drm/vc4: Fix reading of frame count on GEN5 / Pi4Dave Stevenson-11/+40
2024-11-27drm/vc4: Use of_device_get_match_data to set generationDave Stevenson-7/+4
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann-1/+1
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie-1/+6
2024-10-14drm/vc4: Use video aperture helpersThomas Zimmermann-2/+2
2024-10-09drm/vc4: Correct generation check in vc4_hvs_lut_loadDave Stevenson-1/+1
2024-10-09drm/vc4: Match drm_dev_enter and exit calls in vc4_hvs_atomic_flushDave Stevenson-1/+2
2024-10-09drm/vc4: Match drm_dev_enter and exit calls in vc4_hvs_lut_loadDave Stevenson-1/+2
2024-10-09drm/vc4: Run default client setup for all variants.Dave Stevenson-0/+1
2024-10-07drm/vc4: Use `vc4_perfmon_find()`Maíra Canal-5/+1
2024-10-07drm/vc4: Stop the active perfmon before being destroyedMaíra Canal-1/+6
2024-09-26drm/vc4: Run DRM default client setupThomas Zimmermann-1/+5
2024-09-09drm/vc4: hvs: Correct logic on stopping an HVS channelDave Stevenson-5/+3
2024-09-09drm/vc4: hvs: Enable SCALER_CONTROL early in HVS initTim Gover-6/+8
2024-09-09drm/vc4: plane: Move the buffer offset out of the vc4_plane_stateDave Stevenson-36/+20
2024-09-09drm/vc4: hvs: Change prototype of __vc4_hvs_alloc to pass registersMaxime Ripard-8/+14
2024-09-09drm/vc4: hvs: Rework LBM alignmentMaxime Ripard-2/+6
2024-09-09drm/vc4: plane: Change ptr0_offset to an arrayMaxime Ripard-10/+11
2024-09-09drm/vc4: hvs: Rename hvs_regs listMaxime Ripard-3/+3
2024-09-09drm/vc4: hvs: Create cob_init functionMaxime Ripard-54/+74