Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c141 #define VOP_WIN_TO_INDEX(vop_win) \ argument
142 ((vop_win) - (vop_win)->vop->win)
151 #define to_vop_win(x) container_of(x, struct vop_win, base)
189 struct vop_win { struct
190 struct vop_win *parent; argument
300 struct vop_win win[];
407 vop_get_win_phy(struct vop_win *win, const struct vop_reg *reg) in vop_get_win_phy()
524 struct vop_win *win = &vop->win[i]; in vop_is_allwin_disabled()
533 static void vop_win_disable(struct vop *vop, struct vop_win *win) in vop_win_disable()
556 struct vop_win *win = &vop->win[i]; in vop_disable_allwin()
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop_reg.c70 static const struct vop_win rk3288_win01_data = {
224 static const struct vop_win rk3368_win23_data = {
442 static const struct vop_win rk3126_win1_data = {
496 static const struct vop_win rk3366_win0_data = {
514 static const struct vop_win rk3366_win1_data = {
730 static const struct vop_win rv1126_win2_data = {
893 static const struct vop_win rv1106_win1_data = {
H A Drockchip_vop.h409 struct vop_win { struct
462 const struct vop_win *win;
480 const struct vop_win *win;
H A Drockchip_vop.c886 const struct vop_win *win = vop_data->win; in rockchip_vop_plane_check()