index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_execbuf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-11
drm/vmwgfx: fix spelling mistake "Cound" -> "Could"
Colin Ian King
1
-1
/
+1
2020-06-26
drm/vmwgfx: don't use ttm bo->offset
Nirmoy Das
1
-1
/
+1
2020-03-24
drm/vmwgfx: Add support for streamoutput with mob commands
Deepak Rawat
1
-3
/
+170
2020-03-24
drm/vmwgfx: Rename stream output target binding tracker struct
Deepak Rawat
1
-2
/
+2
2020-03-24
drm/vmwgfx: Add support for indirect and dispatch commands
Deepak Rawat
1
-0
/
+70
2020-03-24
drm/vmwgfx: Add support for UA view commands
Deepak Rawat
1
-1
/
+143
2020-03-24
drm/vmwgfx: Support SM5 shader type in command buffer
Deepak Rawat
1
-3
/
+11
2020-03-24
drm/vmwgfx: Use enum to represent graphics context capabilities
Deepak Rawat
1
-2
/
+4
2020-03-24
drm/vmwgfx: Deprecate logic ops commands
Deepak Rawat
1
-12
/
+6
2020-01-15
drm/vmwgfx: Replace deprecated PTR_RET
Lukas Bulwahn
1
-6
/
+15
2019-11-06
drm/vmwgfx: Implement an infrastructure for write-coherent resources
Thomas Hellstrom
1
-1
/
+0
2019-06-26
drm/vmwgfx: use core drm to extend/check vmw_execbuf_ioctl
Emil Velikov
1
-33
/
+19
2019-05-21
drm/vmwgfx: integer underflow in vmw_cmd_dx_set_shader() leading to an invali...
Murray McAllister
1
-1
/
+2
2019-05-21
drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()
Murray McAllister
1
-0
/
+4
2019-05-21
drm/vmwgfx: Fix compat mode shader operation
Thomas Hellstrom
1
-0
/
+13
2019-04-08
drm/vmwgfx: Zero initialize handle in vmw_execbuf_process
Nathan Chancellor
1
-1
/
+1
2019-04-08
drm/vmwgfx: Use preprocessor macro for FIFO allocation
Deepak Rawat
1
-7
/
+5
2019-04-08
drm/vmwgfx: Fix formatting and spaces in vmwgfx_execbuf.c
Deepak Rawat
1
-385
/
+302
2019-04-08
drm/vmwgfx: Clean up some debug messages in vmwgfx_execbuf.c
Deepak Rawat
1
-12
/
+8
2019-04-08
drm/vmwgfx: Print message when command verifier returns with error
Deepak Rawat
1
-2
/
+5
2019-04-08
drm/vmwgfx: Add a new define for vmwgfx user-space debugging
Deepak Rawat
1
-71
/
+69
2019-04-08
drm/vmwgfx: Use preprocessor macro for cmd struct
Deepak Rawat
1
-280
/
+125
2019-04-08
drm/vmwgfx: Use preprocessor macro to get valid context node
Deepak Rawat
1
-57
/
+45
2019-04-08
drm/vmwgfx: remove redundant unlikely annotation
Chengguang Xu
1
-2
/
+2
2019-04-08
drm/vmwgfx: Be more restrictive when dirtying resources
Thomas Hellstrom
1
-65
/
+101
2019-02-05
drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_user
Thomas Hellstrom
1
-1
/
+1
2018-12-13
drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3
Thomas Hellstrom
1
-0
/
+2
2018-12-12
drm/vmwgfx: remove redundant return ret statement
Colin Ian King
1
-2
/
+0
2018-09-28
drm/vmwgfx: Make user resource lookups reference-free during validation
Thomas Hellstrom
1
-130
/
+137
2018-09-28
drm/vmwgfx: Don't refcount cotable lookups during command buffer validation
Thomas Hellstrom
1
-5
/
+0
2018-09-28
drm/vmwgfx: Don't refcount command-buffer managed resource lookups during com...
Thomas Hellstrom
1
-43
/
+26
2018-09-28
drm/vmwgfx: Make buffer object lookups reference-free during validation
Thomas Hellstrom
1
-55
/
+30
2018-09-27
drm/vmwgfx: Reduce the size of buffer object relocations
Thomas Hellstrom
1
-4
/
+5
2018-09-27
drm/vmwgfx: Use a validation context allocator for relocations and validations
Thomas Hellstrom
1
-36
/
+44
2018-09-27
drm/vmwgfx: Adapt execbuf to the new validation api
Thomas Hellstrom
1
-575
/
+310
2018-09-27
drm/vmwgfx: Modify the resource validation interface
Thomas Hellstrom
1
-1
/
+1
2018-07-10
Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...
Dave Airlie
1
-2
/
+30
2018-07-10
Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...
Dave Airlie
1
-44
/
+42
2018-07-06
drm/vmwgfx: Add support for SVGA3dCmdIntraSurfaceCopy command
Neha Bhende
1
-0
/
+28
2018-07-04
drm/vmwgfx: Update the device headers
Deepak Rawat
1
-2
/
+2
2018-07-03
drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_object
Thomas Hellstrom
1
-44
/
+42
2018-06-29
drm/vmwgfx: add SPDX idenitifier and clarify license
Dirk Hohndel (VMware)
1
-2
/
+2
2018-01-18
BackMerge tag 'v4.15-rc8' into drm-next
Dave Airlie
1
-0
/
+2
2018-01-10
drm/vmwgfx: Potential off by one in vmw_view_add()
Dan Carpenter
1
-0
/
+2
2017-12-06
drm/ttm: add operation ctx to ttm_bo_validate v2
Christian König
1
-5
/
+4
2017-08-28
drm/vmwgfx: Add export fence to file descriptor support
Sinclair Yeh
1
-7
/
+62
2017-08-28
drm/vmwgfx: Add support for imported Fence File Descriptor
Sinclair Yeh
1
-2
/
+22
2017-08-28
drm/vmwgfx: Prepare to support fence fd
Sinclair Yeh
1
-5
/
+0
2017-08-28
drm/vmwgfx: Support the NOP_ERROR command
Thomas Hellstrom
1
-0
/
+2
2017-08-28
drm/vmwgfx: Restart command buffers after errors
Thomas Hellstrom
1
-1
/
+47
[next]