Searched refs:testout (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/matrox/ |
D | matroxfb_g450.c | 58 }, offsetof(struct matrox_fb_info, altout.tvo_params.testout) }, 543 if (minfo->altout.tvo_params.testout) { in matroxfb_g450_compute()
|
D | matroxfb_base.h | 374 int testout, deflicker; member
|
D | matroxfb_maven.c | 97 }, offsetof(struct matrox_fb_info, altout.tvo_params.testout) },
|
/Linux-v4.19/drivers/gpu/ipu-v3/ |
D | ipu-image-convert.c | 1330 struct ipu_image testin, testout; in ipu_image_convert_verify() local 1333 testout = *out; in ipu_image_convert_verify() 1335 ipu_image_convert_adjust(&testin, &testout, rot_mode); in ipu_image_convert_verify() 1339 testout.pix.width != out->pix.width || in ipu_image_convert_verify() 1340 testout.pix.height != out->pix.height) in ipu_image_convert_verify()
|