Home
last modified time | relevance | path

Searched refs:dl_flags (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.h66 void vsp1_dl_list_commit(struct vsp1_dl_list *dl, unsigned int dl_flags);
H A Dvsp1_drm.c547 unsigned int dl_flags = 0; in vsp1_du_pipeline_configure() local
550 dl_flags |= VSP1_DL_FRAME_END_INTERNAL; in vsp1_du_pipeline_configure()
552 dl_flags |= VSP1_DL_FRAME_END_WRITEBACK; in vsp1_du_pipeline_configure()
575 vsp1_dl_list_commit(dl, dl_flags); in vsp1_du_pipeline_configure()
H A Dvsp1_dl.c917 void vsp1_dl_list_commit(struct vsp1_dl_list *dl, unsigned int dl_flags) in vsp1_dl_list_commit() argument
932 dl->flags = dl_flags & ~VSP1_DL_FRAME_END_COMPLETED; in vsp1_dl_list_commit()
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmdp_sm_mt8183.h112 u64 dl_flags; /* 1 << (enum mdp_comp_type) */ member