Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_dpe.c414 void __iomem *ovl0_base = ctx->base + ovl_offset[DPE_OVL0]; in dpe_ovl_init() local
416 dpe_set_reg(ovl0_base + OVL6_REG_DEFAULT, 0x1, 32, 0); in dpe_ovl_init()
417 dpe_set_reg(ovl0_base + OVL6_REG_DEFAULT, 0x0, 32, 0); in dpe_ovl_init()
418 dpe_set_reg(ovl0_base + OVL_SIZE, (xres - 1) | ((yres - 1) << 16), 32, in dpe_ovl_init()
420 dpe_set_reg(ovl0_base + OVL_BG_COLOR, 0xFF000000, 32, 0); in dpe_ovl_init()
421 dpe_set_reg(ovl0_base + OVL_DST_STARTPOS, 0x0, 32, 0); in dpe_ovl_init()
422 dpe_set_reg(ovl0_base + OVL_DST_ENDPOS, (xres - 1) | ((yres - 1) << 16), in dpe_ovl_init()
424 dpe_set_reg(ovl0_base + OVL_GCFG, 0x10001, 32, 0); in dpe_ovl_init()
805 void __iomem *ovl0_base = ctx->base + ovl_offset[DPE_OVL0]; in dpe_ovl_config() local
807 dpe_set_reg(ovl0_base + OVL6_REG_DEFAULT, 0x1, 32, 0); in dpe_ovl_config()
[all …]