Home
last modified time | relevance | path

Searched refs:VSP (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/Documentation/devicetree/bindings/media/
Drenesas,vsp1.txt1 * Renesas VSP Video Processing Engine
3 The VSP is a video processing engine that supports up-/down-scaling, alpha
13 - reg: Base address and length of the registers block for the VSP.
14 - interrupts: VSP interrupt specifier.
15 - clocks: A phandle + clock-specifier pair for the VSP functional clock.
20 for the VSP. Not needed on Gen2, mandatory on Gen3.
Drenesas,fcp.txt8 There are three types of FCP: FCP for Codec (FCPC), FCP for VSP (FCPV) and FCP
14 - "renesas,fcpv" for generic compatible 'FCP for VSP'
/Linux-v4.19/drivers/video/fbdev/kyro/
DSTG4000VTG.c159 if ((pTiming->HSP > 0) && (pTiming->VSP < 0)) { /* +hsync -vsync */ in SetupVTG()
161 } else if ((pTiming->HSP < 0) && (pTiming->VSP > 0)) { /* -hsync +vsync */ in SetupVTG()
163 } else if ((pTiming->HSP < 0) && (pTiming->VSP < 0)) { /* -hsync -vsync */ in SetupVTG()
165 } else if ((pTiming->HSP > 0) && (pTiming->VSP > 0)) { /* +hsync -vsync */ in SetupVTG()
Dfbdev.c314 par->HSP, par->VSP, &par->PIXCLK) < 0) in kyro_dev_video_mode_set()
463 if (par->VSP == 1) in kyrofb_check_var()
515 par->VSP = (info->var.sync & FB_SYNC_VERT_HIGH_ACT) ? 1 : 0; in kyrofb_set_par()
/Linux-v4.19/drivers/gpu/drm/rcar-du/
DKconfig31 bool "R-Car DU VSP Compositor Support" if ARM
36 Enable support to expose the R-Car VSP Compositor as KMS planes.
/Linux-v4.19/include/video/
Dkyro.h28 s32 VSP; /* Ver Sync Polarity */ member
/Linux-v4.19/Documentation/devicetree/bindings/display/
Drenesas,du.txt38 the memory interfaces for the DU channels. The phandle identifies the VSP
40 LIF instance in that VSP.
/Linux-v4.19/drivers/gpu/drm/radeon/
Dnid.h881 #define VSP(x) ((x) << 0) macro
Dni_dpm.c3355 reg |= (VSP(ni_pi->cac_weights->vsp) | in ni_initialize_hardware_cac_manager()
/Linux-v4.19/drivers/media/platform/
DKconfig418 VSP and FDP modules.
/Linux-v4.19/drivers/pinctrl/sh-pfc/
Dpfc-r8a7779.c1093 PINMUX_IPSR_GPSR(IP7_14_13, VSP),
Dpfc-r8a7790.c1437 PINMUX_IPSR_GPSR(IP11_17_15, VSP),