[PATCH 6/7] drm/amdgpu: rename amdgpu_whether_enable_virtual_display

Deng, Emily Emily.Deng at amd.com
Sat Oct 8 08:23:08 UTC 2016


Reviewed-By: Emily Deng <Emily.Deng at amd.com>

> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf
> Of Alex Deucher
> Sent: Saturday, October 01, 2016 1:09 AM
> To: amd-gfx at lists.freedesktop.org
> Cc: Deucher, Alexander <Alexander.Deucher at amd.com>
> Subject: [PATCH 6/7] drm/amdgpu: rename
> amdgpu_whether_enable_virtual_display
> 
> to match the other functions in that file.
> 
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> index 99a15ca..13caa52 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> @@ -1231,7 +1231,7 @@ int amdgpu_ip_block_version_cmp(struct
> amdgpu_device *adev,
>  	return 1;
>  }
> 
> -static void amdgpu_whether_enable_virtual_display(struct amdgpu_device
> *adev)
> +static void amdgpu_device_enable_virtual_display(struct amdgpu_device
> +*adev)
>  {
>  	adev->enable_virtual_display = false;
> 
> @@ -1261,7 +1261,7 @@ static int amdgpu_early_init(struct
> amdgpu_device *adev)  {
>  	int i, r;
> 
> -	amdgpu_whether_enable_virtual_display(adev);
> +	amdgpu_device_enable_virtual_display(adev);
> 
>  	switch (adev->asic_type) {
>  	case CHIP_TOPAZ:
> --
> 2.5.5
> 
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


More information about the amd-gfx mailing list