mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-05-04 21:21:43 +00:00
530.30.02
This commit is contained in:
@@ -44,10 +44,13 @@ namespace DisplayPort
|
||||
|
||||
class MessageTransactionSplitter
|
||||
{
|
||||
EncodedMessage * messageOutstanding; // If set we've pulled an item out of the downQueue queue.
|
||||
//
|
||||
// If set we've pulled an item out of the downQueue queue.
|
||||
// One or more transactions have been sent as a result
|
||||
// messageOutstanding->messageOffset show how far into
|
||||
// the message we are.
|
||||
//
|
||||
EncodedMessage * messageOutstanding;
|
||||
unsigned assemblyTransmitted;
|
||||
public:
|
||||
void set(EncodedMessage * messageOutstanding)
|
||||
@@ -62,7 +65,7 @@ namespace DisplayPort
|
||||
//
|
||||
bool get(Buffer & assemblyBuffer);
|
||||
|
||||
MessageTransactionSplitter()
|
||||
MessageTransactionSplitter() : messageOutstanding(0), assemblyTransmitted(0)
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user