Home
last modified time | relevance | path

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

/linux/drivers/staging/sm750fb/
H A Dsm750_accel.c136 unsigned int source_base, unsigned int source_pitch, in sm750_hw_copyarea() argument
150 if (source_base == dest_base && source_pitch == dest_pitch) { in sm750_hw_copyarea()
241 (source_pitch / bpp & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_copyarea()
251 (source_pitch / bpp & DE_WINDOW_WIDTH_SRC_MASK)); /* dpr3c */ in sm750_hw_copyarea()
H A Dsm750_accel.h213 unsigned int source_base, unsigned int source_pitch,