]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
drm/msm/mdp5: cfg: Add pipe_cursor block
authorArchit Taneja <architt@codeaurora.org>
Mon, 12 Dec 2016 09:40:21 +0000 (15:10 +0530)
committerRob Clark <robdclark@gmail.com>
Mon, 6 Feb 2017 16:28:42 +0000 (11:28 -0500)
Define the block in advance so that the generated mdp5.xml.h doesn't
break build.

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

index 050e1618c836e6eed5515bae1e479ab92c7e42d0..f681149ad8e365be7ad9552c853a61606584bee4 100644 (file)
@@ -85,6 +85,7 @@ struct mdp5_cfg_hw {
        struct mdp5_pipe_block pipe_vig;
        struct mdp5_pipe_block pipe_rgb;
        struct mdp5_pipe_block pipe_dma;
+       struct mdp5_pipe_block pipe_cursor;
        struct mdp5_lm_block  lm;
        struct mdp5_sub_block dspp;
        struct mdp5_sub_block ad;