|
@@ -834,7 +834,7 @@ static int evergreen_cs_track_validate_texture(struct radeon_cs_parser *p,
|
|
|
__func__, __LINE__, toffset, surf.base_align);
|
|
|
return -EINVAL;
|
|
|
}
|
|
|
- if (moffset & (surf.base_align - 1)) {
|
|
|
+ if (surf.nsamples <= 1 && moffset & (surf.base_align - 1)) {
|
|
|
dev_warn(p->dev, "%s:%d mipmap bo base %ld not aligned with %ld\n",
|
|
|
__func__, __LINE__, moffset, surf.base_align);
|
|
|
return -EINVAL;
|