radeonsi/sdma: Remove some redundant judgments
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.