Searched refs:modded (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | radeon_accel.c | 71 struct fb_fillrect modded; in radeonfb_fillrect() local 86 memcpy(&modded, region, sizeof(struct fb_fillrect)); in radeonfb_fillrect() 88 if(!modded.width || !modded.height || in radeonfb_fillrect() 89 modded.dx >= vxres || modded.dy >= vyres) in radeonfb_fillrect() 92 if(modded.dx + modded.width > vxres) modded.width = vxres - modded in radeonfb_fillrect() 138 struct fb_copyarea modded; radeonfb_copyarea() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | radeon_accel.c | 71 struct fb_fillrect modded; in radeonfb_fillrect() local 86 memcpy(&modded, region, sizeof(struct fb_fillrect)); in radeonfb_fillrect() 88 if(!modded.width || !modded.height || in radeonfb_fillrect() 89 modded.dx >= vxres || modded.dy >= vyres) in radeonfb_fillrect() 92 if(modded.dx + modded.width > vxres) modded.width = vxres - modded in radeonfb_fillrect() 138 struct fb_copyarea modded; radeonfb_copyarea() local [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pm3fb.c | 379 struct fb_fillrect modded; in pm3fb_fillrect() local 400 memcpy(&modded, region, sizeof(struct fb_fillrect)); in pm3fb_fillrect() 402 if (!modded.width || !modded.height || in pm3fb_fillrect() 403 modded.dx >= vxres || modded.dy >= vyres) in pm3fb_fillrect() 406 if (modded.dx + modded.width > vxres) in pm3fb_fillrect() 407 modded.width = vxres - modded in pm3fb_fillrect() 443 struct fb_copyarea modded; pm3fb_copyarea() local [all...] |
H A D | pm2fb.c | 1054 struct fb_fillrect modded; in pm2fb_fillrect() local 1070 memcpy(&modded, region, sizeof(struct fb_fillrect)); in pm2fb_fillrect() 1072 if (!modded.width || !modded.height || in pm2fb_fillrect() 1073 modded.dx >= vxres || modded.dy >= vyres) in pm2fb_fillrect() 1076 if (modded.dx + modded.width > vxres) in pm2fb_fillrect() 1077 modded.width = vxres - modded in pm2fb_fillrect() 1112 struct fb_copyarea modded; pm2fb_copyarea() local [all...] |
H A D | cirrusfb.c | 1732 struct fb_fillrect modded; in cirrusfb_fillrect() local 1749 memcpy(&modded, region, sizeof(struct fb_fillrect)); in cirrusfb_fillrect() 1751 if (!modded.width || !modded.height || in cirrusfb_fillrect() 1752 modded.dx >= vxres || modded.dy >= vyres) in cirrusfb_fillrect() 1755 if (modded.dx + modded.width > vxres) in cirrusfb_fillrect() 1756 modded.width = vxres - modded in cirrusfb_fillrect() 1771 struct fb_copyarea modded; cirrusfb_copyarea() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pm3fb.c | 380 struct fb_fillrect modded; in pm3fb_fillrect() local 401 memcpy(&modded, region, sizeof(struct fb_fillrect)); in pm3fb_fillrect() 403 if (!modded.width || !modded.height || in pm3fb_fillrect() 404 modded.dx >= vxres || modded.dy >= vyres) in pm3fb_fillrect() 407 if (modded.dx + modded.width > vxres) in pm3fb_fillrect() 408 modded.width = vxres - modded in pm3fb_fillrect() 444 struct fb_copyarea modded; pm3fb_copyarea() local [all...] |
H A D | pm2fb.c | 1056 struct fb_fillrect modded; in pm2fb_fillrect() local 1072 memcpy(&modded, region, sizeof(struct fb_fillrect)); in pm2fb_fillrect() 1074 if (!modded.width || !modded.height || in pm2fb_fillrect() 1075 modded.dx >= vxres || modded.dy >= vyres) in pm2fb_fillrect() 1078 if (modded.dx + modded.width > vxres) in pm2fb_fillrect() 1079 modded.width = vxres - modded in pm2fb_fillrect() 1114 struct fb_copyarea modded; pm2fb_copyarea() local [all...] |
H A D | cirrusfb.c | 1734 struct fb_fillrect modded; in cirrusfb_fillrect() local 1751 memcpy(&modded, region, sizeof(struct fb_fillrect)); in cirrusfb_fillrect() 1753 if (!modded.width || !modded.height || in cirrusfb_fillrect() 1754 modded.dx >= vxres || modded.dy >= vyres) in cirrusfb_fillrect() 1757 if (modded.dx + modded.width > vxres) in cirrusfb_fillrect() 1758 modded.width = vxres - modded in cirrusfb_fillrect() 1773 struct fb_copyarea modded; cirrusfb_copyarea() local [all...] |
Completed in 15 milliseconds