summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d/v3d_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/v3d: Add a CPU job submissionMelissa Wen2023-12-011-0/+4
* drm/v3d: Expose the total GPU usage stats on sysfsMaíra Canal2023-11-061-0/+9
* drm/v3d: Implement show_fdinfo() callback for GPU usage statsMaíra Canal2023-11-061-1/+35
* drm/v3d: add brcm,2712-v3d as a compatible V3D deviceIago Toral Quiroga2023-11-021-0/+1
* drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann2023-06-261-2/+0
* drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann2023-06-191-1/+0
* drm/v3d: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-4/+2
* drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-1/+0
* drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2022-08-031-1/+0
* drm/v3d: Add support for bcm2711Peter Robinson2022-06-121-0/+1
* drm/v3d: Get rid of pm codePeter Robinson2022-06-121-11/+0
* drm/v3d/v3d_drv: Check for error num after setting maskJiasheng Jiang2022-01-111-2/+6
* drm/v3d: add multiple syncobjs supportMelissa Wen2021-10-041-2/+4
* drm/v3d: add generic ioctl extensionMelissa Wen2021-10-041-3/+1
* drm/v3d: Make use of the helper function devm_platform_ioremap_resource_byname()Cai Huoqing2021-09-201-4/+1
* drm/v3d: Expose performance counters to userspaceJuan A. Suarez Romero2021-07-211-0/+8
* drm/v3d: Set dma_mask as well as coherent_dma_maskPhil Elwell2021-01-061-2/+2
* drm/v3d/v3d_drv: Remove unused static variable 'v3d_v3d_pm_ops'Lee Jones2020-11-171-36/+0
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/v3d: convert to use module_platform_driverQinglang Miao2020-08-101-12/+1
* drm/v3d: Delete v3d_dev->pdevDaniel Vetter2020-04-281-2/+1
* drm/v3d: Delete v3d_dev->devDaniel Vetter2020-04-281-6/+6
* drm/v3d: Use devm_drm_dev_allocDaniel Vetter2020-04-281-21/+10
* drm/v3d: Don't set drm_device->dev_privateDaniel Vetter2020-04-281-1/+0
* drm/v3d: Use drmm_add_final_kfreeDaniel Vetter2020-03-261-18/+20
* drm/scheduler: rework entity creationNirmoy Das2019-12-181-3/+5
* drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPSGerd Hoffmann2019-10-171-1/+1
* drm/v3d: clean caches at the end of render jobs on request from user spaceIago Toral Quiroga2019-09-191-0/+3
* drm/v3d: drop use of drmP.hSam Ravnborg2019-07-171-1/+4
* drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+0
* drm/v3d: Fix and extend MMU error handling.Eric Anholt2019-05-161-0/+1
* drm/v3d: Set the correct DMA mask according to the MMU's limits.Eric Anholt2019-05-161-1/+5
* drm/v3d: Add support for compute shader dispatch.Eric Anholt2019-04-181-3/+7
* drm/v3d: fix a missing check of pm_runtime_get_syncKangjie Lu2019-04-011-0/+2
* drm/v3d: Use the new shmem helpers to reduce driver boilerplate.Eric Anholt2019-03-141-24/+3
* drm/v3d: Add support for V3D v4.2.Eric Anholt2019-03-081-4/+17
* drm/v3d: Handle errors from IRQ setup.Eric Anholt2019-03-081-2/+6
* drm: v3d: Switch to use drm_gem_object reservation_objectRob Herring2019-02-191-1/+0
* drm/v3d: Update top-level kerneldoc for the addition of TFU.Eric Anholt2019-02-191-3/+3
* drm/v3d: Add support for submitting jobs to the TFU.Eric Anholt2018-11-301-4/+11
* drm/scheduler: modify API to avoid redundancyNayan Deshmukh2018-07-251-3/+1
* drm/scheduler: modify args of drm_sched_entity_initNayan Deshmukh2018-07-131-4/+3
* drm/scheduler: Rename cleanup functions v2.Andrey Grodzovsky2018-07-051-1/+1
* Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-05-161-1/+1
* drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+Eric Anholt2018-05-031-0/+371