Searched refs:vop_reg (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.h | 221 struct vop_reg { struct 233 struct vop_reg y2r_en; argument 234 struct vop_reg r2r_en; 235 struct vop_reg r2y_en; 236 struct vop_reg csc_mode; 249 struct vop_reg version; 250 struct vop_reg standby; 251 struct vop_reg dma_stop; 252 struct vop_reg axi_outstanding_max_num; 253 struct vop_reg axi_max_outstanding_en; [all …]
|
| H A D | rockchip_drm_vop.c | 354 static inline void vop_grf_writel(struct vop *vop, struct vop_reg reg, u32 v) in vop_grf_writel() 379 const struct vop_reg *reg) in vop_read_reg() 407 vop_get_win_phy(struct vop_win *win, const struct vop_reg *reg) in vop_get_win_phy() 416 const struct vop_reg *reg, int type) in vop_get_intr_type()
|
| H A D | rockchip_drm_vop2.c | 967 static inline void vop2_grf_writel(struct regmap *regmap, struct vop_reg reg, u32 v) in vop2_grf_writel() 980 static inline uint32_t vop2_grf_readl(struct regmap *regmap, const struct vop_reg *reg) in vop2_grf_readl() 1001 const struct vop_reg *reg) in vop2_read_reg() 1007 const struct vop_reg *reg) in vop2_read_reg_bak() 1012 static inline uint32_t vop2_read_grf_reg(struct regmap *regmap, const struct vop_reg *reg) in vop2_read_grf_reg() 1017 static inline void vop2_write_reg_uncached(struct vop2 *vop2, const struct vop_reg *reg, uint32_t v) in vop2_write_reg_uncached() 1118 const struct vop_reg *reg) in vop2_get_win_regs() 1127 const struct vop_reg *reg, int type) in vop2_get_intr_type() 9017 const struct vop_reg *reg = &layer->regs->layer_sel; in vop2_layer_cfg_update()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_vop.h | 230 struct vop_reg { struct 242 struct vop_reg standby; argument 243 struct vop_reg axi_outstanding_max_num; 244 struct vop_reg axi_max_outstanding_en; 245 struct vop_reg htotal_pw; 246 struct vop_reg hact_st_end; 247 struct vop_reg vtotal_pw; 248 struct vop_reg vact_st_end; 249 struct vop_reg vact_st_end_f1; 250 struct vop_reg vs_st_end_f1; [all …]
|