Searched refs:dPitch (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/staging/sm750fb/ |
| D | sm750_accel.c | 145 unsigned int dPitch, /* Pitch value of destination surface in BYTE */ in hw_copyarea() argument 162 if (sBase == dBase && sPitch == dPitch) { in hw_copyarea() 242 FIELD_VALUE(0, DE_PITCH, DESTINATION, (dPitch/Bpp)) | in hw_copyarea() 250 FIELD_VALUE(0, DE_WINDOW_WIDTH, DESTINATION, (dPitch/Bpp)) | in hw_copyarea() 303 u32 dPitch, /* Pitch value of destination surface in BYTE */ in hw_imageblit() argument 343 FIELD_VALUE(0, DE_PITCH, DESTINATION, dPitch/bytePerPixel) | in hw_imageblit() 344 FIELD_VALUE(0, DE_PITCH, SOURCE, dPitch/bytePerPixel)); /* dpr10 */ in hw_imageblit() 351 FIELD_VALUE(0, DE_WINDOW_WIDTH, DESTINATION, (dPitch/bytePerPixel)) | in hw_imageblit() 352 FIELD_VALUE(0, DE_WINDOW_WIDTH, SOURCE, (dPitch/bytePerPixel))); in hw_imageblit()
|
| D | sm750_accel.h | 253 unsigned int dPitch, /* Pitch value of destination surface in BYTE */ 266 u32 dPitch, /* Pitch value of destination surface in BYTE */
|