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:
parent
0627bbd30f
commit
e1403629d8
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue