summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: Call drm_atomic_helper_shutdown() at shutdown timeDouglas Anderson2023-09-211-13/+23
* drm: Explicitly include correct DT includesRob Herring2023-07-211-1/+1
* drm/vc4: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-4/+2
* drm/aperture: Remove primary argumentDaniel Vetter2023-04-161-1/+1
* drm/vc4: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
* drm/vc4: use new debugfs device-centered functionsMaíra Canal2022-12-221-1/+0
* drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard2022-12-081-2/+2
* Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2022-11-241-1/+6
|\
| * drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()Yuan Can2022-11-071-1/+6
| * Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2022-10-201-9/+19
| |\
* | | drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* | | Merge tag 'drm-misc-fixes-2022-10-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-10-211-0/+1
|\| | | |/ |/|
| * drm/vc4: Add module dependency on hdmi-codecMaxime Ripard2022-10-131-0/+1
* | drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-3/+3
* | drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2022-08-031-1/+0
* | drm/vc4: Switch to drmm_mutex_initMaxime Ripard2022-07-131-1/+3
* | drm/vc4: drv: Use drm_dev_unplugMaxime Ripard2022-07-131-2/+1
* | drm/vc4: drv: Call component_unbind_all()Maxime Ripard2022-07-131-2/+12
|/
* Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-07-131-16/+81
|\
| * drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard2022-06-161-0/+11
| * drm/vc4: drv: Skip BO Backend Initialization on BCM2711Maxime Ripard2022-06-161-7/+11
| * drm/vc4: drv: Register a different driver on BCM2711Maxime Ripard2022-06-161-9/+42
| * drm/vc4: bo: Split out Dumb buffers fixupMaxime Ripard2022-06-161-0/+13
| * drm/vc4: bo: Rename vc4_dumb_createMaxime Ripard2022-06-161-1/+1
| * drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard2022-06-161-0/+4
* | drm/vc4: change vc4_dma_range_matches from a global to staticTom Rix2022-06-301-1/+1
* | drm/vc4: drv: Adopt the dma configuration from the HVS or V3D componentDave Stevenson2022-06-281-0/+19
|/
* Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-6/+1
|\
| * drm/vc4: Make use of the helper component_compare_devYong Wu2022-02-251-6/+1
* | drm/vc4: Notify the firmware when DRM is in chargeMaxime Ripard2022-01-111-0/+22
* | drm/vc4: Remove conflicting framebuffers before callind bind_allMaxime Ripard2022-01-111-4/+4
* | drm/vc4: Support nomodesetMaxime Ripard2022-01-111-0/+3
|/
* drm/vc4: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-011-4/+2
* drm/vc4: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-101-4/+0
* drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* drm/vc4: hvs: Make the HVS bind firstMaxime Ripard2021-05-241-1/+10
* drm/vc4: Remove redundant error printing in vc4_ioremap_regs()Zhen Lei2021-05-111-3/+1
* drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-1/+4
* drm/vc4: Initialize vc4_drm_driver with CMA helper defaultsThomas Zimmermann2021-01-151-6/+1
* drm/vc4: Move mmap implementation into GEM object functionThomas Zimmermann2021-01-131-12/+2
* Merge v5.10-rc3 into drm-nextDaniel Vetter2020-11-101-27/+14
|\
| * drm/vc4: drv: Remove unused variableMaxime Ripard2020-11-031-1/+0
| * drm/vc4: kms: Add functions to create the state objectsMaxime Ripard2020-11-021-3/+0
| * drm/vc4: Use devm_drm_dev_allocMaxime Ripard2020-11-021-17/+10
| * drm/vc4: gem: Add a managed action to cleanup the job queueMaxime Ripard2020-11-021-4/+4
| * drm/vc4: drv: Use managed drm_mode_config_initMaxime Ripard2020-11-021-4/+3
| * drm/vc4: bo: Add a managed action to cleanup the cacheMaxime Ripard2020-11-021-1/+0
* | Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-11-041-12/+0
|\ \ | |/ |/|
| * drm/vc4: Introduce GEM object functionsThomas Zimmermann2020-09-251-12/+0
* | drm/vc4: drv: Add error handding for bindHoegeun Kwon2020-10-271-0/+1
|/