Merge "disp: msm: sde: avoid white color solid fill staging on input fence timeout"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
17ec75404a
@@ -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",
|
SDE_ERROR_PLANE(psde, "%ums timeout on %08X fd %lld\n",
|
||||||
wait_ms, prefix, sde_plane_get_property(pstate,
|
wait_ms, prefix, sde_plane_get_property(pstate,
|
||||||
PLANE_PROP_INPUT_FENCE));
|
PLANE_PROP_INPUT_FENCE));
|
||||||
psde->is_error = true;
|
|
||||||
sde_kms_timeline_status(plane->dev);
|
sde_kms_timeline_status(plane->dev);
|
||||||
ret = -ETIMEDOUT;
|
ret = -ETIMEDOUT;
|
||||||
break;
|
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",
|
SDE_INFO("plane%d spec fd signaled on bind failure fd %lld\n",
|
||||||
plane->base.id,
|
plane->base.id,
|
||||||
sde_plane_get_property(pstate, PLANE_PROP_INPUT_FENCE));
|
sde_plane_get_property(pstate, PLANE_PROP_INPUT_FENCE));
|
||||||
psde->is_error = true;
|
|
||||||
ret = 0;
|
ret = 0;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user