summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d/v3d_drv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/v3d: Expose Super Pages capabilityMaíra Canal2024-09-251-0/+3
* drm/v3d: Add modparam for turning off Big/Super PagesMaíra Canal2024-09-251-0/+7
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-07-291-1/+4
|\
| * drm/v3d: Add V3D tech revision to the device informationMaíra Canal2024-07-151-1/+4
* | drm/v3d: Expose memory stats through fdinfoMaíra Canal2024-07-131-0/+2
* | drm/v3d: Move perfmon init completely into own unitTvrtko Ursulin2024-07-131-7/+2
|/
* drm/v3d: Fix perfmon build error/warningTvrtko Ursulin2024-06-051-2/+2
* drm/v3d: Create new IOCTL to expose performance counters informationMaíra Canal2024-05-201-0/+1
* drm/v3d: Create a new V3D parameter for the maximum number of perfcntMaíra Canal2024-05-201-0/+3
* drm/v3d: Different V3D versions can have different number of perfcntMaíra Canal2024-05-201-0/+7
* drm/v3d: Fix race-condition between sysfs/fdinfo and interrupt handlerMaíra Canal2024-04-241-4/+10
* drm/v3d: Decouple stats calculation from printingMaíra Canal2024-04-241-4/+14
* drm/v3d: Create a struct to store the GPU statsMaíra Canal2024-04-241-8/+7
* 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-131-0/+1
* drm/v3d: Get rid of pm codePeter Robinson2022-06-131-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-091-4/+17
* drm/v3d: Handle errors from IRQ setup.Eric Anholt2019-03-091-2/+6