Skip to content
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.

Commit

Permalink
Fixed GPU regs offsets for 7.2.0 and 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mid-kid committed Jun 28, 2015
1 parent 55d2532 commit 4602db2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/launcher/firmcompat.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ int set_firmware_offsets()
fw->func_patch_return = 0xFFF76B38;
fw->pdn_regs = 0xFFFD0000;
fw->pxi_regs = 0xFFFD2000;
fw->gpu_regs = 0xFFFBC000;
fw->gpu_regs = 0xFFFCE000;
break;

case 0x022C0600: // 2.44-6 8.0.0
Expand All @@ -100,7 +100,7 @@ int set_firmware_offsets()
fw->func_patch_return = 0xFFF66F30;
fw->pdn_regs = 0xFFFBE000;
fw->pxi_regs = 0xFFFC0000;
fw->gpu_regs = 0xFFFC6000;
fw->gpu_regs = 0xFFFBC000;
break;

case 0x022E0000: // 2.26-0 9.0.0
Expand All @@ -113,7 +113,6 @@ int set_firmware_offsets()
fw->func_patch_return = 0xFFF279D8;
fw->pdn_regs = 0xFFFC2000;
fw->pxi_regs = 0xFFFC4000;
//fw->gpu_regs = 0xFFFC6000;
fw->gpu_regs = 0xFFFC0000;
break;

Expand Down

0 comments on commit 4602db2

Please sign in to comment.