Searched refs:VSP (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/video/fbdev/kyro/ |
A D | STG4000VTG.c | 159 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()
|
A D | fbdev.c | 314 par->HSP, par->VSP, &par->PIXCLK) < 0) in kyro_dev_video_mode_set() 471 if (par->VSP == 1) in kyrofb_check_var() 523 par->VSP = (info->var.sync & FB_SYNC_VERT_HIGH_ACT) ? 1 : 0; in kyrofb_set_par()
|
/linux/Documentation/devicetree/bindings/media/ |
A D | renesas,fcp.yaml | 18 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
|
A D | renesas,vsp1.yaml | 7 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/drivers/gpu/drm/rcar-du/ |
A D | Kconfig | 42 bool "R-Car DU VSP Compositor Support" if ARM 47 Enable support to expose the R-Car VSP Compositor as KMS planes.
|
/linux/include/video/ |
A D | kyro.h | 28 s32 VSP; /* Ver Sync Polarity */ member
|
/linux/Documentation/devicetree/bindings/display/ |
A D | renesas,du.yaml | 87 memory interfaces for the DU channels. The phandle identifies the VSP 89 the LIF instance in that VSP.
|
/linux/drivers/gpu/drm/radeon/ |
A D | nid.h | 881 #define VSP(x) ((x) << 0) macro
|
A D | ni_dpm.c | 3358 reg |= (VSP(ni_pi->cac_weights->vsp) | in ni_initialize_hardware_cac_manager()
|
/linux/drivers/iommu/ |
A D | Kconfig | 484 and a few signal processors, including VSP(video), GSP(graphic),
|
/linux/drivers/media/platform/ |
A D | Kconfig | 529 the codec, VSP and FDP modules.
|
/linux/drivers/pinctrl/renesas/ |
A D | pfc-r8a7779.c | 1081 PINMUX_IPSR_GPSR(IP7_14_13, VSP),
|
A D | pfc-r8a7790.c | 1438 PINMUX_IPSR_GPSR(IP11_17_15, VSP),
|
Completed in 68 milliseconds