summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_drv.c
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-11/+13
13 daysdrm: 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 Torvalds1-1/+1
2024-11-27drm/vc4: drv: Add support for 2712 D-stepDave Stevenson1-0/+1
2024-11-27drm/vc4: hvs: Add support for BCM2712 HVSMaxime Ripard1-0/+6
2024-11-27drm/vc4: drv: Support BCM2712Maxime Ripard1-0/+1
2024-11-27drm/vc4: Use of_device_get_match_data to set generationDave Stevenson1-7/+4
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann1-1/+1
2024-10-14drm/vc4: Use video aperture helpersThomas Zimmermann1-2/+2
2024-10-09drm/vc4: Run default client setup for all variants.Dave Stevenson1-0/+1
2024-09-26drm/vc4: Run DRM default client setupThomas Zimmermann1-1/+4
2024-09-09drm/vc4: Make v3d paths unavailable on any generation newer than vc4Maxime Ripard1-4/+4
2024-09-09drm/vc4: Introduce generation number enumMaxime Ripard1-9/+13
2023-09-21drm/vc4: Call drm_atomic_helper_shutdown() at shutdown timeDouglas Anderson1-13/+23
2023-07-21drm: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-08drm/vc4: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-16drm/aperture: Remove primary argumentDaniel Vetter1-1/+1
2023-03-14drm/vc4: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2022-12-22drm/vc4: use new debugfs device-centered functionsMaíra Canal1-1/+0
2022-12-08drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard1-2/+2
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie1-1/+6
2022-11-07drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()Yuan Can1-1/+6
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-1/+1
2022-10-21Merge tag 'drm-misc-fixes-2022-10-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+1
2022-10-20Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann1-9/+19
2022-10-13drm/vc4: Add module dependency on hdmi-codecMaxime Ripard1-0/+1
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-3/+3
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich1-1/+0
2022-07-13drm/vc4: Switch to drmm_mutex_initMaxime Ripard1-1/+3
2022-07-13drm/vc4: drv: Use drm_dev_unplugMaxime Ripard1-2/+1
2022-07-13drm/vc4: drv: Call component_unbind_all()Maxime Ripard1-2/+12
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-16/+81
2022-06-30drm/vc4: change vc4_dma_range_matches from a global to staticTom Rix1-1/+1
2022-06-28drm/vc4: drv: Adopt the dma configuration from the HVS or V3D componentDave Stevenson1-0/+19
2022-06-16drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard1-0/+11
2022-06-16drm/vc4: drv: Skip BO Backend Initialization on BCM2711Maxime Ripard1-7/+11
2022-06-16drm/vc4: drv: Register a different driver on BCM2711Maxime Ripard1-9/+42
2022-06-16drm/vc4: bo: Split out Dumb buffers fixupMaxime Ripard1-0/+13
2022-06-16drm/vc4: bo: Rename vc4_dumb_createMaxime Ripard1-1/+1
2022-06-16drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard1-0/+4
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+1
2022-02-25drm/vc4: Make use of the helper component_compare_devYong Wu1-6/+1
2022-01-11drm/vc4: Notify the firmware when DRM is in chargeMaxime Ripard1-0/+22
2022-01-11drm/vc4: Remove conflicting framebuffers before callind bind_allMaxime Ripard1-4/+4
2022-01-11drm/vc4: Support nomodesetMaxime Ripard1-0/+3
2021-09-01drm/vc4: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-4/+2
2021-08-10drm/vc4: Convert to Linux IRQ interfacesThomas Zimmermann1-4/+0
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-05-24drm/vc4: hvs: Make the HVS bind firstMaxime Ripard1-1/+10
2021-05-11drm/vc4: Remove redundant error printing in vc4_ioremap_regs()Zhen Lei1-3/+1