fetch_enable 202 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c int fetch_enable; fetch_enable 209 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c fetch_enable = DPU_REG_READ(c, INTF_CONFIG); fetch_enable 211 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c fetch_enable |= BIT(31); fetch_enable 215 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c fetch_enable &= ~BIT(31); fetch_enable 218 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c DPU_REG_WRITE(c, INTF_CONFIG, fetch_enable);