]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drm/amdgpu: Change the virtual_display type from int to char*.
authorEmily Deng <Emily.Deng@amd.com>
Wed, 10 Aug 2016 08:01:25 +0000 (16:01 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Aug 2016 18:04:17 +0000 (14:04 -0400)
commit9accf2fd33e969862c55be0c20dbfb9b0890bbb8
treee5af1b2ffec41f0a439ba3b4a49210dee0cdb2b6
parent4f4b78341b658cfa0ca7b1587f5540c21f9db997
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>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/amdgpu/cik.c
drivers/gpu/drm/amd/amdgpu/vi.c