git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cba906
)
drm/vmwgfx: Fix surface framebuffer check for guest-backed surfaces
author
Thomas Hellstrom
<thellstrom@vmware.com>
Wed, 15 Jan 2014 07:51:36 +0000
(08:51 +0100)
committer
Thomas Hellstrom
<thellstrom@vmware.com>
Fri, 17 Jan 2014 06:52:39 +0000
(07:52 +0100)
With guest-backed surfaces, surface->sizes == NULL, causing a kernel oops.
Use the base_size member instead.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
No differences found