index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
2011-12-20
2
-10
/
+19
|
\
|
*
vmwgfx: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
2011-12-07
1
-2
/
+2
|
*
vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()
Xi Wang
2011-12-02
1
-5
/
+6
|
*
vmwgfx: Only allow 64x64 cursors
Jakob Bornecrantz
2011-11-11
1
-0
/
+4
|
*
vmwgfx: Initialize clip rect loop correctly in surface dirty
Jakob Bornecrantz
2011-11-11
1
-2
/
+3
|
*
vmwgfx: Close screen object system
Jakob Bornecrantz
2011-11-11
1
-1
/
+4
*
|
drm: Replace pitch with pitches[] in drm_framebuffer
Ville Syrjälä
2011-12-20
2
-6
/
+6
*
|
drm/ttm: simplify memory accounting for ttm user v2
Jerome Glisse
2011-12-06
1
-34
/
+1
*
|
drm/ttm: isolate dma data from ttm_tt V4
Jerome Glisse
2011-12-06
1
-0
/
+2
*
|
drm/ttm: introduce callback for ttm_tt populate & unpopulate V4
Jerome Glisse
2011-12-06
1
-0
/
+3
*
|
drm/ttm: merge ttm_backend and ttm_tt V5
Jerome Glisse
2011-12-06
1
-45
/
+21
*
|
drm: move the fb bpp/depth helper into the core.
Dave Airlie
2011-11-29
1
-1
/
+1
*
|
drm: add an fb creation ioctl that takes a pixel format v5
Jesse Barnes
2011-11-15
2
-7
/
+16
*
|
drm: Make the per-driver file_operations struct const
Arjan van de Ven
2011-11-11
1
-14
/
+16
|
/
*
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2011-11-07
6
-88
/
+184
|
\
|
*
vmwgfx: Snoop DMA transfers with non-covering sizes
Jakob Bornecrantz
2011-11-07
1
-9
/
+21
|
*
vmwgfx: Move the prefered mode first in the list
Jakob Bornecrantz
2011-11-07
1
-0
/
+4
|
*
vmwgfx: Unreference surface on cursor error path
Jakob Bornecrantz
2011-11-07
1
-0
/
+1
|
*
vmwgfx: Free prefered mode on error path
Jakob Bornecrantz
2011-11-07
1
-6
/
+11
|
*
vmwgfx: Use pointer return error codes
Jakob Bornecrantz
2011-11-07
1
-1
/
+1
|
*
vmwgfx: Fix hw cursor position
Thomas Hellstrom
2011-11-07
1
-2
/
+5
|
*
vmwgfx: Infrastructure for explicit placement
Thomas Hellstrom
2011-11-07
3
-24
/
+30
|
*
vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh
Thomas Hellstrom
2011-11-07
1
-1
/
+23
|
*
vmwgfx: Remove screen object active list
Thomas Hellstrom
2011-11-07
1
-37
/
+15
|
*
vmwgfx: Screen object cleanups
Thomas Hellstrom
2011-11-07
1
-14
/
+2
|
*
vmwgfx: Reinstate the update_layout ioctl
Thomas Hellstrom
2011-11-02
4
-5
/
+82
|
*
vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS".
Thomas Hellstrom
2011-11-01
2
-4
/
+4
*
|
gpu: add module.h to drivers/gpu files as required.
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
|
gpu: Add export.h as required to drivers/gpu files.
Paul Gortmaker
2011-10-31
1
-0
/
+2
|
/
*
Revert "drm/ttm: add a way to bo_wait for either the last read or last write"
Dave Airlie
2011-10-27
2
-2
/
+1
*
vmwgfx: Don't pass unused arguments to do_dirty functions
Jakob Bornecrantz
2011-10-23
1
-9
/
+3
*
vmwgfx: Emulate depth 32 framebuffers
Jakob Bornecrantz
2011-10-23
1
-1
/
+9
*
vmwgfx: information leak in vmw_execbuf_copy_fence_user()
Dan Carpenter
2011-10-18
1
-0
/
+2
*
vmwgfx: memory leaks caused by double allocation
Dan Carpenter
2011-10-18
2
-4
/
+2
*
vmwgfx: return -EFAULT instead of number of bytes remaining
Dan Carpenter
2011-10-18
1
-0
/
+2
*
vmwgfx: Add vblank stubs
Jakob Bornecrantz
2011-10-18
3
-0
/
+23
*
vmwgfx: Whitespace & code style in display unit
Jakob Bornecrantz
2011-10-18
2
-6
/
+3
*
vmwgfx: Fix display system init & close functions
Jakob Bornecrantz
2011-10-18
2
-9
/
+25
*
vmwgfx: Take the driver out of staging
Thomas Hellstrom
2011-10-11
1
-4
/
+5
*
vmwgfx: Wrap drm_read and drm_poll
Thomas Hellstrom
2011-10-10
3
-1
/
+49
*
vmwgfx: Add fence events
Thomas Hellstrom
2011-10-10
7
-47
/
+599
*
vmwgfx: Break out and comment vmw_execbuf_copy_fence_user
Thomas Hellstrom
2011-10-10
1
-33
/
+67
*
vmwgfx: Don't use virtual coords when using screen objects
Jakob Bornecrantz
2011-10-10
1
-57
/
+215
*
vmwgfx: Implement memory accounting for resources
Thomas Hellstrom
2011-10-10
1
-26
/
+146
*
vmwgfx: Minor cleanups
Thomas Hellstrom
2011-10-05
2
-11
/
+12
*
vmwgfx: Bump driver minor to advertise support for new ioctls.
Thomas Hellstrom
2011-10-05
1
-2
/
+2
*
vmwgfx: Be more strict with fb depths when using screen objects
Jakob Bornecrantz
2011-10-05
1
-0
/
+27
*
vmwgfx: Handle device surface memory limit
Thomas Hellstrom
2011-10-05
5
-82
/
+835
*
vmwgfx: Make sure we always have a user-space handle to use for objects that ...
Thomas Hellstrom
2011-10-05
2
-17
/
+41
*
vmwgfx: Optimize the command submission resource list
Thomas Hellstrom
2011-10-05
3
-30
/
+26
[next]