Merge "disp: msm: sde: avoid white color solid fill staging on input fence timeout"

This commit is contained in:
qctecmdr
2023-07-03 14:03:22 -07:00
committed by Gerrit - the friendly Code Review server
melakukan 17ec75404a

Melihat File

@@ -667,7 +667,6 @@ int sde_plane_wait_input_fence(struct drm_plane *plane, uint32_t wait_ms, int *e
SDE_ERROR_PLANE(psde, "%ums timeout on %08X fd %lld\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;
break;
@@ -689,7 +688,6 @@ int sde_plane_wait_input_fence(struct drm_plane *plane, uint32_t wait_ms, int *e
SDE_INFO("plane%d spec fd signaled on bind failure fd %lld\n",
plane->base.id,
sde_plane_get_property(pstate, PLANE_PROP_INPUT_FENCE));
psde->is_error = true;
ret = 0;
break;
default: