Searched refs:vsp1_wpf_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/platform/vsp1/ |
D | vsp1_wpf.c | 29 static inline void vsp1_wpf_write(struct vsp1_rwpf *wpf, in vsp1_wpf_write() function 271 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_STRIDE_Y, in wpf_configure_stream() 274 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_STRIDE_C, in wpf_configure_stream() 277 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSWAP, fmtinfo->swap); in wpf_configure_stream() 281 vsp1_wpf_write(wpf, dlb, VI6_WPF_ROT_CTRL, in wpf_configure_stream() 318 vsp1_wpf_write(wpf, dlb, VI6_WPF_SRCRPF, srcrpf); in wpf_configure_stream() 349 vsp1_wpf_write(wpf, dlb, VI6_WPF_OUTFMT, outfmt); in wpf_configure_frame() 382 vsp1_wpf_write(wpf, dlb, VI6_WPF_HSZCLIP, VI6_WPF_SZCLIP_EN | in wpf_configure_partition() 385 vsp1_wpf_write(wpf, dlb, VI6_WPF_VSZCLIP, VI6_WPF_SZCLIP_EN | in wpf_configure_partition() 477 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_ADDR_Y, mem.addr[0]); in wpf_configure_partition() [all …]
|