Home
last modified time | relevance | path

Searched refs:line_offset (Results 1 – 5 of 5) sorted by relevance

/drivers/media/platform/davinci/
Dvpif.c239 u32 line_offset, vanc0_strt, vanc0_size, vanc1_strt; member
365 vpifregs[i].line_offset); in config_vpif_params()
/drivers/video/
Datafb.c138 short line_offset; member
1052 par->hw.falcon.line_offset = bpp * (xres_virtual - xres) / 16; in falcon_decode_var()
1454 var->xres_virtual = var->xres + hw->line_offset * 16 / var->bits_per_pixel; in falcon_encode_var()
1564 hw->line_offset = shifter_f030.off_next; in falcon_get_par()
1663 shifter_f030.off_next = hw->line_offset; in falcon_vbl_switcher()
1670 shifter_f030.off_next = current_par.hw.falcon.line_offset; in falcon_vbl_switcher()
1691 par->hw.falcon.line_offset = bpp * in falcon_pan_display()
1694 par->hw.falcon.line_offset -= bpp; in falcon_pan_display()
Dudlfb.c607 const int line_offset = dev->info->fix.line_length * i; in dlfb_handle_damage() local
608 const int byte_offset = line_offset + (x * BPP); in dlfb_handle_damage()
Dsmscufx.c845 const int line_offset = dev->info->fix.line_length * (y + line); in ufx_raw_rect() local
846 const int byte_offset = line_offset + (x * BPP); in ufx_raw_rect()
/drivers/gpu/drm/udl/
Dudl_fb.c224 const int line_offset = fb->base.pitches[0] * i; in udl_handle_damage() local
225 const int byte_offset = line_offset + (x * bpp); in udl_handle_damage()