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
starfive-6.6.48-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_drv.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-18
drm/vmwgfx: Drop svga_lock
Daniel Vetter
1
-1
/
+0
2021-01-14
drm/vmwgfx: Cleanup the cmd/fifo split
Zack Rusin
1
-16
/
+14
2021-01-14
drm/vmwgfx: Remove the throttling code
Zack Rusin
1
-21
/
+0
2021-01-14
drm/vmwgfx: Cleanup pci resource allocation
Zack Rusin
1
-2
/
+3
2021-01-14
drm/vmwgfx: Cleanup fifo mmio handling
Zack Rusin
1
-15
/
+16
2021-01-14
drm/vmwgfx: Switch to a managed drm device
Zack Rusin
1
-1
/
+1
2021-01-14
drm/vmwgfx: Remove stealth mode
Zack Rusin
1
-5
/
+0
2020-12-01
drm/ttm/drivers: remove unecessary ttm_module.h include v2
Christian König
1
-1
/
+0
2020-09-24
drm/vmwgfx: switch over to the new pin interface v2
Christian König
1
-6
/
+1
2020-09-24
drm/vmwgfx: stop using ttm_bo_create v2
Christian König
1
-0
/
+4
2020-09-24
drm/vmwgfx: remove unused placement combination
Christian König
1
-1
/
+0
2020-09-11
drm/ttm: nuke memory type flags
Christian König
1
-2
/
+0
2020-08-06
drm/ttm: rename ttm_mem_reg to ttm_resource.
Dave Airlie
1
-2
/
+2
2020-08-06
drm/vmwgfx: fix gmrid takedown paths to new interface
Dave Airlie
1
-0
/
+1
2020-08-06
drm/vmwgfx: takedown vram manager
Dave Airlie
1
-0
/
+1
2020-08-06
drm/vmwgfx/ttm: switch gmrid allocator to new init paths.
Dave Airlie
1
-1
/
+1
2020-08-06
drm/vmwgfx/ttm: convert vram mm init to new code paths
Dave Airlie
1
-3
/
+1
2020-08-06
drm/vmwgfx: drop bo map/unmap dma functions.
Dave Airlie
1
-2
/
+0
2020-08-06
drm/vmwgfx: consolidate ttm object creation and populate
Dave Airlie
1
-0
/
+4
2020-05-16
drm/vmwgfx: Fix parameter name in vmw_bo_init
Guixiong Wei
1
-1
/
+1
2020-04-03
Merge branch 'ttm-transhuge' of git://people.freedesktop.org/~thomash/linux i...
Dave Airlie
1
-0
/
+12
2020-03-24
drm/vmwgfx: Hook up the helpers to align buffer objects
Thomas Hellstrom (VMware)
1
-0
/
+1
2020-03-24
drm/vmwgfx: Introduce a huge page aligning TTM range manager
Thomas Hellstrom (VMware)
1
-0
/
+7
2020-03-24
drm/vmwgfx: Support huge page faults
Thomas Hellstrom (VMware)
1
-0
/
+4
2020-03-24
drm/vmwgfx: Use vmwgfx version 2.18 to signal SM5 compatibility
Thomas Hellström (VMware)
1
-1
/
+1
2020-03-24
drm/vmwgfx: Add surface define v4 command
Deepak Rawat
1
-0
/
+2
2020-03-24
drm/vmwgfx: Refactor surface_define to use vmw_surface_metadata
Deepak Rawat
1
-0
/
+5
2020-03-24
drm/vmwgfx: Split surface metadata from struct vmw_surface
Deepak Rawat
1
-12
/
+44
2020-03-24
drm/vmwgfx: Add support for streamoutput with mob commands
Deepak Rawat
1
-1
/
+21
2020-03-24
drm/vmwgfx: Add a new enum for SM5 graphics context capability
Deepak Rawat
1
-0
/
+13
2020-03-24
drm/vmwgfx: Use enum to represent graphics context capabilities
Deepak Rawat
1
-2
/
+38
2020-03-12
drm/vmwgfx: Remove a few unused functions
Sebastian Andrzej Siewior
1
-28
/
+0
2020-02-17
Merge v5.6-rc2 into drm-misc-next
Maxime Ripard
1
-2
/
+4
2020-02-13
drm/vmwgfx: Convert to CRTC VBLANK callbacks
Thomas Zimmermann
1
-3
/
+3
2020-01-15
drm/vmwgfx: Bump driver minor version
Thomas Hellstrom
1
-2
/
+2
2020-01-15
drm/vmwgfx: add ioctl for messaging from/to guest userspace to/from host
Roland Scheidegger
1
-0
/
+2
2019-11-06
drm/vmwgfx: Add surface dirty-tracking callbacks
Thomas Hellstrom
1
-2
/
+2
2019-11-06
drm/vmwgfx: Implement an infrastructure for read-coherent resources
Thomas Hellstrom
1
-1
/
+6
2019-11-06
drm/vmwgfx: Use an RBtree instead of linked list for MOB resources
Thomas Hellstrom
1
-5
/
+5
2019-11-06
drm/vmwgfx: Implement an infrastructure for write-coherent resources
Thomas Hellstrom
1
-3
/
+20
2019-10-25
drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfx
Christian König
1
-0
/
+3
2019-10-03
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-24
/
+102
2019-09-11
drm/vmwgfx: switch to own vma manager
Gerd Hoffmann
1
-0
/
+1
2019-08-15
drm/vmwgfx: Assign eviction priorities to resources
Thomas Hellstrom
1
-0
/
+72
2019-08-15
drm/vmwgfx: drop use of drmP.h in header files
Sam Ravnborg
1
-9
/
+21
2019-08-15
drm/vmwgfx: Kill unneeded legacy security features
Thomas Hellstrom
1
-15
/
+1
2019-08-14
drm/vmwgfx: Add debug message for layout change ioctl
Deepak Rawat
1
-0
/
+8
2019-06-26
drm/vmwgfx: use core drm to extend/check vmw_execbuf_ioctl
Emil Velikov
1
-2
/
+2
2019-06-26
drm/vmgfx: kill off unused init_mutex
Emil Velikov
1
-5
/
+0
2019-05-21
drm/vmwgfx: Use the dma scatter-gather iterator to get dma addresses
Thomas Hellstrom
1
-1
/
+1
[next]