Skip to content

Commit

Permalink
Revert "INTERNAL: Iris: Fix to release BO immediately if not busy"
Browse files Browse the repository at this point in the history
issue:#63

case: testEncode[8(c2.intel.avc.encoder_video/avc_720x480_true_TEST_MODE_DETAILED)](android.media.encoder.cts.VideoEncoderTest)

This reverts commit 3d6c7fb.

Tracked-On: OAM-108751
Signed-off-by: zhangyichix <[email protected]>
  • Loading branch information
zhangyichix authored and sysopenci committed Apr 12, 2023
1 parent 9dccf10 commit a4b0fb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gallium/drivers/iris/iris_bufmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1394,8 +1394,6 @@ bo_free(struct iris_bo *bo)
if (!bo->real.userptr && bo->real.map)
bo_unmap(bo);

iris_bo_busy(bo);

if (bo->idle) {
bo_close(bo);
} else {
Expand Down

0 comments on commit a4b0fb4

Please sign in to comment.