mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-08 17:56:32 +00:00
amd-gpu: memory barrier after waittimestamp ioctl to ensure buffers posted
This commit is contained in:
@@ -334,6 +334,7 @@ static int gsl_kmod_ioctl(struct inode *inode, struct file *fd, unsigned int cmd
|
||||
break;
|
||||
}
|
||||
kgslStatus = kgsl_cmdstream_waittimestamp(param.device_id, param.timestamp, param.timeout);
|
||||
rmb();
|
||||
break;
|
||||
}
|
||||
case IOCTL_KGSL_CMDWINDOW_WRITE:
|
||||
|
||||
Reference in New Issue
Block a user