diff options
author | Archit Taneja <architt@codeaurora.org> | 2017-01-16 12:16:34 +0530 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2017-02-06 11:28:44 -0500 |
commit | 9142364e4666835e53586c21fe4e8983a8b09bb2 (patch) | |
tree | 0675467be968dc6003abc8f738b2f73468255cf3 /scripts/gdb/linux/utils.py | |
parent | bff8fba48b52d77b39084743b6209b6442a9e622 (diff) |
drm/msm/mdp5: Refactor mdp5_plane_atomic_check
In mdp5_plane_atomic_check, we get crtc_state from drm_plane_state.
Later, for cursor planes, we'll populate the update_plane() func that
takes a fast asynchronous path to implement cursor movements. There, we
would need to call a similar atomic_check func to validate the plane
state, but crtc_state would need to be derived differently.
Refactor mdp5_plane_atomic_check to mdp5_plane_atomic_check_with_state
such that the latter takes crtc_state as an argument.
This is similar to what the intel driver has done for async cursor
updates.
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions