Home
last modified time | relevance | path

Searched refs:vp_offset (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c770 int *vp_offset, in adjust_vp_and_init_for_seamless_clip() argument
775 if ((*vp_offset + *vp_size) < src_size) { in adjust_vp_and_init_for_seamless_clip()
776 int vp_clip = src_size - *vp_size - *vp_offset; in adjust_vp_and_init_for_seamless_clip()
784 if (*vp_offset) { in adjust_vp_and_init_for_seamless_clip()
788 int_part = dc_fixpt_floor(*init) - *vp_offset; in adjust_vp_and_init_for_seamless_clip()
790 int int_adj = *vp_offset >= (taps - int_part) ? in adjust_vp_and_init_for_seamless_clip()
791 (taps - int_part) : *vp_offset; in adjust_vp_and_init_for_seamless_clip()
792 *vp_offset -= int_adj; in adjust_vp_and_init_for_seamless_clip()
796 *vp_offset += int_part - taps; in adjust_vp_and_init_for_seamless_clip()
805 if (*vp_offset) { in adjust_vp_and_init_for_seamless_clip()
[all …]
/Linux-v5.4/drivers/media/platform/s3c-camif/
Dcamif-core.h155 unsigned int vp_offset; member
Dcamif-core.c601 .vp_offset = 0x20,
Dcamif-capture.c1618 vp->offset = camif->variant->vp_offset; in s3c_camif_set_defaults()