Home
last modified time | relevance | path

Searched refs:vyres (Results 1 – 25 of 100) sorted by relevance

1234

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Dradeon_accel.c72 int vxres, vyres; in radeonfb_fillrect() local
84 vyres = info->var.yres_virtual; in radeonfb_fillrect()
89 modded.dx >= vxres || modded.dy >= vyres) in radeonfb_fillrect()
93 if(modded.dy + modded.height > vyres) modded.height = vyres - modded.dy; in radeonfb_fillrect()
139 u32 vxres, vyres; in radeonfb_copyarea() local
157 vyres = info->var.yres_virtual; in radeonfb_copyarea()
160 modded.sx >= vxres || modded.sy >= vyres || in radeonfb_copyarea()
161 modded.dx >= vxres || modded.dy >= vyres) in radeonfb_copyarea()
166 if(modded.sy + modded.height > vyres) modded.height = vyres - modded.sy; in radeonfb_copyarea()
167 if(modded.dy + modded.height > vyres) modded.height = vyres - modded.dy; in radeonfb_copyarea()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Dradeon_accel.c72 int vxres, vyres; in radeonfb_fillrect() local
84 vyres = info->var.yres_virtual; in radeonfb_fillrect()
89 modded.dx >= vxres || modded.dy >= vyres) in radeonfb_fillrect()
93 if(modded.dy + modded.height > vyres) modded.height = vyres - modded.dy; in radeonfb_fillrect()
139 u32 vxres, vyres; in radeonfb_copyarea() local
157 vyres = info->var.yres_virtual; in radeonfb_copyarea()
160 modded.sx >= vxres || modded.sy >= vyres || in radeonfb_copyarea()
161 modded.dx >= vxres || modded.dy >= vyres) in radeonfb_copyarea()
166 if(modded.sy + modded.height > vyres) modded.height = vyres - modded.sy; in radeonfb_copyarea()
167 if(modded.dy + modded.height > vyres) modded.height = vyres - modded.dy; in radeonfb_copyarea()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Dradeon_accel.c72 int vxres, vyres; in radeonfb_fillrect() local
84 vyres = info->var.yres_virtual; in radeonfb_fillrect()
89 modded.dx >= vxres || modded.dy >= vyres) in radeonfb_fillrect()
93 if(modded.dy + modded.height > vyres) modded.height = vyres - modded.dy; in radeonfb_fillrect()
139 u32 vxres, vyres; in radeonfb_copyarea() local
157 vyres = info->var.yres_virtual; in radeonfb_copyarea()
160 modded.sx >= vxres || modded.sy >= vyres || in radeonfb_copyarea()
161 modded.dx >= vxres || modded.dy >= vyres) in radeonfb_copyarea()
166 if(modded.sy + modded.height > vyres) modded.height = vyres - modded.sy; in radeonfb_copyarea()
167 if(modded.dy + modded.height > vyres) modded.height = vyres - modded.dy; in radeonfb_copyarea()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/sis/
H A Dsis_accel.c310 u32 vyres = info->var.yres_virtual; in fbcon_sis_fillrect() local
322 if(!rect->width || !rect->height || rect->dx >= vxres || rect->dy >= vyres) in fbcon_sis_fillrect()
327 height = ((rect->dy + rect->height) > vyres) ? (vyres - rect->dy) : rect->height; in fbcon_sis_fillrect()
360 u32 vyres = info->var.yres_virtual; in fbcon_sis_copyarea() local
374 area->sx >= vxres || area->sy >= vyres || in fbcon_sis_copyarea()
375 area->dx >= vxres || area->dy >= vyres) in fbcon_sis_copyarea()
381 if((area->sy + height) > vyres) height = vyres - area->sy; in fbcon_sis_copyarea()
382 if((area->dy + height) > vyres) height = vyres - area->dy; in fbcon_sis_copyarea()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/sis/
H A Dsis_accel.c310 u32 vyres = info->var.yres_virtual; in fbcon_sis_fillrect() local
322 if(!rect->width || !rect->height || rect->dx >= vxres || rect->dy >= vyres) in fbcon_sis_fillrect()
327 height = ((rect->dy + rect->height) > vyres) ? (vyres - rect->dy) : rect->height; in fbcon_sis_fillrect()
360 u32 vyres = info->var.yres_virtual; in fbcon_sis_copyarea() local
374 area->sx >= vxres || area->sy >= vyres || in fbcon_sis_copyarea()
375 area->dx >= vxres || area->dy >= vyres) in fbcon_sis_copyarea()
381 if((area->sy + height) > vyres) height = vyres - area->sy; in fbcon_sis_copyarea()
382 if((area->dy + height) > vyres) height = vyres - area->dy; in fbcon_sis_copyarea()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/sis/
H A Dsis_accel.c310 u32 vyres = info->var.yres_virtual; in fbcon_sis_fillrect() local
322 if(!rect->width || !rect->height || rect->dx >= vxres || rect->dy >= vyres) in fbcon_sis_fillrect()
327 height = ((rect->dy + rect->height) > vyres) ? (vyres - rect->dy) : rect->height; in fbcon_sis_fillrect()
360 u32 vyres = info->var.yres_virtual; in fbcon_sis_copyarea() local
374 area->sx >= vxres || area->sy >= vyres || in fbcon_sis_copyarea()
375 area->dx >= vxres || area->dy >= vyres) in fbcon_sis_copyarea()
381 if((area->sy + height) > vyres) height = vyres - area->sy; in fbcon_sis_copyarea()
382 if((area->dy + height) > vyres) height = vyres - area->dy; in fbcon_sis_copyarea()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/drivers/
H A Dvga_load_regs.c150 u32 vxres, xoffset, vyres, yoffset; in vga_decode_var() local
195 vyres = var->yres_virtual; in vga_decode_var()
198 if (yres > vyres) in vga_decode_var()
199 vyres = yres; in vga_decode_var()
200 if (vxres * vyres > 65536) { in vga_decode_var()
201 vyres = 65536 / vxres; in vga_decode_var()
202 if (vyres < yres) in vga_decode_var()
205 if (yoffset + yres > vyres) in vga_decode_var()
206 yoffset = vyres - yres; in vga_decode_var()
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/drivers/
H A Dvga_load_regs.c150 u32 vxres, xoffset, vyres, yoffset; in vga_decode_var() local
195 vyres = var->yres_virtual; in vga_decode_var()
198 if (yres > vyres) in vga_decode_var()
199 vyres = yres; in vga_decode_var()
200 if (vxres * vyres > 65536) { in vga_decode_var()
201 vyres = 65536 / vxres; in vga_decode_var()
202 if (vyres < yres) in vga_decode_var()
205 if (yoffset + yres > vyres) in vga_decode_var()
206 yoffset = vyres - yres; in vga_decode_var()
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/drivers/
H A Dvga_load_regs.c150 u32 vxres, xoffset, vyres, yoffset; in vga_decode_var() local
195 vyres = var->yres_virtual; in vga_decode_var()
198 if (yres > vyres) in vga_decode_var()
199 vyres = yres; in vga_decode_var()
200 if (vxres * vyres > 65536) { in vga_decode_var()
201 vyres = 65536 / vxres; in vga_decode_var()
202 if (vyres < yres) in vga_decode_var()
205 if (yoffset + yres > vyres) in vga_decode_var()
206 yoffset = vyres - yres; in vga_decode_var()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/drivers/
H A Dvga_load_regs.c150 u32 vxres, xoffset, vyres, yoffset; in vga_decode_var() local
195 vyres = var->yres_virtual; in vga_decode_var()
198 if (yres > vyres) in vga_decode_var()
199 vyres = yres; in vga_decode_var()
200 if (vxres * vyres > 65536) { in vga_decode_var()
201 vyres = 65536 / vxres; in vga_decode_var()
202 if (vyres < yres) in vga_decode_var()
205 if (yoffset + yres > vyres) in vga_decode_var()
206 yoffset = vyres - yres; in vga_decode_var()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/drivers/
H A Dvga_load_regs.c150 u32 vxres, xoffset, vyres, yoffset; in vga_decode_var() local
195 vyres = var->yres_virtual; in vga_decode_var()
198 if (yres > vyres) in vga_decode_var()
199 vyres = yres; in vga_decode_var()
200 if (vxres * vyres > 65536) { in vga_decode_var()
201 vyres = 65536 / vxres; in vga_decode_var()
202 if (vyres < yres) in vga_decode_var()
205 if (yoffset + yres > vyres) in vga_decode_var()
206 yoffset = vyres - yres; in vga_decode_var()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/drivers/
H A Dvga_load_regs.c150 u32 vxres, xoffset, vyres, yoffset; in vga_decode_var() local
195 vyres = var->yres_virtual; in vga_decode_var()
198 if (yres > vyres) in vga_decode_var()
199 vyres = yres; in vga_decode_var()
200 if (vxres * vyres > 65536) { in vga_decode_var()
201 vyres = 65536 / vxres; in vga_decode_var()
202 if (vyres < yres) in vga_decode_var()
205 if (yoffset + yres > vyres) in vga_decode_var()
206 yoffset = vyres - yres; in vga_decode_var()
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/drivers/
H A Dvga_load_regs.c150 u32 vxres, xoffset, vyres, yoffset; in vga_decode_var() local
195 vyres = var->yres_virtual; in vga_decode_var()
198 if (yres > vyres) in vga_decode_var()
199 vyres = yres; in vga_decode_var()
200 if (vxres * vyres > 65536) { in vga_decode_var()
201 vyres = 65536 / vxres; in vga_decode_var()
202 if (vyres < yres) in vga_decode_var()
205 if (yoffset + yres > vyres) in vga_decode_var()
206 yoffset = vyres - yres; in vga_decode_var()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcon_ud.c53 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_bmove() local
56 area.sy = vyres - ((sy + height) * vc->vc_font.height); in ud_bmove()
58 area.dy = vyres - ((dy + height) * vc->vc_font.height); in ud_bmove()
72 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_clear() local
76 region.dy = vyres - ((sy + height) * vc->vc_font.height); in ud_clear()
165 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_putcs() local
262 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_cursor() local
308 dy = vyres - ((y * vc->vc_font.height) + vc->vc_font.height); in ud_cursor()
413 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_update_start() local
418 yoffset = vyres - info->var.yres - ops->var.yoffset; in ud_update_start()
[all …]
H A Dfbcon_ccw.c68 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_bmove() local
71 area.sy = vyres - ((sx + width) * vc->vc_font.width); in ccw_bmove()
73 area.dy = vyres - ((dx + width) * vc->vc_font.width); in ccw_bmove()
86 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_clear() local
90 region.dy = vyres - ((sx + width) * vc->vc_font.width); in ccw_clear()
143 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_putcs() local
151 image.dy = vyres - ((xx + count) * vc->vc_font.width); in ccw_putcs()
232 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_cursor() local
278 dy = vyres - ((vc->state.x + 1) * vc->vc_font.width); in ccw_cursor()
390 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_update_start() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcon_ud.c53 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_bmove() local
56 area.sy = vyres - ((sy + height) * vc->vc_font.height); in ud_bmove()
58 area.dy = vyres - ((dy + height) * vc->vc_font.height); in ud_bmove()
72 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_clear() local
76 region.dy = vyres - ((sy + height) * vc->vc_font.height); in ud_clear()
165 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_putcs() local
262 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_cursor() local
308 dy = vyres - ((y * vc->vc_font.height) + vc->vc_font.height); in ud_cursor()
413 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_update_start() local
418 yoffset = vyres - info->var.yres - ops->var.yoffset; in ud_update_start()
[all …]
H A Dfbcon_ccw.c68 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_bmove() local
71 area.sy = vyres - ((sx + width) * vc->vc_font.width); in ccw_bmove()
73 area.dy = vyres - ((dx + width) * vc->vc_font.width); in ccw_bmove()
86 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_clear() local
90 region.dy = vyres - ((sx + width) * vc->vc_font.width); in ccw_clear()
143 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_putcs() local
151 image.dy = vyres - ((xx + count) * vc->vc_font.width); in ccw_putcs()
232 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_cursor() local
278 dy = vyres - ((vc->state.x + 1) * vc->vc_font.width); in ccw_cursor()
390 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_update_start() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcon_ud.c53 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_bmove() local
56 area.sy = vyres - ((sy + height) * vc->vc_font.height); in ud_bmove()
58 area.dy = vyres - ((dy + height) * vc->vc_font.height); in ud_bmove()
72 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_clear() local
76 region.dy = vyres - ((sy + height) * vc->vc_font.height); in ud_clear()
165 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_putcs() local
262 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_cursor() local
308 dy = vyres - ((y * vc->vc_font.height) + vc->vc_font.height); in ud_cursor()
413 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ud_update_start() local
418 yoffset = vyres - info->var.yres - ops->var.yoffset; in ud_update_start()
[all …]
H A Dfbcon_ccw.c68 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_bmove() local
71 area.sy = vyres - ((sx + width) * vc->vc_font.width); in ccw_bmove()
73 area.dy = vyres - ((dx + width) * vc->vc_font.width); in ccw_bmove()
86 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_clear() local
90 region.dy = vyres - ((sx + width) * vc->vc_font.width); in ccw_clear()
143 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_putcs() local
151 image.dy = vyres - ((xx + count) * vc->vc_font.width); in ccw_putcs()
232 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_cursor() local
278 dy = vyres - ((vc->state.x + 1) * vc->vc_font.width); in ccw_cursor()
390 u32 vyres = GETVYRES(ops->p->scrollmode, info); in ccw_update_start() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Dvga16fb.c401 vyres = var->yres_virtual; in vga16fb_check_var()
404 if (yres > vyres) in vga16fb_check_var()
405 vyres = yres; in vga16fb_check_var()
407 vyres = maxmem / vxres; in vga16fb_check_var()
408 if (vyres < yres) in vga16fb_check_var()
411 if (yoffset + yres > vyres) in vga16fb_check_var()
412 yoffset = vyres - yres; in vga16fb_check_var()
417 var->yres_virtual = vyres; in vga16fb_check_var()
898 y2 = y2 < vyres ? y2 : vyres; in vga16fb_fillrect()
1023 area->sy > vyres) in vga16fb_copyarea()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Dvga16fb.c401 vyres = var->yres_virtual; in vga16fb_check_var()
404 if (yres > vyres) in vga16fb_check_var()
405 vyres = yres; in vga16fb_check_var()
407 vyres = maxmem / vxres; in vga16fb_check_var()
408 if (vyres < yres) in vga16fb_check_var()
411 if (yoffset + yres > vyres) in vga16fb_check_var()
412 yoffset = vyres - yres; in vga16fb_check_var()
417 var->yres_virtual = vyres; in vga16fb_check_var()
898 y2 = y2 < vyres ? y2 : vyres; in vga16fb_fillrect()
1023 area->sy > vyres) in vga16fb_copyarea()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Dvga16fb.c401 vyres = var->yres_virtual; in vga16fb_check_var()
404 if (yres > vyres) in vga16fb_check_var()
405 vyres = yres; in vga16fb_check_var()
407 vyres = maxmem / vxres; in vga16fb_check_var()
408 if (vyres < yres) in vga16fb_check_var()
411 if (yoffset + yres > vyres) in vga16fb_check_var()
412 yoffset = vyres - yres; in vga16fb_check_var()
417 var->yres_virtual = vyres; in vga16fb_check_var()
898 y2 = y2 < vyres ? y2 : vyres; in vga16fb_fillrect()
1023 area->sy > vyres) in vga16fb_copyarea()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c196 int x2, y2, vxres, vyres; in mb86290fb_imageblit() local
201 vyres = info->var.yres_virtual; in mb86290fb_imageblit()
203 y2 = min(y2, vyres); in mb86290fb_imageblit()
254 u32 x2, y2, vxres, vyres, height, width, fg; in mb86290fb_fillrect() local
258 vyres = info->var.yres_virtual; in mb86290fb_fillrect()
261 || rect->dy > vyres) in mb86290fb_fillrect()
269 y2 = min(y2, vyres); in mb86290fb_fillrect()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c196 int x2, y2, vxres, vyres; in mb86290fb_imageblit() local
201 vyres = info->var.yres_virtual; in mb86290fb_imageblit()
203 y2 = min(y2, vyres); in mb86290fb_imageblit()
254 u32 x2, y2, vxres, vyres, height, width, fg; in mb86290fb_fillrect() local
258 vyres = info->var.yres_virtual; in mb86290fb_fillrect()
261 || rect->dy > vyres) in mb86290fb_fillrect()
269 y2 = min(y2, vyres); in mb86290fb_fillrect()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c196 int x2, y2, vxres, vyres; in mb86290fb_imageblit() local
201 vyres = info->var.yres_virtual; in mb86290fb_imageblit()
203 y2 = min(y2, vyres); in mb86290fb_imageblit()
254 u32 x2, y2, vxres, vyres, height, width, fg; in mb86290fb_fillrect() local
258 vyres = info->var.yres_virtual; in mb86290fb_fillrect()
261 || rect->dy > vyres) in mb86290fb_fillrect()
269 y2 = min(y2, vyres); in mb86290fb_fillrect()

1234