]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
drm/amd/display: Use plane pointer to avoid line breaks
authorHarry Wentland <harry.wentland@amd.com>
Fri, 20 Oct 2017 12:42:41 +0000 (08:42 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 2 Nov 2017 17:02:05 +0000 (13:02 -0400)
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Mikita Lipski <Mikita.Lipski@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index 84591781fca13580cd2c6c20f0788a36861a6d0f..2df9f951b7e7e8a9e8434e506db3d08974afe556 100644 (file)
@@ -1328,13 +1328,16 @@ static int amdgpu_dm_initialize_drm_device(struct amdgpu_device *adev)
        }
 
        for (i = 0; i < dm->dc->caps.max_planes; i++) {
-               mode_info->planes[i] = kzalloc(sizeof(struct amdgpu_plane),
-                                                                GFP_KERNEL);
-               if (!mode_info->planes[i]) {
+               struct amdgpu_plane *plane;
+
+               plane = kzalloc(sizeof(struct amdgpu_plane), GFP_KERNEL);
+               mode_info->planes[i] = plane;
+
+               if (!plane) {
                        DRM_ERROR("KMS: Failed to allocate plane\n");
                        goto fail_free_planes;
                }
-               mode_info->planes[i]->base.type = mode_info->plane_type[i];
+               plane->base.type = mode_info->plane_type[i];
 
                /*
                 * HACK: IGT tests expect that each plane can only have one