index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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-09-13
vmwgfx: add dumb ioctl support
Dave Airlie
3
-0
/
+88
2012-09-07
drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at boot
Dave Airlie
1
-0
/
+1
2012-09-07
drm/vmwgfx: allow a kconfig option to choose if fbcon is enabled
Dave Airlie
2
-1
/
+9
2012-08-22
drm: stop vmgfx driver explosion
Alan Cox
1
-1
/
+5
2012-07-25
drm: track dev_mapping in more robust and flexible way
Ilija Hadzic
1
-4
/
+1
2012-07-19
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-22
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-29
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
[next]