Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_cfg.c43 .flush_hw_mask = 0x0003ffff,
111 .flush_hw_mask = 0x003fffff,
172 .flush_hw_mask = 0x4003ffff,
Dmdp5_ctl.c75 u32 flush_hw_mask; member
373 (!(ctl_mgr->flush_hw_mask & bit) && (flush_mask & bit)) in fix_sw_flush()
414 flush_mask &= ctl_mgr->flush_hw_mask; in mdp5_ctl_commit()
536 ctl_mgr->flush_hw_mask = ctl_cfg->flush_hw_mask; in mdp5_ctlm_init()
Dmdp5_cfg.h49 uint32_t flush_hw_mask; /* FLUSH register's hardware mask */ member