/linux-6.3-rc2/drivers/video/fbdev/ |
A D | controlfb.c | 86 int xoffset, yoffset; member 210 par->xoffset = xoffset; in set_screen_start() 233 if (p->par.xoffset != par->xoffset || in control_set_hardware() 262 + (par->xoffset << cmode)); in control_set_hardware() 480 par->xoffset = (var->xoffset + hstep) & ~hstep; in control_var_to_par() 496 if (par->xoffset + par->xres > par->vxres) in control_var_to_par() 497 par->xoffset = par->vxres - par->xres; in control_var_to_par() 569 var->xoffset = par->xoffset; in control_par_to_var() 673 unsigned int xoffset, hstep; in controlfb_pan_display() local 682 xoffset = (var->xoffset + hstep) & ~hstep; in controlfb_pan_display() [all …]
|
A D | 68328fb.c | 141 var->xoffset = info->var.xoffset; in mc68x328fb_check_var() 169 if (var->xres_virtual < var->xoffset + var->xres) in mc68x328fb_check_var() 170 var->xres_virtual = var->xoffset + var->xres; in mc68x328fb_check_var() 369 || var->xoffset) in mc68x328fb_pan_display() 372 if (var->xoffset + info->var.xres > info->var.xres_virtual || in mc68x328fb_pan_display() 376 info->var.xoffset = var->xoffset; in mc68x328fb_pan_display()
|
A D | vfb.c | 128 var->xoffset = info->var.xoffset; in vfb_check_var() 156 if (var->xres_virtual < var->xoffset + var->xres) in vfb_check_var() 157 var->xres_virtual = var->xoffset + var->xres; in vfb_check_var() 364 var->xoffset) in vfb_pan_display() 367 if (var->xoffset + info->var.xres > info->var.xres_virtual || in vfb_pan_display() 371 info->var.xoffset = var->xoffset; in vfb_pan_display()
|
A D | vga16fb.c | 208 u32 xoffset, pos; in vga16fb_pan_var() local 210 xoffset = var->xoffset; in vga16fb_pan_var() 218 xoffset--; in vga16fb_pan_var() 228 vga_io_w(VGA_ATT_IW, (xoffset & 3) << 1); in vga16fb_pan_var() 230 vga_io_w(VGA_ATT_IW, xoffset & 7); in vga16fb_pan_var() 335 u32 vxres, xoffset, vyres, yoffset; in vga16fb_check_var() local 373 xoffset = (var->xoffset + 7) & ~7; in vga16fb_check_var() 380 if (xres + xoffset > vxres) in vga16fb_check_var() 381 xoffset = vxres - xres; in vga16fb_check_var() 388 var->xoffset = xoffset; in vga16fb_check_var() [all …]
|
A D | atafb.c | 119 short xoffset; member 1412 if (hw->xoffset) in falcon_encode_var() 1527 hw->xoffset = videl.xoffset & 0xf; in falcon_get_par() 1618 videl.xoffset = hw->xoffset; in falcon_vbl_switcher() 1626 videl.xoffset = current_par.hw.falcon.xoffset; in falcon_vbl_switcher() 1637 int xoffset; in falcon_pan_display() local 1641 var->xoffset = round_up(var->xoffset, 32); in falcon_pan_display() 1643 par->hw.falcon.xoffset = var->xoffset & 15; in falcon_pan_display() 1646 var->xoffset = round_up(var->xoffset, 2); in falcon_pan_display() 1652 xoffset = var->xoffset - par->hw.falcon.xoffset; in falcon_pan_display() [all …]
|
A D | hgafb.c | 254 static void hga_pan(unsigned int xoffset, unsigned int yoffset) in hga_pan() argument 259 base = (yoffset / 8) * 90 + xoffset; in hga_pan() 428 var->xoffset) in hgafb_pan_display() 431 if (var->xoffset + info->var.xres > info->var.xres_virtual in hgafb_pan_display() 437 hga_pan(var->xoffset, var->yoffset); in hgafb_pan_display()
|
A D | mx3fb.c | 780 old_var.xoffset = new_var.xoffset; in mx3fb_must_set_par() 874 mx3_fbi->cur_var.xoffset = 0; in __set_par() 882 cur_xoffset = mx3_fbi->cur_var.xoffset; in __set_par() 885 mx3_fbi->cur_var.xoffset = cur_xoffset; in __set_par() 1145 if (var->xoffset > 0) { in mx3fb_pan_display() 1150 if (mx3_fbi->cur_var.xoffset == var->xoffset && in mx3fb_pan_display() 1165 + var->xoffset * (fbi->var.bits_per_pixel / 8); in mx3fb_pan_display() 1226 fbi->var.xoffset = var->xoffset; in mx3fb_pan_display()
|
A D | pvr2fb.c | 462 if (var->xoffset || var->yoffset >= var->yres_virtual) { in pvr2fb_check_var() 463 var->xoffset = var->yoffset = 0; in pvr2fb_check_var() 465 if (var->xoffset > var->xres_virtual - var->xres || in pvr2fb_check_var() 467 var->xoffset = var->yoffset = 0; in pvr2fb_check_var() 470 var->xoffset = var->yoffset = 0; in pvr2fb_check_var() 543 get_line_length(var->xoffset+var->xres, var->bits_per_pixel), in pvr2_update_display() 576 get_line_length(var->xoffset+var->xres, var->bits_per_pixel), in pvr2_init_display()
|
A D | hitfb.c | 159 int xoffset = var->xoffset; in hitfb_pan_display() local 162 if (xoffset != 0) in hitfb_pan_display() 259 var->xoffset = 0; in hitfb_check_var()
|
A D | gxt4500.c | 287 if (var->xres + var->xoffset > var->xres_virtual || in gxt4500_var_to_par() 473 writereg(par, REFRESH_START, (var->xoffset << 16) | var->yoffset); in gxt4500_set_par() 554 if (var->xoffset & 7) in gxt4500_pan_display() 556 if (var->xoffset + info->var.xres > info->var.xres_virtual || in gxt4500_pan_display() 560 writereg(par, REFRESH_START, (var->xoffset << 16) | var->yoffset); in gxt4500_pan_display()
|
A D | i740fb.c | 403 u32 vxres, xoffset, vyres, yoffset; in i740fb_decode_var() local 411 var->xoffset, var->yoffset, var->bits_per_pixel, in i740fb_decode_var() 468 xoffset = ALIGN(var->xoffset, 8); in i740fb_decode_var() 469 if (xres + xoffset > vxres) in i740fb_decode_var() 470 xoffset = vxres - xres; in i740fb_decode_var() 583 base = (yoffset * vxres + (xoffset & ~7)) >> 2; in i740fb_decode_var() 910 + (var->xoffset & ~7)) >> 2; in i740fb_pan_display() 913 var->xoffset, var->yoffset, base); in i740fb_pan_display()
|
A D | amifb.c | 694 __s16 xoffset; member 726 int xoffset; /* vmode */ member 1490 par->xoffset = var->xoffset; in ami_decode_var() 1494 par->xoffset = par->yoffset = 0; in ami_decode_var() 1501 par->xoffset = par->yoffset = 0; in ami_decode_var() 1529 var->xoffset = par->xoffset; in ami_encode_var() 1607 par->xoffset = upx(16 << maxfmode, par->xoffset); in ami_update_par() 1673 par->xoffset = var->xoffset; in ami_pan_var() 2036 state->xoffset = par->crsr.crsr_x; in ami_get_cursorstate() 2045 par->crsr.crsr_x = state->xoffset; in ami_set_cursorstate() [all …]
|
A D | fsl-diu-fb.c | 707 if (var->xoffset + info->var.xres > info->var.xres_virtual) in fsl_diu_check_var() 708 var->xoffset = info->var.xres_virtual - info->var.xres; in fsl_diu_check_var() 914 ad->offset_xyi = cpu_to_le32((var->yoffset << 16) | var->xoffset); in fsl_diu_set_aoi() 1049 xx = (cursor->image.dx - info->var.xoffset) & 0x7ff; in fsl_diu_cursor() 1164 ad->offset_xyi = cpu_to_le32((var->yoffset << 16) | var->xoffset); in fsl_diu_set_par() 1245 if ((info->var.xoffset == var->xoffset) && in fsl_diu_pan_display() 1249 if (var->xoffset + info->var.xres > info->var.xres_virtual in fsl_diu_pan_display() 1253 info->var.xoffset = var->xoffset; in fsl_diu_pan_display()
|
A D | da8xx-fb.c | 1022 if (var->xres + var->xoffset > var->xres_virtual) in fb_check_var() 1023 var->xoffset = var->xres_virtual - var->xres; in fb_check_var() 1221 if (var->xoffset != fbi->var.xoffset || in da8xx_pan_display() 1224 new_var.xoffset = var->xoffset; in da8xx_pan_display() 1233 new_var.xoffset * fbi->var.bits_per_pixel / 8; in da8xx_pan_display() 1283 info->var.xoffset * info->var.bits_per_pixel / 8; in da8xxfb_set_par()
|
/linux-6.3-rc2/drivers/video/fbdev/core/ |
A D | fbcon_ud.c | 236 region.dx = info->var.xoffset; in ud_clear_margins() 244 region.dx = info->var.xoffset; in ud_clear_margins() 412 int xoffset, yoffset; in ud_update_start() local 417 xoffset = vxres - info->var.xres - ops->var.xoffset; in ud_update_start() 421 ops->var.xoffset = xoffset; in ud_update_start() 424 ops->var.xoffset = info->var.xoffset; in ud_update_start()
|
A D | fbcon_cw.c | 196 region.dx = info->var.xoffset; in cw_clear_margins() 373 u32 xoffset; in cw_update_start() local 376 xoffset = vxres - (info->var.xres + ops->var.yoffset); in cw_update_start() 377 ops->var.yoffset = ops->var.xoffset; in cw_update_start() 378 ops->var.xoffset = xoffset; in cw_update_start() 380 ops->var.xoffset = info->var.xoffset; in cw_update_start()
|
A D | fbcon_ccw.c | 213 region.dx = info->var.xoffset + bs; in ccw_clear_margins() 393 yoffset = (vyres - info->var.yres) - ops->var.xoffset; in ccw_update_start() 394 ops->var.xoffset = ops->var.yoffset; in ccw_update_start() 397 ops->var.xoffset = info->var.xoffset; in ccw_update_start()
|
A D | tileblit.c | 125 ops->var.xoffset = info->var.xoffset; in tile_update_start()
|
A D | bitblit.c | 220 region.dx = info->var.xoffset + rs; in bit_clear_margins() 228 region.dx = info->var.xoffset; in bit_clear_margins() 388 ops->var.xoffset = info->var.xoffset; in bit_update_start()
|
/linux-6.3-rc2/drivers/video/fbdev/aty/ |
A D | aty128fb.c | 418 u32 xoffset, yoffset; member 1036 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst; in aty128_var_to_crtc() local 1048 xoffset = var->xoffset; in aty128_var_to_crtc() 1072 xoffset = (xoffset + 7) & ~7; in aty128_var_to_crtc() 1074 if (vxres < xres + xoffset) in aty128_var_to_crtc() 1075 vxres = xres + xoffset; in aty128_var_to_crtc() 1151 crtc->xoffset = xoffset; in aty128_var_to_crtc() 1265 var->xoffset = crtc->xoffset; in aty128_crtc_to_var() 1623 u32 xoffset, yoffset; in aty128fb_pan_display() local 1630 xoffset = (var->xoffset +7) & ~7; in aty128fb_pan_display() [all …]
|
/linux-6.3-rc2/drivers/video/fbdev/matrox/ |
A D | matroxfb_crtc2.c | 175 m2info->fbcon.var.xoffset = var->xoffset; in matroxfb_dh_pan_var() 179 pos = m2info->fbcon.var.yoffset * linelen + m2info->fbcon.var.xoffset * pixelsize; in matroxfb_dh_pan_var() 216 if (var->xoffset + var->xres > var->xres_virtual) in matroxfb_dh_decode_var() 217 var->xoffset = var->xres_virtual - var->xres; in matroxfb_dh_decode_var() 354 …pos = (m2info->fbcon.var.yoffset * m2info->fbcon.var.xres_virtual + m2info->fbcon.var.xoffset) * m… in matroxfb_dh_set_par()
|
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/ |
A D | omapfb-main.c | 166 offset = vrfb->xoffset * OMAP_VRFB_LINE_LEN; in omapfb_get_vrfb_offset() 689 if (var->xres + var->xoffset > var->xres_virtual) in check_fb_var() 690 var->xoffset = var->xres_virtual - var->xres; in check_fb_var() 766 var->xoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_dma() 787 var->xoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_vrfb() 790 var->xoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_vrfb() 792 offset -= var->xoffset * fix->line_length + in calc_rotation_offset_vrfb() 795 offset += var->xoffset * fix->line_length + in calc_rotation_offset_vrfb() 823 var->xoffset, var->yoffset, offset); in omapfb_calc_addr() 1047 if (var->xoffset == fbi->var.xoffset && in omapfb_pan_display() [all …]
|
/linux-6.3-rc2/drivers/staging/sm750fb/ |
A D | sm750_hw.c | 333 reg |= (var->xoffset & PANEL_WINDOW_WIDTH_X_MASK); in hw_sm750_crtc_setMode() 551 if ((var->xoffset + var->xres > var->xres_virtual) || in hw_sm750_pan_display() 557 ((var->xoffset * var->bits_per_pixel) >> 3); in hw_sm750_pan_display()
|
/linux-6.3-rc2/include/video/ |
A D | omapvrfb.h | 20 u16 xoffset; member
|
/linux-6.3-rc2/drivers/acpi/ |
A D | bgrt.c | 29 BGRT_SHOW(xoffset, image_offset_x);
|