Home
last modified time | relevance | path

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

/linux-5.19.10/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()
471 if (par->VSP == 1) in kyrofb_check_var()
525 par->VSP = (info->var.sync & FB_SYNC_VERT_HIGH_ACT) ? 1 : 0; in kyrofb_set_par()
/linux-5.19.10/Documentation/devicetree/bindings/media/
Drenesas,fcp.yaml18 There are three types of FCP: FCP for Codec (FCPC), FCP for VSP (FCPV) and
25 - renesas,fcpv # FCP for VSP
53 # R8A7795 (R-Car H3) FCP for VSP-D1
Drenesas,vsp1.yaml7 title: Renesas VSP Video Processing Engine
13 The VSP is a video processing engine that supports up-/down-scaling, alpha
41 A phandle referencing the FCP that handles memory accesses for the VSP.
/linux-5.19.10/drivers/gpu/drm/rcar-du/
DKconfig55 bool "R-Car DU VSP Compositor Support" if ARM
60 Enable support to expose the R-Car VSP Compositor as KMS planes.
/linux-5.19.10/include/video/
Dkyro.h28 s32 VSP; /* Ver Sync Polarity */ member
/linux-5.19.10/drivers/media/platform/renesas/
DKconfig56 the codec, VSP and FDP modules.
/linux-5.19.10/Documentation/devicetree/bindings/display/
Drenesas,du.yaml89 - description: phandle to VSP instance that serves the DU channel
90 - description: Channel index identifying the LIF instance in that VSP
/linux-5.19.10/drivers/gpu/drm/radeon/
Dnid.h881 #define VSP(x) ((x) << 0) macro
Dni_dpm.c3356 reg |= (VSP(ni_pi->cac_weights->vsp) | in ni_initialize_hardware_cac_manager()
/linux-5.19.10/drivers/iommu/
DKconfig484 and a few signal processors, including VSP(video), GSP(graphic),
/linux-5.19.10/drivers/pinctrl/renesas/
Dpfc-r8a7779.c1081 PINMUX_IPSR_GPSR(IP7_14_13, VSP),
Dpfc-r8a7790.c1433 PINMUX_IPSR_GPSR(IP11_17_15, VSP),