index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
v3d
/
v3d_drv.h
Age
Commit message (
Expand
)
Author
2024-04-23
drm/v3d: Fix race-condition between sysfs/fdinfo and interrupt handler
Maíra Canal
2024-04-23
drm/v3d: Decouple stats calculation from printing
Maíra Canal
2024-04-23
drm/v3d: Create a struct to store the GPU stats
Maíra Canal
2024-04-23
drm/v3d: Create two functions to update all GPU stats variables
Maíra Canal
2024-02-23
drm/v3d: Enable V3D to use different PAGE_SIZE
Maíra Canal
2023-12-01
drm/v3d: Create a CPU job extension for the copy performance query job
Maíra Canal
2023-12-01
drm/v3d: Create a CPU job extension for the reset performance query job
Maíra Canal
2023-12-01
drm/v3d: Create a CPU job extension to copy timestamp query to a buffer
Maíra Canal
2023-12-01
drm/v3d: Create a CPU job extension for the reset timestamp job
Maíra Canal
2023-12-01
drm/v3d: Create a CPU job extension for the timestamp query job
Maíra Canal
2023-12-01
drm/v3d: Create a CPU job extension for a indirect CSD job
Maíra Canal
2023-12-01
drm/v3d: Enable BO mapping
Maíra Canal
2023-12-01
drm/v3d: Add a CPU job submission
Melissa Wen
2023-12-01
drm/v3d: Detach job submissions IOCTLs to a new specific file
Melissa Wen
2023-12-01
drm/v3d: Move wait BO ioctl to the v3d_bo file
Melissa Wen
2023-12-01
drm/v3d: Remove unused function header
Melissa Wen
2023-11-06
drm/v3d: Expose the total GPU usage stats on sysfs
Maíra Canal
2023-11-06
drm/v3d: Implement show_fdinfo() callback for GPU usage stats
Maíra Canal
2023-10-05
drm/v3d: Annotate struct v3d_perfmon with __counted_by
Kees Cook
2023-07-27
drm/v3d: Avoid -Wconstant-logical-operand in nsecs_to_jiffies_timeout()
Nathan Chancellor
2021-10-04
drm/v3d: add multiple syncobjs support
Melissa Wen
2021-08-30
drm/v3d: Use scheduler dependency handling
Daniel Vetter
2021-08-30
drm/v3d: Move drm_sched_job_init to v3d_job_init
Daniel Vetter
2021-07-21
drm/v3d: Expose performance counters to userspace
Juan A. Suarez Romero
2020-04-28
drm/v3d: Delete v3d_dev->pdev
Daniel Vetter
2020-04-28
drm/v3d: Delete v3d_dev->dev
Daniel Vetter
2020-04-28
drm/v3d: Don't set drm_device->dev_private
Daniel Vetter
2020-03-18
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
2020-03-04
drm/v3d: Replace wait_for macros to remove use of msleep
James Hughes
2019-07-17
drm/v3d: drop use of drmP.h
Sam Ravnborg
2019-05-16
drm/v3d: Fix and extend MMU error handling.
Eric Anholt
2019-04-18
drm/v3d: Add missing implicit synchronization.
Eric Anholt
2019-04-18
drm/v3d: Add support for compute shader dispatch.
Eric Anholt
2019-04-18
drm/v3d: Refactor job management.
Eric Anholt
2019-04-18
drm/v3d: Switch the type of job-> to reduce casting.
Eric Anholt
2019-04-01
drm/v3d: Rename the fence signaled from IRQs to "irq_fence".
Eric Anholt
2019-03-14
drm/v3d: Use the new shmem helpers to reduce driver boilerplate.
Eric Anholt
2019-03-14
drm/v3d: Remove some dead members of struct v3d_bo.
Eric Anholt
2019-03-08
drm/v3d: Add support for V3D v4.2.
Eric Anholt
2019-03-08
drm/v3d: Handle errors from IRQ setup.
Eric Anholt
2019-02-19
drm: v3d: Switch to use drm_gem_object reservation_object
Rob Herring
2018-12-07
drm/v3d: Drop unused v3d_flush_caches().
Eric Anholt
2018-11-30
drm/v3d: Add support for submitting jobs to the TFU.
Eric Anholt
2018-10-15
drm/v3d: Fix a use-after-free race accessing the scheduler's fences.
Eric Anholt
2018-07-05
drm/v3d: Delay the scheduler timeout if we're still making progress.
Eric Anholt
2018-07-05
drm/v3d: use new return type vm_fault_t in v3d_gem_fault
Souptick Joarder
2018-06-21
drm/v3d: Remove the bad signaled() implementation.
Eric Anholt
2018-06-21
drm/v3d: Take a lock across GPU scheduler job creation and queuing.
Eric Anholt
2018-05-03
drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+
Eric Anholt