![]() |
PDK API Guide for J721E
|
DSS Write Back Pipe CSL FL interface file.
Go to the source code of this file.
Data Structures | |
struct | CSL_DssWbPipeCfg |
Configuration for DSS Write Back Pipe. More... | |
struct | CSL_DssWbPipeDmaCfg |
DSS Write Back Pipe DMA related Config parameters. More... | |
struct | CSL_DssWbPipeMFlagCfg |
DSS Write Back Pipe MFLAG Config parameters. More... | |
Functions | |
int32_t | CSL_dssWbPipeSetConfig (CSL_dss_wbRegs *wbRegs, const CSL_DssWbPipeCfg *wbCfg) |
Configure the Write Back Pipe. More... | |
void | CSL_dssWbPipeSetDmaConfig (CSL_dss_wbRegs *wbRegs, const CSL_DssWbPipeDmaCfg *dmaCfg) |
Configure the Write Back Pipe DMA parameters. More... | |
int32_t | CSL_dssWbPipeCheckFmt (uint32_t fvid2Fmt) |
Checks if the destination Fvid2_format is a valid format supported by writeback pipeline. More... | |
void | CSL_dssWbPipeSetCSCCoeff (CSL_dss_wbRegs *wbRegs, const CSL_DssCscCoeff *coeff) |
Configure the coefficients for Color Space Conversion. More... | |
void | CSL_dssWbPipeSetBuffAddr (CSL_dss_wbRegs *wbRegs, uint32_t field, uint64_t baseAddrRGBY, uint64_t baseAddrUV) |
Set the write back buffer address. More... | |
void | CSL_dssWbPipeEnable (CSL_dss_wbRegs *wbRegs, uint32_t enable) |
Enable the DSS Write Back Pipe. More... | |
void | CSL_dssWbPipeSetMflagConfig (CSL_dss_wbRegs *wbRegs, const CSL_DssWbPipeMFlagCfg *mflagCfg) |
Set the MFLAG configuration. More... | |
void | CSL_dssWbPipeSetGoBit (CSL_dss_wbRegs *wbRegs) |
GO Command for the WB pipeline. It is used to synchronize the pipelines associated with the WB output. More... | |
int32_t | CSL_dssWbGetPitchFactors (uint32_t fvid2Fmt, uint32_t *pitchValArr) |
This function populates the pitchValArr with the Bits Per Pixel for the provided data format. More... | |
static void | CSL_dssWbPipeCfgInit (CSL_DssWbPipeCfg *wbCfg) |
CSL_DssWbPipeCfg structure init function. More... | |
static void | CSL_dssWbPipeDmaCfgInit (CSL_DssWbPipeDmaCfg *dmaCfg) |
CSL_DssWbPipeDmaCfg structure init function. More... | |
static void | CSL_dssWbPipeMFlagCfgInit (CSL_DssWbPipeMFlagCfg *mflagCfg) |
CSL_DssWbPipeMFlagCfg structure init function. More... | |