drm/msm/mdp5: Remove the pipeline stuff in mdp5_ctl
authorArchit Taneja <architt@codeaurora.org>
Thu, 23 Mar 2017 10:28:00 +0000 (15:58 +0530)
committerRob Clark <robdclark@gmail.com>
Sat, 8 Apr 2017 10:59:33 +0000 (06:59 -0400)
commiteda5dbe55bcd24208ef291429d8f202ac8477a09
tree950ca8bf97580bd095f8874509b7a3cbcb6c826a
parent36d1364abbedb405fe7395b2bacdf3f62f4cf7dc
drm/msm/mdp5: Remove the pipeline stuff in mdp5_ctl

The mdp5_ctl has an 'op_mode' struct which contains info on
the downstream pipeline.

Grouping these params together in a struct doesn't serve much
purpose in the code. Maybe there was a plan to expand this
further that never happened.

Remove the op_mode struct, and place its members directly in
mdp5_ctl. This will help avoid confusion later when I introduce
my own verion of a mdp5 pipeline :)

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c