Home
last modified time | relevance | path

Searched defs:vop_win (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop.h409 struct vop_win { struct
410 const struct vop_scl_regs *scl;
412 struct vop_reg gate;
413 struct vop_reg enable;
414 struct vop_reg format;
415 struct vop_reg interlace_read;
416 struct vop_reg ymirror;
417 struct vop_reg rb_swap;
418 struct vop_reg act_info;
419 struct vop_reg dsp_info;
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c141 #define VOP_WIN_TO_INDEX(vop_win) \ argument
189 struct vop_win { struct
190 struct vop_win *parent; argument
201 const struct vop_win_phy *phy; argument
202 const struct vop_csc *csc;
203 const uint32_t *data_formats;
204 uint32_t nformats;
205 const uint64_t *format_modifiers;
206 u64 feature;
207 struct vop *vop;
[all …]