Skip to content

Commit

Permalink
pm4
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolix29 committed Jan 27, 2025
1 parent d2f5af8 commit abfc39e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video_core/amdgpu/liverpool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ Liverpool::Task Liverpool::ProcessGraphics(std::span<const u32> dcb, std::span<c

switch (type) {
case 0:
LOG_ERROR(Lib_GnmDriver, "Continue hack Unsupported PM4 type 0");
dcb = NextPacket(dcb, header->type0.NumWords() + 1);
continue;
case 1:
Expand Down

0 comments on commit abfc39e

Please sign in to comment.