Searched refs:line_offset (Results 1 – 10 of 10) sorted by relevance
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_blit.c | 261 size_t offs = (diff_offs + diff->line_offset) / diff->cpp; in vmw_adjust_rect() 306 diff->line_offset += csize; in vmw_diff_memcpy() 317 diff->line_offset += n; in vmw_diff_memcpy() 493 diff->line_offset = dst_offset % dst_stride; in vmw_bo_cpu_blit()
|
D | vmwgfx_drv.h | 1449 size_t line_offset; member 1461 .line_offset = 0, \
|
/drivers/gpu/drm/udl/ |
D | udl_modeset.c | 313 const int line_offset = fb->pitches[0] * i; in udl_handle_damage() local 314 const int byte_offset = line_offset + (clip.x1 << log_bpp); in udl_handle_damage()
|
/drivers/media/platform/davinci/ |
D | vpif.c | 241 u32 line_offset, vanc0_strt, vanc0_size, vanc1_strt; member 367 vpifregs[i].line_offset); in config_vpif_params()
|
/drivers/video/fbdev/ |
D | atafb.c | 116 short line_offset; member 1028 par->hw.falcon.line_offset = bpp * (xres_virtual - xres) / 16; in falcon_decode_var() 1430 var->xres_virtual = var->xres + hw->line_offset * 16 / var->bits_per_pixel; in falcon_encode_var() 1540 hw->line_offset = shifter_f030.off_next; in falcon_get_par() 1639 shifter_f030.off_next = hw->line_offset; in falcon_vbl_switcher() 1646 shifter_f030.off_next = current_par.hw.falcon.line_offset; in falcon_vbl_switcher() 1667 par->hw.falcon.line_offset = bpp * in falcon_pan_display() 1670 par->hw.falcon.line_offset -= bpp; in falcon_pan_display()
|
D | smscufx.c | 843 const int line_offset = dev->info->fix.line_length * (y + line); in ufx_raw_rect() local 844 const int byte_offset = line_offset + (x * BPP); in ufx_raw_rect()
|
D | udlfb.c | 634 const int line_offset = dlfb->info->fix.line_length * i; in dlfb_handle_damage() local 635 const int byte_offset = line_offset + (x * BPP); in dlfb_handle_damage()
|
/drivers/gpio/ |
D | gpiolib-cdev.c | 1863 info_v1->line_offset = info_v2->offset; in gpio_v2_line_info_to_v1() 2031 desc = gpiochip_get_desc(cdev->gdev->chip, lineinfo.line_offset); in lineinfo_get_v1() 2039 if (test_and_set_bit(lineinfo.line_offset, cdev->watched_lines)) in lineinfo_get_v1() 2048 clear_bit(lineinfo.line_offset, cdev->watched_lines); in lineinfo_get_v1()
|
/drivers/acpi/nfit/ |
D | core.c | 2443 u32 sub_line_offset, line_index, line_offset; in to_interleave_offset() local 2448 line_offset = idt->line_offset[line_index] in to_interleave_offset() 2452 return mmio->base_offset + line_offset + table_offset + sub_line_offset; in to_interleave_offset() 2513 u32 line_offset; in acpi_nfit_blk_single_io() local 2517 div_u64_rem(offset, mmio->line_size, &line_offset); in acpi_nfit_blk_single_io() 2518 c = min_t(size_t, len, mmio->line_size - line_offset); in acpi_nfit_blk_single_io()
|
/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 2419 unsigned line_offset = tpg_hscale_div(tpg, p, tpg->crop.left); in tpg_fill_plane_pattern() local 2508 linestart_older += line_offset; in tpg_fill_plane_pattern() 2509 linestart_newer += line_offset; in tpg_fill_plane_pattern()
|