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:
0468ab5
)
drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.
author
Sinclair Yeh
<syeh@vmware.com>
Fri, 31 Oct 2014 08:58:06 +0000
(09:58 +0100)
committer
Thomas Hellstrom
<thellstrom@vmware.com>
Fri, 31 Oct 2014 08:58:06 +0000
(09:58 +0100)
When screen objects are enabled, the bpp is assumed to be 32, otherwise
it is set to 16.
v2:
* Use u32 instead of u64 for assumed_bpp.
* Fixed mechanism to check for screen objects
* Limit the back buffer size to VRAM.
Signed-off-by: Sinclair Yeh <syeh@vmware.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Cc: <stable@vger.kernel.org>
No differences found