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_kms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-14
drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
Thomas Hellstrom
1
-1
/
+5
2015-12-24
Backmerge drm-fixes merge into Linus's tree into drm-next.
Dave Airlie
1
-13
/
+51
2015-12-15
drm/vmwgfx: Constify function pointer structs
Ville Syrjälä
1
-2
/
+2
2015-12-11
drm: Drop drm_helper_probe_single_connector_modes_nomerge()
Ville Syrjälä
1
-1
/
+1
2015-12-08
drm/vmwgfx: Drop dummy save/restore hooks
Daniel Vetter
1
-16
/
+0
2015-12-08
drm/vmwgfx: Implement the cursor_set2 callback v2
Thomas Hellstrom
1
-13
/
+51
2015-11-24
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
1
-1
/
+1
2015-11-06
drm/vmwgfx: Properly flush cursor updates and page-flips
Thomas Hellstrom
1
-1
/
+1
2015-11-02
drm/vmwgfx: Replace iowrite/ioread with volatile memory accesses
Thomas Hellstrom
1
-11
/
+12
2015-10-06
drm/irq: Use unsigned int pipe in public API
Thierry Reding
1
-3
/
+3
2015-09-24
drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()
Christian Engelmayer
1
-2
/
+1
2015-08-17
Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...
Dave Airlie
1
-826
/
+825
2015-08-12
drm/vmwgfx: Fix copyright headers
Sinclair Yeh
1
-1
/
+1
2015-08-12
drm/vmwgfx: Initial DX support
Thomas Hellstrom
1
-5
/
+10
2015-08-12
drm/vmwgfx: Fix crash when unloading vmwgfx v2
Sinclair Yeh
1
-24
/
+18
2015-08-12
drm/vmwgfx: Fixed topology boundary checking for Screen Targets
Sinclair Yeh
1
-11
/
+22
2015-08-05
drm/vmwgfx: Kill a bunch of sparse warnings
Thomas Hellstrom
1
-16
/
+16
2015-08-05
drm/vmwgfx: Fix kms preferred mode sorting
Thomas Hellstrom
1
-4
/
+2
2015-08-05
drm/vmwgfx: Reinstate the legacy display system dirty callback
Thomas Hellstrom
1
-3
/
+6
2015-08-05
drm/vmwgfx: Implement fbdev on kms v2
Thomas Hellstrom
1
-3
/
+60
2015-08-05
drm/vmwgfx: Add a kernel interface to create a framebuffer v2
Thomas Hellstrom
1
-66
/
+96
2015-08-05
drm/vmwgfx: Convert screen targets to new helpers v3
Thomas Hellstrom
1
-30
/
+119
2015-08-05
drm/vmwgfx: Convert screen objects to the new helpers
Thomas Hellstrom
1
-275
/
+44
2015-08-05
drm/vmwgfx: Add kms helpers for dirty- and readback functions
Thomas Hellstrom
1
-0
/
+292
2015-08-05
drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2
Thomas Hellstrom
1
-1
/
+1
2015-08-05
drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMs
Sinclair Yeh
1
-6
/
+101
2015-08-05
drm/vmwgfx: Implement screen targets
Sinclair Yeh
1
-8
/
+54
2015-08-05
drm/vmwgfx: Add "quirk" to handling command verification exceptions
Thomas Hellstrom
1
-2
/
+2
2015-08-05
vmwgfx: Major KMS refactoring / cleanup in preparation of screen targets
Sinclair Yeh
1
-478
/
+84
2015-08-05
drm/vmwgfx: Add command buffer support v3
Thomas Hellstrom
1
-0
/
+4
2015-07-27
drm: Make the connector dpms callback return a value, v2.
Maarten Lankhorst
1
-1
/
+2
2015-03-11
drm/vmwgfx: Fix a couple of lock dependency violations
Thomas Hellstrom
1
-11
/
+3
2015-01-19
drm/vmwgfx: Replace the hw mutex with a hw spinlock
Thomas Hellstrom
1
-2
/
+0
2014-11-12
drm: Per-plane locking
Daniel Vetter
1
-2
/
+2
2014-10-31
drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.
Sinclair Yeh
1
-3
/
+13
2014-10-31
drm/vmwgfx: fix lock breakage
Rob Clark
1
-4
/
+4
2014-07-22
drm/ttm: Fix a few sparse warnings
Thierry Reding
1
-2
/
+2
2014-07-18
drm/vmwgfx: use helpers
Rob Clark
1
-4
/
+2
2014-06-19
drm: add register and unregister functions for connectors
Thomas Wood
1
-1
/
+1
2014-06-05
drm: convert crtc and connection_mutex to ww_mutex (v5)
Rob Clark
1
-4
/
+4
2014-05-01
drm: try harder to avoid regression when merging mode bits
Dave Airlie
1
-1
/
+1
2014-04-02
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
1
-7
/
+7
2014-03-28
drm/vmwgfx: Use a per-device semaphore for reservation protection
Thomas Hellstrom
1
-9
/
+6
2014-01-17
drm/vmwgfx: Fix surface framebuffer check for guest-backed surfaces
Thomas Hellstrom
1
-3
/
+3
2014-01-17
drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolution
Thomas Hellstrom
1
-1
/
+1
2014-01-08
drivers: gpu: Mark functions as static in vmwgfx_kms.c
Rashika Kheria
1
-6
/
+6
2013-12-18
drm: Push dirtyfb ioctl kms locking down to drivers
Ville Syrjälä
1
-2
/
+16
2013-12-05
drm/vmwgfx: Add our connectors to sysfs
Thomas Hellstrom
1
-0
/
+1
2013-11-06
drm/vmwgfx: Return -ENOENT when a mode object can't be found
Ville Syrjälä
1
-1
/
+1
2013-08-30
drm: Pass page flip ioctl flags to driver
Keith Packard
1
-1
/
+2
[next]