commit | 4062dd3e6ad6b6fbc910406562a41c7110e5374d | [log] [tgz] |
---|---|---|
author | Deepak Rawat <drawat@vmware.com> | Wed Feb 13 15:39:51 2019 -0800 |
committer | Deepak Rawat <drawat@vmware.com> | Mon Apr 08 10:29:05 2019 -0700 |
tree | 9a83039cc4ded422a9d06b5de155b2b85b677d52 | |
parent | b289840455ce99a12f202587a9dc1939c698d501 [diff] |
drm/vmwgfx: Use VMW_DEBUG_USER for device command buffer errors DRM_ERROR overwhelms dmesgi so use VMW_DEBUG_USER instead. Any malformed command should not really go to device so WARN_ONCE to spot this. Signed-off-by: Deepak Rawat <drawat@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>