diff options
author | Liu Ying <victor.liu@nxp.com> | 2018-08-17 11:00:59 +0800 |
---|---|---|
committer | Jason Liu <jason.hui.liu@nxp.com> | 2018-10-29 11:10:38 +0800 |
commit | df63dadb239be99d63aa79b6cf170c93d132578a (patch) | |
tree | 815e398421e9c3f573a82a15675810d4094e2fb0 /include | |
parent | d8a0a5bcc7d907dfe1a25c5149d7260f55907351 (diff) |
MLK-19413-15 gpu: imx: dpu: extdst: Add extdst_is_master() helper support
This patch adds extdst_is_master() helper support so that
callers may know if a extdst is a master extdst or not.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/video/dpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/dpu.h b/include/video/dpu.h index c9bd78fbfff7..40d796c84f4d 100644 --- a/include/video/dpu.h +++ b/include/video/dpu.h @@ -546,6 +546,7 @@ u32 extdst_last_control_word(struct dpu_extdst *ed); void extdst_pixel_cnt(struct dpu_extdst *ed, u16 *x, u16 *y); void extdst_last_pixel_cnt(struct dpu_extdst *ed, u16 *x, u16 *y); u32 extdst_perfresult(struct dpu_extdst *ed); +bool extdst_is_master(struct dpu_extdst *ed); struct dpu_extdst *dpu_ed_get(struct dpu_soc *dpu, int id); void dpu_ed_put(struct dpu_extdst *ed); struct dpu_extdst *dpu_aux_ed_peek(struct dpu_extdst *ed); |