Merge "disp: msm: sde: avoid duplicate fence create from client"
这个提交包含在:
@@ -766,8 +766,9 @@ int sde_plane_wait_input_fence(struct drm_plane *plane, uint32_t wait_ms)
|
||||
|
||||
switch (rc) {
|
||||
case 0:
|
||||
SDE_ERROR_PLANE(psde, "%ums timeout on %08X\n",
|
||||
wait_ms, prefix);
|
||||
SDE_ERROR_PLANE(psde, "%ums timeout on %08X fd %d\n",
|
||||
wait_ms, prefix, sde_plane_get_property(pstate,
|
||||
PLANE_PROP_INPUT_FENCE));
|
||||
psde->is_error = true;
|
||||
sde_kms_timeline_status(plane->dev);
|
||||
ret = -ETIMEDOUT;
|
||||
|
在新工单中引用
屏蔽一个用户