Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/sis/
H A Dsis_accel.c107 u32 srcbase = 0, dstbase = 0; in SiS300SubsequentScreenToScreenCopy() local
114 dstbase = ivideo->video_linelength * dst_y; in SiS300SubsequentScreenToScreenCopy()
119 SiS300SetupDSTBase(dstbase); in SiS300SubsequentScreenToScreenCopy()
148 u32 dstbase = 0; in SiS300SubsequentSolidFillRect() local
151 dstbase = ivideo->video_linelength * y; in SiS300SubsequentSolidFillRect()
154 SiS300SetupDSTBase(dstbase) in SiS300SubsequentSolidFillRect()
194 u32 srcbase = 0, dstbase = 0; in SiS310SubsequentScreenToScreenCopy() local
211 dstbase = ivideo->video_linelength * mymin; in SiS310SubsequentScreenToScreenCopy()
221 dstbase = ivideo->video_linelength * dst_y; in SiS310SubsequentScreenToScreenCopy()
227 dstbase += ivideo->video_offset; in SiS310SubsequentScreenToScreenCopy()
[all …]