diff options
Diffstat (limited to 'drivers/video/rockchip/rk_vop.h')
| -rw-r--r-- | drivers/video/rockchip/rk_vop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/rockchip/rk_vop.h b/drivers/video/rockchip/rk_vop.h index 0528fb23f59..909f5602e53 100644 --- a/drivers/video/rockchip/rk_vop.h +++ b/drivers/video/rockchip/rk_vop.h @@ -11,6 +11,7 @@ struct rk_vop_priv { void *grf; void *regs; + int win_offset; }; enum vop_features { @@ -18,6 +19,7 @@ enum vop_features { }; struct rkvop_driverdata { + int win_offset; /* configuration */ u32 features; /* block-specific setters/getters */ |
