[GPU] Complain when command packet is 0xCDCDCDCD.
This commit is contained in:
@@ -517,6 +517,10 @@ bool CommandProcessor::ExecutePacket(RingBuffer* reader) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (packet == 0xCDCDCDCD) {
|
||||||
|
XELOGW("GPU packet is CDCDCDCD - probably read uninitialized memory!");
|
||||||
|
}
|
||||||
|
|
||||||
switch (packet_type) {
|
switch (packet_type) {
|
||||||
case 0x00:
|
case 0x00:
|
||||||
return ExecutePacketType0(reader, packet);
|
return ExecutePacketType0(reader, packet);
|
||||||
|
|||||||
Reference in New Issue
Block a user