Skip to content

radeonsi/sdma: Remove some redundant judgments

JiangWu requested to merge wujiangGitHub/mesa:main into main

Since the previous judgment "copy_width < = (1 << 14)" is true, and when it is GFX7, "copy_width < (1 << 14)" is true, the last curly brace judgment must be true and does not need to be judged, copy_height the same is true.

Merge request reports