/Linux-v6.6/drivers/video/fbdev/ |
D | controlfb.c | 86 int xoffset, yoffset; member 205 static inline void set_screen_start(int xoffset, int yoffset, in set_screen_start() argument 210 par->xoffset = xoffset; in set_screen_start() 213 par->yoffset * par->pitch + (par->xoffset << par->cmode)); in set_screen_start() 233 if (p->par.xoffset != par->xoffset || in control_set_hardware() 235 set_screen_start(par->xoffset, par->yoffset, p); 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() [all …]
|
D | 68328fb.c | 142 var->xoffset = info->var.xoffset; in mc68x328fb_check_var() 170 if (var->xres_virtual < var->xoffset + var->xres) in mc68x328fb_check_var() 171 var->xres_virtual = var->xoffset + var->xres; in mc68x328fb_check_var() 370 || var->xoffset) in mc68x328fb_pan_display() 373 if (var->xoffset + info->var.xres > info->var.xres_virtual || in mc68x328fb_pan_display() 377 info->var.xoffset = var->xoffset; in mc68x328fb_pan_display()
|
D | vfb.c | 129 var->xoffset = info->var.xoffset; in vfb_check_var() 157 if (var->xres_virtual < var->xoffset + var->xres) in vfb_check_var() 158 var->xres_virtual = var->xoffset + var->xres; in vfb_check_var() 365 var->xoffset) in vfb_pan_display() 368 if (var->xoffset + info->var.xres > info->var.xres_virtual || in vfb_pan_display() 372 info->var.xoffset = var->xoffset; in vfb_pan_display()
|
D | vga16fb.c | 208 u32 xoffset, pos; in vga16fb_pan_var() local 210 xoffset = var->xoffset; in vga16fb_pan_var() 212 pos = (info->var.xres_virtual * var->yoffset + xoffset) >> 2; in vga16fb_pan_var() 215 pos = (info->var.xres_virtual * (var->yoffset / fh) + xoffset) >> 3; in vga16fb_pan_var() 218 xoffset--; in vga16fb_pan_var() 219 pos = (info->var.xres_virtual * var->yoffset + xoffset) >> 3; 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() [all …]
|
D | atafb.c | 119 short xoffset; member 738 var->xoffset = 0; in tt_encode_var() 1342 par->hw.falcon.xoffset = 0; in falcon_decode_var() 1412 if (hw->xoffset) in falcon_encode_var() 1451 var->xoffset = 0; /* TODO change this */ 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() [all …]
|
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()
|
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()
|
D | hitfb.c | 175 int xoffset = var->xoffset; in hitfb_pan_display() local 178 if (xoffset != 0) in hitfb_pan_display() 275 var->xoffset = 0; in hitfb_check_var()
|
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()
|
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()
|
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() 1496 if (par->xoffset > upx(16 << maxfmode, par->vxres - par->xres) || in ami_decode_var() 1498 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() 1610 vshift = modx(16 << maxfmode, par->xoffset); in ami_update_par() [all …]
|
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()
|
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() 1219 if (var->xoffset != fbi->var.xoffset || in da8xx_pan_display() 1222 new_var.xoffset = var->xoffset; in da8xx_pan_display() 1231 new_var.xoffset * fbi->var.bits_per_pixel / 8; in da8xx_pan_display() 1281 info->var.xoffset * info->var.bits_per_pixel / 8; in da8xxfb_set_par()
|
/Linux-v6.6/drivers/video/fbdev/core/ |
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()
|
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()
|
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()
|
D | tileblit.c | 125 ops->var.xoffset = info->var.xoffset; in tile_update_start()
|
D | bitblit.c | 220 region.dx = info->var.xoffset + rs; in bit_clear_margins() 228 region.dx = info->var.xoffset; in bit_clear_margins() 391 ops->var.xoffset = info->var.xoffset; in bit_update_start()
|
/Linux-v6.6/drivers/video/fbdev/aty/ |
D | aty128fb.c | 418 u32 xoffset, yoffset; member 1034 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst; in aty128_var_to_crtc() local 1046 xoffset = var->xoffset; in aty128_var_to_crtc() 1070 xoffset = (xoffset + 7) & ~7; in aty128_var_to_crtc() 1072 if (vxres < xres + xoffset) in aty128_var_to_crtc() 1073 vxres = xres + xoffset; in aty128_var_to_crtc() 1149 crtc->xoffset = xoffset; in aty128_var_to_crtc() 1263 var->xoffset = crtc->xoffset; in aty128_crtc_to_var() 1621 u32 xoffset, yoffset; in aty128fb_pan_display() local 1628 xoffset = (var->xoffset +7) & ~7; in aty128fb_pan_display() [all …]
|
D | atyfb_base.c | 819 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp; in aty_var_to_crtc() local 831 xoffset = (var->xoffset + 7) & ~7; in aty_var_to_crtc() 840 if (vxres < xres + xoffset) in aty_var_to_crtc() 841 vxres = xres + xoffset; in aty_var_to_crtc() 1020 crtc->xoffset = xoffset; in aty_var_to_crtc() 1024 ((yoffset * line_length + xoffset * bpp / 8) / 8) | in aty_var_to_crtc() 1572 u32 xoffset = info->var.xoffset; in set_off_pitch() local 1578 ((yoffset * line_length + xoffset * bpp / 8) / 8) | in set_off_pitch() 1741 u32 xres, yres, xoffset, yoffset; in atyfb_pan_display() local 1747 xoffset = (var->xoffset + 7) & ~7; in atyfb_pan_display() [all …]
|
/Linux-v6.6/drivers/video/fbdev/matrox/ |
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-v6.6/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 163 offset = vrfb->yoffset * OMAP_VRFB_LINE_LEN + vrfb->xoffset; in omapfb_get_vrfb_offset() 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() [all …]
|
/Linux-v6.6/drivers/staging/sm750fb/ |
D | sm750_hw.c | 332 reg |= (var->xoffset & PANEL_WINDOW_WIDTH_X_MASK); in hw_sm750_crtc_setMode() 550 if ((var->xoffset + var->xres > var->xres_virtual) || in hw_sm750_pan_display() 556 ((var->xoffset * var->bits_per_pixel) >> 3); in hw_sm750_pan_display()
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_fb_helper.c | 1272 var->xoffset > var->xres_virtual - var->xres) in drm_fb_helper_check_var() 1368 pan_set(fb_helper, var->xoffset, var->yoffset); in pan_display_atomic() 1372 info->var.xoffset = var->xoffset; in pan_display_atomic() 1375 pan_set(fb_helper, info->var.xoffset, info->var.yoffset); in pan_display_atomic() 1391 modeset->x = var->xoffset; in pan_display_legacy() 1397 info->var.xoffset = var->xoffset; in pan_display_legacy() 1719 info->var.xoffset = 0; in drm_fb_helper_fill_var()
|
/Linux-v6.6/include/video/ |
D | omapvrfb.h | 20 u16 xoffset; member
|