index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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
2011-11-01
gpu: Add export.h as required to drivers/gpu files.
Paul Gortmaker
1
-0
/
+2
2011-10-27
Revert "drm/ttm: add a way to bo_wait for either the last read or last write"
Dave Airlie
2
-2
/
+1
2011-10-23
vmwgfx: Don't pass unused arguments to do_dirty functions
Jakob Bornecrantz
1
-9
/
+3
2011-10-23
vmwgfx: Emulate depth 32 framebuffers
Jakob Bornecrantz
1
-1
/
+9
2011-10-18
vmwgfx: information leak in vmw_execbuf_copy_fence_user()
Dan Carpenter
1
-0
/
+2
2011-10-18
vmwgfx: memory leaks caused by double allocation
Dan Carpenter
2
-4
/
+2
2011-10-18
vmwgfx: return -EFAULT instead of number of bytes remaining
Dan Carpenter
1
-0
/
+2
2011-10-18
vmwgfx: Add vblank stubs
Jakob Bornecrantz
3
-0
/
+23
2011-10-18
vmwgfx: Whitespace & code style in display unit
Jakob Bornecrantz
2
-6
/
+3
2011-10-18
vmwgfx: Fix display system init & close functions
Jakob Bornecrantz
2
-9
/
+25
2011-10-11
vmwgfx: Take the driver out of staging
Thomas Hellstrom
1
-4
/
+5
2011-10-10
vmwgfx: Wrap drm_read and drm_poll
Thomas Hellstrom
3
-1
/
+49
2011-10-10
vmwgfx: Add fence events
Thomas Hellstrom
7
-47
/
+599
2011-10-10
vmwgfx: Break out and comment vmw_execbuf_copy_fence_user
Thomas Hellstrom
1
-33
/
+67
2011-10-10
vmwgfx: Don't use virtual coords when using screen objects
Jakob Bornecrantz
1
-57
/
+215
2011-10-10
vmwgfx: Implement memory accounting for resources
Thomas Hellstrom
1
-26
/
+146
2011-10-05
vmwgfx: Minor cleanups
Thomas Hellstrom
2
-11
/
+12
2011-10-05
vmwgfx: Bump driver minor to advertise support for new ioctls.
Thomas Hellstrom
1
-2
/
+2
2011-10-05
vmwgfx: Be more strict with fb depths when using screen objects
Jakob Bornecrantz
1
-0
/
+27
2011-10-05
vmwgfx: Handle device surface memory limit
Thomas Hellstrom
5
-82
/
+835
2011-10-05
vmwgfx: Make sure we always have a user-space handle to use for objects that ...
Thomas Hellstrom
2
-17
/
+41
2011-10-05
vmwgfx: Optimize the command submission resource list
Thomas Hellstrom
3
-30
/
+26
2011-10-05
vmwgfx: Fix up query processing
Thomas Hellstrom
6
-22
/
+572
2011-10-05
vmwgfx: Allow reference and unreference of NULL fence objects.
Thomas Hellstrom
1
-1
/
+8
2011-10-05
vmwgfx: minor dmabuf utilities cleanup
Thomas Hellstrom
5
-65
/
+45
2011-10-05
vmwgfx: Disallow user space to send present and readback commands
Jakob Bornecrantz
1
-3
/
+13
2011-10-05
vmwgfx: Add present and readback ioctls
Jakob Bornecrantz
5
-0
/
+377
2011-10-05
vmwgfx: Place overlays in GMR area if we can
Jakob Bornecrantz
1
-58
/
+74
2011-10-05
vmwgfx: Drop 3D Legacy Display Unit support
Jakob Bornecrantz
3
-219
/
+20
2011-10-05
vmwgfx: Require HWV8 for 3d support
Thomas Hellstrom
1
-1
/
+1
2011-10-05
vmwgfx: Add screen object support
Jakob Bornecrantz
7
-31
/
+752
2011-10-05
vmwgfx: Add dmabuf helper functions for pinning
Jakob Bornecrantz
7
-107
/
+379
2011-10-05
vmwgfx: Refactor common display unit functions to shared file
Jakob Bornecrantz
3
-255
/
+282
2011-10-05
vmwgfx: Expand the command checker to cover screen object commands
Jakob Bornecrantz
1
-5
/
+72
2011-10-05
vmwgfx: Break out dirty submission code
Jakob Bornecrantz
1
-54
/
+90
2011-10-05
vmwgfx: Break out execbuf command processing
Thomas Hellstrom
2
-56
/
+89
2011-10-05
vmwgfx: Some comments and BUG_ON
Jakob Bornecrantz
1
-0
/
+5
2011-10-05
vmwgfx: Make sure the reserved area is at the start of vram
Jakob Bornecrantz
1
-0
/
+3
2011-10-05
vmwgfx: Add comments for buffer pinning code
Jakob Bornecrantz
1
-0
/
+10
2011-10-05
vmwgfx: Document vmw_fifo_reserve
Jakob Bornecrantz
1
-0
/
+10
2011-10-05
vmwgfx: Update register files to latest from vmware-sdk
Jakob Bornecrantz
4
-144
/
+359
2011-09-06
vmwgfx: Bump major
Thomas Hellstrom
2
-3
/
+17
2011-09-06
vmwgfx: Implement fence objects
Thomas Hellstrom
9
-72
/
+876
2011-09-06
vmwgfx: Make vmw_wait_seqno a bit more readable
Thomas Hellstrom
3
-24
/
+37
2011-09-06
vmwgfx: Fix confusion caused by using "fence" in various places
Thomas Hellstrom
8
-109
/
+107
2011-09-06
vmwgfx: Add functionality to get 3D caps
Thomas Hellstrom
3
-0
/
+55
2011-09-06
vmwgfx: Remove the possibility to map the fifo from user-space
Thomas Hellstrom
4
-55
/
+2
2011-09-06
vmwgfx: Remove the update layout IOCTL.
Thomas Hellstrom
3
-54
/
+0
2011-09-06
vmwgfx: Remove the fifo debug ioctl
Thomas Hellstrom
4
-55
/
+0
2011-09-01
vmwgfx: Implement GMR2
Thomas Hellstrom
1
-1
/
+80
[prev]
[next]