diff options
| author | Samuel Li <[email protected]> | 2018-01-19 17:47:40 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-02-19 19:18:26 +0000 |
| commit | 3dc9b1ce8030d45c6d97b87cf2cf3196c8501556 (patch) | |
| tree | 9c38879af480925d36f8dd7e201760eb5824a91f /drivers/gpu/drm/amd/amdgpu/dce_virtual.c | |
| parent | drm/amdgpu: rename amdgpu_user_framebuffer_create (diff) | |
| download | kernel-3dc9b1ce8030d45c6d97b87cf2cf3196c8501556.tar.gz kernel-3dc9b1ce8030d45c6d97b87cf2cf3196c8501556.zip | |
drm/amdgpu: rename amdgpu_modeset_create_props
Add display to the name for consistency.
Signed-off-by: Samuel Li <[email protected]>
Acked-by: Christian König <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_virtual.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c index 0c3d2507662c..3d1954a02da4 100644 --- a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c +++ b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c @@ -408,7 +408,7 @@ static int dce_virtual_sw_init(void *handle) adev->ddev->mode_config.fb_base = adev->gmc.aper_base; - r = amdgpu_modeset_create_props(adev); + r = amdgpu_display_modeset_create_props(adev); if (r) return r; |
