commit | 9accf2fd33e969862c55be0c20dbfb9b0890bbb8 | [log] [tgz] |
---|---|---|
author | Emily Deng <Emily.Deng@amd.com> | Wed Aug 10 16:01:25 2016 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Aug 10 14:04:17 2016 -0400 |
tree | e5af1b2ffec41f0a439ba3b4a49210dee0cdb2b6 | |
parent | 4f4b78341b658cfa0ca7b1587f5540c21f9db997 [diff] |
drm/amdgpu: Change the virtual_display type from int to char*. For virtual display feature, as there may be multiple GPUs, for user could choose whiche GPU need to enable this feature, change the type of virtual_display from int to char*. The variable will be set like this virtual_display="xxxx:xx:xx.x;xxxx:xx:xx.x;". Signed-off-by: Emily Deng <Emily.Deng@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>