]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/gpu/drm/drm_atomic_helper.c
drm/atomic: Rename drm_atomic_helper_commit_pre_planes() state argument
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sun, 22 Feb 2015 11:24:18 +0000 (12:24 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 23 Feb 2015 10:20:26 +0000 (11:20 +0100)
commita072f809b69885c77262fb978b008ef9488d513e
treed6c1ebd63ce5a3e9980b6fddb76266161d36e2e6
parent31c946e85ce6b48ce0f25e3cdca8362e4fe8b300
drm/atomic: Rename drm_atomic_helper_commit_pre_planes() state argument

The argument contains a pointer to the old state, rename it to old_state
like in all other commit helper functions.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_atomic_helper.c