Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_ctl.c87 ctx->pending_flush_mask = 0x0; in dpu_hw_ctl_clear_pending_flush()
93 ctx->pending_flush_mask |= flushbits; in dpu_hw_ctl_update_pending_flush()
101 return ctx->pending_flush_mask; in dpu_hw_ctl_get_pending_flush()
107 DPU_REG_WRITE(&ctx->hw, CTL_FLUSH, ctx->pending_flush_mask); in dpu_hw_ctl_trigger_flush()
Ddpu_hw_ctl.h185 u32 pending_flush_mask; member