index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
v3d
/
v3d_drv.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/v3d: Fix and extend MMU error handling.
Eric Anholt
2019-05-16
1
-0
/
+2
*
drm/v3d: Add missing implicit synchronization.
Eric Anholt
2019-04-18
1
-7
/
+4
*
drm/v3d: Add support for compute shader dispatch.
Eric Anholt
2019-04-18
1
-1
/
+27
*
drm/v3d: Refactor job management.
Eric Anholt
2019-04-18
1
-38
/
+39
*
drm/v3d: Switch the type of job-> to reduce casting.
Eric Anholt
2019-04-18
1
-2
/
+2
*
drm/v3d: Rename the fence signaled from IRQs to "irq_fence".
Eric Anholt
2019-04-01
1
-2
/
+2
*
drm/v3d: Use the new shmem helpers to reduce driver boilerplate.
Eric Anholt
2019-03-14
1
-11
/
+3
*
drm/v3d: Remove some dead members of struct v3d_bo.
Eric Anholt
2019-03-14
1
-9
/
+0
*
drm/v3d: Add support for V3D v4.2.
Eric Anholt
2019-03-09
1
-0
/
+2
*
drm/v3d: Handle errors from IRQ setup.
Eric Anholt
2019-03-09
1
-1
/
+1
*
drm: v3d: Switch to use drm_gem_object reservation_object
Rob Herring
2019-02-19
1
-6
/
+0
*
drm/v3d: Drop unused v3d_flush_caches().
Eric Anholt
2018-12-07
1
-1
/
+0
*
drm/v3d: Add support for submitting jobs to the TFU.
Eric Anholt
2018-11-30
1
-5
/
+27
*
drm/v3d: Fix a use-after-free race accessing the scheduler's fences.
Eric Anholt
2018-10-15
1
-0
/
+5
*
drm/v3d: Delay the scheduler timeout if we're still making progress.
Eric Anholt
2018-07-05
1
-0
/
+2
*
drm/v3d: use new return type vm_fault_t in v3d_gem_fault
Souptick Joarder
2018-07-05
1
-1
/
+2
*
drm/v3d: Remove the bad signaled() implementation.
Eric Anholt
2018-06-21
1
-1
/
+0
*
drm/v3d: Take a lock across GPU scheduler job creation and queuing.
Eric Anholt
2018-06-21
1
-0
/
+5
*
drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+
Eric Anholt
2018-05-04
1
-0
/
+294