Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/sm750fb/
Dsm750_accel.c326 u32 bytePerPixel, /* Color depth of destination surface */ in hw_imageblit() argument
367 if(bytePerPixel == 3 ){ in hw_imageblit()
380 FIELD_VALUE(0, DE_PITCH, DESTINATION, dPitch/bytePerPixel) | in hw_imageblit()
381 FIELD_VALUE(0, DE_PITCH, SOURCE, dPitch/bytePerPixel));//dpr10 in hw_imageblit()
388 FIELD_VALUE(0, DE_WINDOW_WIDTH, DESTINATION, (dPitch/bytePerPixel)) | in hw_imageblit()
389 FIELD_VALUE(0, DE_WINDOW_WIDTH, SOURCE, (dPitch/bytePerPixel))); in hw_imageblit()
Dsm750_accel.h267 u32 bytePerPixel, /* Color depth of destination surface */