Vi: Properly write the BufferProducerFence object in the DequeueBuffer response parcel.
This commit is contained in:
parent
db873a232c
commit
8dee5663b3
2 changed files with 28 additions and 18 deletions
|
@ -17,6 +17,13 @@ namespace Devices {
|
|||
class nvdevice;
|
||||
}
|
||||
|
||||
struct IoctlFence {
|
||||
u32 id;
|
||||
u32 value;
|
||||
};
|
||||
|
||||
static_assert(sizeof(IoctlFence) == 8, "IoctlFence has wrong size");
|
||||
|
||||
class Module final {
|
||||
public:
|
||||
Module();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue