drm/vmwgfx: Report vmwgfx version to vmware.log
When tracking down a customer issue, it is useful to know exactly which version of the vmwgfx they are using. Since vmware.log is often the only available debug log, report vmwgfx version in there. Signed-off-by: Sinclair Yeh <syeh@vmware.com> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
这个提交包含在:
@@ -1235,4 +1235,10 @@ static inline void vmw_mmio_write(u32 value, u32 *addr)
|
||||
{
|
||||
WRITE_ONCE(*addr, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Add vmw_msg module function
|
||||
*/
|
||||
extern int vmw_host_log(const char *log);
|
||||
|
||||
#endif
|
||||
|
在新工单中引用
屏蔽一个用户