summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_drv.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-1/+4
2021-01-15drm/vc4: Initialize vc4_drm_driver with CMA helper defaultsThomas Zimmermann1-6/+1
2021-01-13drm/vc4: Move mmap implementation into GEM object functionThomas Zimmermann1-12/+2
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter1-27/+14
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-12/+0
2020-11-03drm/vc4: drv: Remove unused variableMaxime Ripard1-1/+0
2020-11-02drm/vc4: kms: Add functions to create the state objectsMaxime Ripard1-3/+0
2020-11-02drm/vc4: Use devm_drm_dev_allocMaxime Ripard1-17/+10
2020-11-02drm/vc4: gem: Add a managed action to cleanup the job queueMaxime Ripard1-4/+4
2020-11-02drm/vc4: drv: Use managed drm_mode_config_initMaxime Ripard1-4/+3
2020-11-02drm/vc4: bo: Add a managed action to cleanup the cacheMaxime Ripard1-1/+0
2020-10-27drm/vc4: drv: Add error handding for bindHoegeun Kwon1-0/+1
2020-09-25drm/vc4: Introduce GEM object functionsThomas Zimmermann1-12/+0
2020-09-07drm/vc4: drv: Support BCM2711Maxime Ripard1-0/+1
2020-09-07drm/vc4: drv: Disable the CRTC at boot timeMaxime Ripard1-0/+4
2020-07-07drm/vc4: Reorder the bind order of the devicesMaxime Ripard1-1/+1
2020-06-10drm/vc4: plane: Move additional planes creation to driverMaxime Ripard1-0/+4
2020-02-13drm/vc4: Convert to CRTC VBLANK callbacksThomas Zimmermann1-2/+0
2020-02-13drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann1-1/+0
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+6
2019-07-30platform: Add platform_find_device_by_driver() helperSuzuki K Poulose1-2/+1
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-4/+1
2019-07-17drm/vc4: drop use of drmP.hSam Ravnborg1-1/+6
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+6
2019-06-21drm/vc3: Drop drm_gem_prime_importDaniel Vetter1-1/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-23drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski1-0/+6
2019-04-03drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt1-0/+10
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt1-0/+1
2019-04-03drm/vc4: Call drm_dev_register() after all setup is doneNoralf Trønnes1-2/+4
2019-04-01drm/vc4: Add helpers for pm get/put.Eric Anholt1-12/+9
2019-03-07drm/vc4: Use 16bpp by default for the fbdev bufferMaxime Ripard1-1/+1
2019-03-06drm/vc4: Add a load tracker to prevent HVS underflow errorsBoris Brezillon1-0/+1