Home
last modified time | relevance | path

Searched refs:layer_regs (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/stm/
H A Dltdc.c87 #define LTDC_L1C0R (ldev->caps.layer_regs[0]) /* L1 configuration 0 */
88 #define LTDC_L1C1R (ldev->caps.layer_regs[1]) /* L1 configuration 1 */
89 #define LTDC_L1RCR (ldev->caps.layer_regs[2]) /* L1 reload control */
90 #define LTDC_L1CR (ldev->caps.layer_regs[3]) /* L1 control register */
91 #define LTDC_L1WHPCR (ldev->caps.layer_regs[4]) /* L1 window horizontal position configuration */
92 #define LTDC_L1WVPCR (ldev->caps.layer_regs[5]) /* L1 window vertical position configuration */
93 #define LTDC_L1CKCR (ldev->caps.layer_regs[6]) /* L1 color keying configuration */
94 #define LTDC_L1PFCR (ldev->caps.layer_regs[7]) /* L1 pixel format configuration */
95 #define LTDC_L1CACR (ldev->caps.layer_regs[8]) /* L1 constant alpha configuration */
96 #define LTDC_L1DCCR (ldev->caps.layer_regs[
[all...]
H A Dltdc.h18 const u32 *layer_regs; /* layer register offset */ member
/linux/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_drv.c222 .layer_regs = LS1021A_LAYER_REG_NUM,
229 .layer_regs = VF610_LAYER_REG_NUM,
H A Dfsl_dcu_drm_drv.h176 unsigned int layer_regs; member
H A Dfsl_dcu_drm_plane.c201 for (j = 1; j <= fsl_dev->soc->layer_regs; j++) in fsl_dcu_drm_init_planes()