Searched refs:mtk_mdp_ctx (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/media/platform/mtk-mdp/ |
D | mtk_mdp_regs.h | 19 void mtk_mdp_hw_set_input_addr(struct mtk_mdp_ctx *ctx, 21 void mtk_mdp_hw_set_output_addr(struct mtk_mdp_ctx *ctx, 23 void mtk_mdp_hw_set_in_size(struct mtk_mdp_ctx *ctx); 24 void mtk_mdp_hw_set_in_image_format(struct mtk_mdp_ctx *ctx); 25 void mtk_mdp_hw_set_out_size(struct mtk_mdp_ctx *ctx); 26 void mtk_mdp_hw_set_out_image_format(struct mtk_mdp_ctx *ctx); 27 void mtk_mdp_hw_set_rotation(struct mtk_mdp_ctx *ctx); 28 void mtk_mdp_hw_set_global_alpha(struct mtk_mdp_ctx *ctx);
|
D | mtk_mdp_regs.c | 56 void mtk_mdp_hw_set_input_addr(struct mtk_mdp_ctx *ctx, in mtk_mdp_hw_set_input_addr() 66 void mtk_mdp_hw_set_output_addr(struct mtk_mdp_ctx *ctx, in mtk_mdp_hw_set_output_addr() 76 void mtk_mdp_hw_set_in_size(struct mtk_mdp_ctx *ctx) in mtk_mdp_hw_set_in_size() 96 void mtk_mdp_hw_set_in_image_format(struct mtk_mdp_ctx *ctx) in mtk_mdp_hw_set_in_image_format() 112 void mtk_mdp_hw_set_out_size(struct mtk_mdp_ctx *ctx) in mtk_mdp_hw_set_out_size() 127 void mtk_mdp_hw_set_out_image_format(struct mtk_mdp_ctx *ctx) in mtk_mdp_hw_set_out_image_format() 142 void mtk_mdp_hw_set_rotation(struct mtk_mdp_ctx *ctx) in mtk_mdp_hw_set_rotation() 151 void mtk_mdp_hw_set_global_alpha(struct mtk_mdp_ctx *ctx) in mtk_mdp_hw_set_global_alpha()
|
D | mtk_mdp_m2m.c | 181 static const struct mtk_mdp_fmt *mtk_mdp_try_fmt_mplane(struct mtk_mdp_ctx *ctx, in mtk_mdp_try_fmt_mplane() 267 static struct mtk_mdp_frame *mtk_mdp_ctx_get_frame(struct mtk_mdp_ctx *ctx, in mtk_mdp_ctx_get_frame() 286 static int mtk_mdp_try_crop(struct mtk_mdp_ctx *ctx, u32 type, in mtk_mdp_try_crop() 363 static inline struct mtk_mdp_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() 365 return container_of(fh, struct mtk_mdp_ctx, fh); in fh_to_ctx() 368 static inline struct mtk_mdp_ctx *ctrl_to_ctx(struct v4l2_ctrl *ctrl) in ctrl_to_ctx() 370 return container_of(ctrl->handler, struct mtk_mdp_ctx, ctrl_handler); in ctrl_to_ctx() 373 void mtk_mdp_ctx_state_lock_set(struct mtk_mdp_ctx *ctx, u32 state) in mtk_mdp_ctx_state_lock_set() 380 static void mtk_mdp_ctx_state_lock_clear(struct mtk_mdp_ctx *ctx, u32 state) in mtk_mdp_ctx_state_lock_clear() 387 static bool mtk_mdp_ctx_state_is_set(struct mtk_mdp_ctx *ctx, u32 mask) in mtk_mdp_ctx_state_is_set() [all …]
|
D | mtk_mdp_vpu.c | 21 static inline struct mtk_mdp_ctx *vpu_to_ctx(struct mtk_mdp_vpu *vpu) in vpu_to_ctx() 23 return container_of(vpu, struct mtk_mdp_ctx, vpu); in vpu_to_ctx() 43 struct mtk_mdp_ctx *ctx; in mtk_mdp_vpu_ipi_handler() 85 struct mtk_mdp_ctx *ctx = vpu_to_ctx(vpu); in mtk_mdp_vpu_send_msg() 123 struct mtk_mdp_ctx *ctx = vpu_to_ctx(vpu); in mtk_mdp_vpu_init()
|
D | mtk_mdp_m2m.h | 18 void mtk_mdp_ctx_state_lock_set(struct mtk_mdp_ctx *ctx, u32 state);
|
D | mtk_mdp_core.h | 206 struct mtk_mdp_ctx { struct
|
D | mtk_mdp_core.c | 85 struct mtk_mdp_ctx *ctx; in mtk_mdp_wdt_worker()
|