drm/amd/display: Fix up some whitespace in handle_cursor_update
Use combo of tabs and spaces Signed-off-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4beb50ff5e
commit
c12a7ba543
@ -3709,10 +3709,10 @@ static void handle_cursor_update(struct drm_plane *plane,
|
||||
return;
|
||||
|
||||
DRM_DEBUG_DRIVER("%s: crtc_id=%d with size %d to %d\n",
|
||||
__func__,
|
||||
amdgpu_crtc->crtc_id,
|
||||
plane->state->crtc_w,
|
||||
plane->state->crtc_h);
|
||||
__func__,
|
||||
amdgpu_crtc->crtc_id,
|
||||
plane->state->crtc_w,
|
||||
plane->state->crtc_h);
|
||||
|
||||
ret = get_cursor_position(plane, crtc, &position);
|
||||
if (ret)
|
||||
|
Loading…
Reference in New Issue
Block a user