summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_drv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* drm/vc4: drv: Support BCM2711Maxime Ripard2020-09-071-0/+1
* drm/vc4: drv: Disable the CRTC at boot timeMaxime Ripard2020-09-071-0/+4
* drm/vc4: Reorder the bind order of the devicesMaxime Ripard2020-07-071-1/+1
* drm/vc4: plane: Move additional planes creation to driverMaxime Ripard2020-06-101-0/+4
* drm/vc4: Convert to CRTC VBLANK callbacksThomas Zimmermann2020-02-131-2/+0
* drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann2020-02-131-1/+0
* Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-191-3/+6
|\
| * Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-4/+1
| |\
| * | drm/vc4: drop use of drmP.hSam Ravnborg2019-07-171-1/+6
| * | drm/vc3: Drop drm_gem_prime_importDaniel Vetter2019-06-211-1/+0
| * | drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+0
* | | platform: Add platform_find_device_by_driver() helperSuzuki K Poulose2019-07-301-2/+1
| |/ |/|
* | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-0/+6
|\|
| * drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski2019-05-231-0/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt2019-04-031-0/+10
* drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt2019-04-031-0/+1
* drm/vc4: Call drm_dev_register() after all setup is doneNoralf Trønnes2019-04-031-2/+4
* drm/vc4: Add helpers for pm get/put.Eric Anholt2019-04-011-12/+9
* drm/vc4: Use 16bpp by default for the fbdev bufferMaxime Ripard2019-03-071-1/+1
* drm/vc4: Add a load tracker to prevent HVS underflow errorsBoris Brezillon2019-03-061-0/+1
* drm: vc4: Switch to use drm_gem_object reservation_objectRob Herring2019-02-191-1/+0
* drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter2019-01-291-1/+0
* drm/vc4: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-051-0/+3
* drm/vc4: Use drm_fbdev_generic_setup()Noralf Trønnes2018-09-251-3/+2
* drm/vc4: use simpler remove_conflicting_framebuffers(NULL)Michał Mirosław2018-09-031-19/+1
* drm/vc4: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-07-171-4/+4
* drm/vc4: Add support for the transposer blockBoris Brezillon2018-07-071-0/+1
* Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-061-3/+6
|\
| * drm/vc4: Enable syncobj supportStefan Schake2018-04-301-1/+2
| * drm/vc4: Add CTM supportStefan Schake2018-04-231-0/+3
| * gpu: drm: vc4: simplify getting .drvdataWolfram Sang2018-04-231-2/+1