Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_rm.c28 #define RM_RQ_LOCK(r) ((r)->top_ctrl & BIT(DPU_RM_TOPCTL_RESERVE_LOCK)) macro
1054 } else if (test_only && !RM_RQ_LOCK(&reqs)) { in dpu_rm_reserve()
1064 if (test_only && RM_RQ_LOCK(&reqs)) in dpu_rm_reserve()