gpu: relax multiple-of-4 requirement on pl_buf_read
Turns out with the way this is implemented there is effectively no need for the multiple-of-4 restriction, since the actual access to the buffer is via the host. So drop that requirement. Not bumping the API version because it's such a minor change in functionality.
Please register or sign in to comment