Searched refs:mtk_mdp_ctx (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_regs.h11 void mtk_mdp_hw_set_input_addr(struct mtk_mdp_ctx *ctx,
13 void mtk_mdp_hw_set_output_addr(struct mtk_mdp_ctx *ctx,
15 void mtk_mdp_hw_set_in_size(struct mtk_mdp_ctx *ctx);
16 void mtk_mdp_hw_set_in_image_format(struct mtk_mdp_ctx *ctx);
17 void mtk_mdp_hw_set_out_size(struct mtk_mdp_ctx *ctx);
18 void mtk_mdp_hw_set_out_image_format(struct mtk_mdp_ctx *ctx);
19 void mtk_mdp_hw_set_rotation(struct mtk_mdp_ctx *ctx);
20 void mtk_mdp_hw_set_global_alpha(struct mtk_mdp_ctx *ctx);
H A Dmtk_mdp_m2m.h10 void mtk_mdp_ctx_state_lock_set(struct mtk_mdp_ctx *ctx, u32 state);
H A Dmtk_mdp_regs.c48 void mtk_mdp_hw_set_input_addr(struct mtk_mdp_ctx *ctx,
58 void mtk_mdp_hw_set_output_addr(struct mtk_mdp_ctx *ctx,
68 void mtk_mdp_hw_set_in_size(struct mtk_mdp_ctx *ctx)
88 void mtk_mdp_hw_set_in_image_format(struct mtk_mdp_ctx *ctx)
104 void mtk_mdp_hw_set_out_size(struct mtk_mdp_ctx *ctx)
119 void mtk_mdp_hw_set_out_image_format(struct mtk_mdp_ctx *ctx)
134 void mtk_mdp_hw_set_rotation(struct mtk_mdp_ctx *ctx)
143 void mtk_mdp_hw_set_global_alpha(struct mtk_mdp_ctx *ctx)
H A Dmtk_mdp_vpu.c13 static inline struct mtk_mdp_ctx *vpu_to_ctx(struct mtk_mdp_vpu *vpu)
15 return container_of(vpu, struct mtk_mdp_ctx, vpu);
36 struct mtk_mdp_ctx *ctx;
78 struct mtk_mdp_ctx *ctx = vpu_to_ctx(vpu);
116 struct mtk_mdp_ctx *ctx = vpu_to_ctx(vpu);
H A Dmtk_mdp_m2m.c173 static const struct mtk_mdp_fmt *mtk_mdp_try_fmt_mplane(struct mtk_mdp_ctx *ctx,
256 static struct mtk_mdp_frame *mtk_mdp_ctx_get_frame(struct mtk_mdp_ctx *ctx,
275 static int mtk_mdp_try_crop(struct mtk_mdp_ctx *ctx, u32 type,
351 static inline struct mtk_mdp_ctx *fh_to_ctx(struct v4l2_fh *fh)
353 return container_of(fh, struct mtk_mdp_ctx, fh);
356 static inline struct mtk_mdp_ctx *ctrl_to_ctx(struct v4l2_ctrl *ctrl)
358 return container_of(ctrl->handler, struct mtk_mdp_ctx, ctrl_handler);
361 void mtk_mdp_ctx_state_lock_set(struct mtk_mdp_ctx *ctx, u32 state)
368 static bool mtk_mdp_ctx_state_is_set(struct mtk_mdp_ctx *ctx, u32 mask)
391 struct mtk_mdp_ctx *ct
[all...]
H A Dmtk_mdp_core.h141 * @ctx_list: list of struct mtk_mdp_ctx
171 * struct mtk_mdp_ctx - the device context data
196 struct mtk_mdp_ctx { struct
H A Dmtk_mdp_core.c76 struct mtk_mdp_ctx *ctx;

Completed in 141 milliseconds