commit | 5724f899ed8265386c2b1f067f836c35aebc7d6e | [log] [tgz] |
---|---|---|
author | Deepak Rawat <drawat@vmware.com> | Mon Feb 11 11:46:27 2019 -0800 |
committer | Deepak Rawat <drawat@vmware.com> | Mon Apr 08 10:29:04 2019 -0700 |
tree | ceb2e9f71fb8294956bf40a86ebdce172191aa1d | |
parent | d01316d0469fdda754cdae0351b6e96c90698485 [diff] |
drm/vmwgfx: Add a new define for vmwgfx user-space debugging Error messages or debugging message reported during user-space command submission should not be printed to dmesg by default. So add a new preprocessor define called VMW_DEBUG_USER which translates to DRM_DEBUG_DRIVER. v2: Use VMW_DEBUG_USER instead of using DRM_DEBUG_DRIVER directly. Signed-off-by: Deepak Rawat <drawat@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>