소스 검색

drm/amdgpu: rename amdgpu_whether_enable_virtual_display

to match the other functions in that file.

Reviewed-By: Emily Deng <Emily.Deng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Alex Deucher 9 년 전
부모
커밋
483ef98588
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

+ 2 - 2
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

@@ -1231,7 +1231,7 @@ int amdgpu_ip_block_version_cmp(struct amdgpu_device *adev,
 	return 1;
 	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;
 	adev->enable_virtual_display = false;
 
 
@@ -1261,7 +1261,7 @@ static int amdgpu_early_init(struct amdgpu_device *adev)
 {
 {
 	int i, r;
 	int i, r;
 
 
-	amdgpu_whether_enable_virtual_display(adev);
+	amdgpu_device_enable_virtual_display(adev);
 
 
 	switch (adev->asic_type) {
 	switch (adev->asic_type) {
 	case CHIP_TOPAZ:
 	case CHIP_TOPAZ: