Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_intf.c215 int fetch_enable; in dpu_hw_intf_setup_prg_fetch() local
222 fetch_enable = DPU_REG_READ(c, INTF_CONFIG); in dpu_hw_intf_setup_prg_fetch()
224 fetch_enable |= BIT(31); in dpu_hw_intf_setup_prg_fetch()
228 fetch_enable &= ~BIT(31); in dpu_hw_intf_setup_prg_fetch()
231 DPU_REG_WRITE(c, INTF_CONFIG, fetch_enable); in dpu_hw_intf_setup_prg_fetch()