Skip to content

Commit d1e4e71

Browse files
committed
drm: bypass COLOR PIPELINE prop when finishing drm
Signed-off-by: Melissa Wen <mwen@igalia.com>
1 parent 1121cee commit d1e4e71

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Backends/DRMBackend.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,6 +1662,10 @@ void finish_drm(struct drm_t *drm)
16621662

16631663
if ( pPlane->GetProperties().AMD_PLANE_BLEND_LUT )
16641664
pPlane->GetProperties().AMD_PLANE_BLEND_LUT->SetPendingValue( req, 0, true );
1665+
1666+
if ( pPlane->GetProperties().COLOR_PIPELINE )
1667+
pPlane->GetProperties().COLOR_PIPELINE->SetPendingValue( req, 0, true );
1668+
16651669
}
16661670

16671671
// We can't do a non-blocking commit here or else risk EBUSY in case the

0 commit comments

Comments
 (0)