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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-25
drm: track dev_mapping in more robust and flexible way
Ilija Hadzic
1
-4
/
+1
2012-07-20
drm: kill reclaim_buffers_locked
Daniel Vetter
1
-1
/
+0
2012-06-01
drm/vmwgfx: Fix nasty write past alloced memory area
Thomas Hellstrom
1
-1
/
+1
2012-05-23
ttm: add prime sharing support to TTM (v2)
Dave Airlie
1
-1
/
+1
2012-05-22
drm: Constify drm_mode_config_funcs pointer
Laurent Pinchart
1
-1
/
+1
2012-03-23
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
10
-151
/
+353
2012-03-21
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
1
-3
/
+3
2012-03-20
drm: remove the second argument of k[un]map_atomic()
Cong Wang
1
-3
/
+3
2012-02-16
drm: move pci bus master enable into driver.
Dave Airlie
1
-0
/
+2
2012-02-13
drm/vmwgfx: Bump driver minor
Thomas Hellstrom
1
-2
/
+2
2012-02-13
vmwgfx: Move function declaration to correct header
Thomas Hellstrom
2
-14
/
+6
2012-02-13
drm/vmwgfx: Treat out-of-range initial width and height as host errors
Thomas Hellstrom
1
-4
/
+14
2012-02-13
vmwgfx: Pick up the initial size from the width and height regs
Jakob Bornecrantz
5
-10
/
+40
2012-02-13
vmwgfx: Add page flip support
Jakob Bornecrantz
3
-0
/
+106
2012-02-13
vmwgfx: Pipe fence out of screen object dirty functions
Jakob Bornecrantz
1
-6
/
+15
2012-02-13
vmwgfx: Make it possible to get fence from execbuf
Jakob Bornecrantz
3
-10
/
+18
2012-02-13
vmwgfx: Clean up pending event references to struct drm_file objects on close
Thomas Hellstrom
4
-2
/
+73
2012-02-13
vmwgfx: Rework fence event action
Jakob Bornecrantz
2
-118
/
+104
2012-02-09
drm: do not set fb_info->pixmap fields
Sascha Hauer
1
-13
/
+1
2012-02-05
drm: Fix typo in vmwgfx_drv.c
Masanari Iida
1
-1
/
+1
2012-01-30
vmwgfx: Fix assignment in vmw_framebuffer_create_handle
Ryan Mallon
1
-1
/
+1
2012-01-10
Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
6
-106
/
+69
2011-12-22
vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()
Xi Wang
1
-3
/
+3
2011-12-21
Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-next
Dave Airlie
7
-151
/
+318
2011-12-20
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
2
-10
/
+19
2011-12-20
drm: Replace pitch with pitches[] in drm_framebuffer
Ville Syrjälä
2
-6
/
+6
2011-12-19
vmwgfx: Clip cliprects against screen boundaries in present and dirty
Jakob Bornecrantz
1
-53
/
+156
2011-12-19
vmwgfx: Resend the cursor after legacy modeset
Jakob Bornecrantz
2
-1
/
+26
2011-12-19
vmwgfx: Do better culling of presents
Jakob Bornecrantz
1
-12
/
+25
2011-12-19
vmwgfx: Refactor kms code to use vmw_user_lookup_handle helper
Jakob Bornecrantz
1
-61
/
+37
2011-12-19
vmwgfx: Add helper function to get surface or dmabuf
Jakob Bornecrantz
2
-0
/
+28
2011-12-19
vmwgfx: Refactor cursor update
Jakob Bornecrantz
1
-27
/
+39
2011-12-19
vmwgfx: Remove dmabuf check in present ioctl
Jakob Bornecrantz
1
-6
/
+0
2011-12-19
vmwgfx: Use the revised fifo hw version register when present
Thomas Hellstrom
2
-3
/
+15
2011-12-07
vmwgfx: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
1
-2
/
+2
2011-12-06
drm/ttm: simplify memory accounting for ttm user v2
Jerome Glisse
1
-34
/
+1
2011-12-06
drm/ttm: isolate dma data from ttm_tt V4
Jerome Glisse
1
-0
/
+2
2011-12-06
drm/ttm: introduce callback for ttm_tt populate & unpopulate V4
Jerome Glisse
1
-0
/
+3
2011-12-06
drm/ttm: merge ttm_backend and ttm_tt V5
Jerome Glisse
1
-45
/
+21
2011-12-02
vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()
Xi Wang
1
-5
/
+6
2011-11-30
drm: move the fb bpp/depth helper into the core.
Dave Airlie
1
-1
/
+1
2011-11-15
drm: add an fb creation ioctl that takes a pixel format v5
Jesse Barnes
2
-7
/
+16
2011-11-11
drm: Make the per-driver file_operations struct const
Arjan van de Ven
1
-14
/
+16
2011-11-11
vmwgfx: Only allow 64x64 cursors
Jakob Bornecrantz
1
-0
/
+4
2011-11-11
vmwgfx: Initialize clip rect loop correctly in surface dirty
Jakob Bornecrantz
1
-2
/
+3
2011-11-11
vmwgfx: Close screen object system
Jakob Bornecrantz
1
-1
/
+4
2011-11-07
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
6
-88
/
+184
2011-11-07
vmwgfx: Snoop DMA transfers with non-covering sizes
Jakob Bornecrantz
1
-9
/
+21
2011-11-07
vmwgfx: Move the prefered mode first in the list
Jakob Bornecrantz
1
-0
/
+4
2011-11-07
vmwgfx: Unreference surface on cursor error path
Jakob Bornecrantz
1
-0
/
+1
[next]