]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/amdgpu: use crtc directly in drm_crtc_vblank_put()
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 7 Jun 2016 14:08:01 +0000 (11:08 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 13 Jun 2016 16:38:06 +0000 (18:38 +0200)
commit27377a1ce7ddeb4f4a55b726e99be99075725387
tree666ae6bdab975d948d2a0499c5cdd2da1ed3c858
parent5c9ac115de55ab02cd07c76a7923009e18cb2826
drm/amdgpu: use crtc directly in drm_crtc_vblank_put()

We don't need to use &amdgpu_crtc->base there as crtc is available
in the function.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1465308482-15104-9-git-send-email-gustavo@padovan.org
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c