aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
an class="hl com">/* * Overlay setup */ extern void ResetOverlayRegisters(volatile STG4000REG __iomem *pSTGReg); extern int CreateOverlaySurface(volatile STG4000REG __iomem *pSTGReg, u32 ulWidth, u32 ulHeight, int bLinear, u32 ulOverlayOffset, u32 * retStride, u32 * retUVStride); extern int SetOverlayBlendMode(volatile STG4000REG __iomem *pSTGReg, OVRL_BLEND_MODE mode, u32 ulAlpha, u32 ulColorKey); extern int SetOverlayViewPort(volatile STG4000REG __iomem *pSTGReg, u32 left, u32 top, u32 right, u32 bottom); extern void EnableOverlayPlane(volatile STG4000REG __iomem *pSTGReg); #endif /* _STG4000INTERFACE_H */