29 #include <asm/current.h>
30 #include <asm/types.h>
41 u16 *dsty, *dstu, *dstv;
58 vb2_set_plane_payload(&fbuf->
vb, 0,
63 vb2_set_plane_payload(&fbuf->
vb, 0,
74 dsty = (
u16 *)(image);
75 dstu = (
u16 *)(image + n);
76 dstv = (
u16 *)(image + n + n / 4);
78 for (line = 0; line < pdev->
height; line++) {
79 for (col = 0; col < pdev->
width; col += 4) {
100 PWC_ERROR(
"This chipset is not supported for now\n");