commit | 9aa8dcab7e44288c6fd620c5b831d2ca535866c2 | [log] [tgz] |
---|---|---|
author | Sinclair Yeh <syeh@vmware.com> | Thu Mar 23 14:40:04 2017 -0700 |
committer | Sinclair Yeh <syeh@vmware.com> | Fri Mar 31 15:21:14 2017 -0700 |
tree | 106fa9b8d158d6cdcabea3a7263c8d4b981ee420 | |
parent | f7c478be0abb5f6db5dfa13bb8118628817b9afe [diff] |
drm/vmwgfx: Explicityly track screen target width and height We can no longer make the assumption that vmw_stdu_update_st() will be called when there's a valid display surface attached. So instead of using display_srf for width and height, make a record of these paremeters when the screen target is first defined. Signed-off-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>