提交 0333ec88 编写于 作者: B Bernard Zhao 提交者: Daniel Vetter

drm/i915: Use might_alloc()

This maybe uses lockdep through the fs_reclaim annotations.
Signed-off-by: NBernard Zhao <bernard@vivo.com>
Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210429021327.57944-1-bernard@vivo.com
上级 73552e00
......@@ -929,7 +929,7 @@ __i915_request_create(struct intel_context *ce, gfp_t gfp)
u32 seqno;
int ret;
might_sleep_if(gfpflags_allow_blocking(gfp));
might_alloc(gfp);
/* Check that the caller provided an already pinned context */
__intel_context_pin(ce);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册