drm/amd/display: Couple newline fixes

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Harry Wentland 2017-08-05 12:43:45 -04:00 committed by Alex Deucher
parent 0627bbd30f
commit e1403629d8
2 changed files with 2 additions and 3 deletions

View File

@ -1472,7 +1472,6 @@ static const struct amdgpu_display_funcs dm_display_funcs = {
};
#if defined(CONFIG_DEBUG_KERNEL_DC)
static ssize_t s3_debug_store(
@ -1594,7 +1593,8 @@ bool amdgpu_dm_acquire_dal_lock(struct amdgpu_display_manager *dm)
bool amdgpu_dm_release_dal_lock(struct amdgpu_display_manager *dm)
{
/* TODO */ return true;
/* TODO */
return true;
}

View File

@ -312,7 +312,6 @@ struct dc_plane_status {
struct dc_plane_state {
struct dc_plane_address address;
struct scaling_taps scaling_quality;
struct rect src_rect;
struct rect dst_rect;