Searched refs:VOP_WIN_SET (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.c | 50 #define VOP_WIN_SET(x, win, name, v) \ macro 681 VOP_WIN_SET(vop, win, format, format); in vop_update_plane_event() 682 VOP_WIN_SET(vop, win, yrgb_vir, y_vir_stride); in vop_update_plane_event() 683 VOP_WIN_SET(vop, win, yrgb_mst, yrgb_mst); in vop_update_plane_event() 686 VOP_WIN_SET(vop, win, act_info, val); in vop_update_plane_event() 687 VOP_WIN_SET(vop, win, dsp_info, val); in vop_update_plane_event() 690 VOP_WIN_SET(vop, win, dsp_st, val); in vop_update_plane_event() 693 VOP_WIN_SET(vop, win, dst_alpha_ctl, in vop_update_plane_event() 700 VOP_WIN_SET(vop, win, src_alpha_ctl, val); in vop_update_plane_event() 702 VOP_WIN_SET(vop, win, src_alpha_ctl, SRC_ALPHA_EN(0)); in vop_update_plane_event() [all …]
|