Ciro82 Posted August 9, 2017 Share Posted August 9, 2017 this is FakeSMC v6 on the screenshot. Use my version or ask Kozlek for update his version. Tried your version + Radeon sensors and it gives me a KP right after HWmonitor is loaded... Without radeon sensors is fine Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2476786 Share on other sites More sharing options...
Slice Posted August 9, 2017 Author Share Posted August 9, 2017 Tried your version + Radeon sensors and it gives me a KP right after HWmonitor is loaded... Without radeon sensors is fine It's a pity new Radeons (polaris and up) are not supported yet. Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2476801 Share on other sites More sharing options...
Ciro82 Posted August 9, 2017 Share Posted August 9, 2017 It's a pity new Radeons (polaris and up) are not supported yet. Oh gotcha, i hope in news soon Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2476805 Share on other sites More sharing options...
Matthew82 Posted September 14, 2017 Share Posted September 14, 2017 Is there any chance to make support for RX and Vega gpu in RadeonMonitor.kext ? Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2494282 Share on other sites More sharing options...
Matthew82 Posted September 15, 2017 Share Posted September 15, 2017 I can install linux. But You have to give some instruction how to extract this information. If this is possible for normal user I can help. Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2494583 Share on other sites More sharing options...
Slice Posted September 15, 2017 Author Share Posted September 15, 2017 I doubt it possible for normal user. This is a job for reseachers. For Hawaii I wrote temp = (read_ind(CG_CI_MULT_THERMAL_STATUS) & CI_CTF_TEMP_MASK) >> CI_CTF_TEMP_SHIFT; where CG_CI_MULT_THERMAL_STATUS is Radeon register #define CG_CI_MULT_THERMAL_STATUS 0xC0300014 #define CI_ASIC_MAX_TEMP(x) ((x) << 0) #define CI_ASIC_MAX_TEMP_MASK 0x000001ff #define CI_ASIC_MAX_TEMP_SHIFT 0 #define CI_CTF_TEMP(x) ((x) << 9) #define CI_CTF_TEMP_MASK 0x0003fe00 #define CI_CTF_TEMP_SHIFT 9 But I don't know the register for new Radeons and access method. It probably can be found in Linux sources, not in installed Linux system. Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2494658 Share on other sites More sharing options...
Matthew82 Posted September 15, 2017 Share Posted September 15, 2017 Is this good place to star searching? https://github.com/torvalds/linux/tree/master/drivers/gpu/drm/amd/amdgpu Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2494802 Share on other sites More sharing options...
Slice Posted September 15, 2017 Author Share Posted September 15, 2017 Is this good place to star searching? https://github.com/torvalds/linux/tree/master/drivers/gpu/drm/amd/amdgpu Good place, if you find here "temperature". Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2494814 Share on other sites More sharing options...
Matthew82 Posted September 15, 2017 Share Posted September 15, 2017 Closer? https://github.com/torvalds/linux/blob/master/drivers/gpu/drm/radeon/radeon_pm.c Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2494844 Share on other sites More sharing options...
Slice Posted September 15, 2017 Author Share Posted September 15, 2017 Closer? https://github.com/torvalds/linux/blob/master/drivers/gpu/drm/radeon/radeon_pm.c Definitions for temp = radeon_get_temperature(rdev); elsewhere Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2495044 Share on other sites More sharing options...
Matthew82 Posted September 15, 2017 Share Posted September 15, 2017 Definitions for temp = radeon_get_temperature(rdev); elsewhere https://github.com/torvalds/linux/blob/fbf4432ff71b7a25bef993a5312906946d27f446/drivers/gpu/drm/radeon/radeon.h https://github.com/RadeonOpenCompute/ROCK-Kernel-Driver/blob/fde4320403a22473ac3dc5922b3c17c40fdf0ff8/drivers/gpu/drm/radeon/radeon_pm.c https://github.com/RadeonOpenCompute/ROCK-Kernel-Driver/blob/7a8d764bced9ed5c2e60ac2c3c820f0f77b902eb/drivers/gpu/drm/radeon/radeon_kms.c #define radeon_get_temperature(rdev) (rdev)->asic->pm.get_temperature((rdev) Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2495065 Share on other sites More sharing options...
Slice Posted September 16, 2017 Author Share Posted September 16, 2017 https://github.com/torvalds/linux/blob/fbf4432ff71b7a25bef993a5312906946d27f446/drivers/gpu/drm/radeon/radeon.h https://github.com/RadeonOpenCompute/ROCK-Kernel-Driver/blob/fde4320403a22473ac3dc5922b3c17c40fdf0ff8/drivers/gpu/drm/radeon/radeon_pm.c https://github.com/RadeonOpenCompute/ROCK-Kernel-Driver/blob/7a8d764bced9ed5c2e60ac2c3c820f0f77b902eb/drivers/gpu/drm/radeon/radeon_kms.c #define radeon_get_temperature(rdev) (rdev)->asic->pm.get_temperature((rdev) It is just link to other definition. Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2495201 Share on other sites More sharing options...
pico joe Posted October 24, 2017 Share Posted October 24, 2017 Hi Slice ... if I used RadeonMonitor for my Radeon HD 7790.. cpu hang and then restart, any advice? Tue Oct 24 15:05:02 2017*** Panic Report ***panic(cpu 1 caller 0xffffff800038a611): Kernel trap at 0xffffff7f83952460, type 14=page fault, registers:CR0: 0x000000008001003b, CR2: 0x000000000000e200, CR3: 0x00000001909d410e, CR4: 0x00000000000626e0RAX: 0x000000000000e000, RBX: 0xffffff8019442b00, RCX: 0xffffff7f83952cc0, RDX: 0xffffff8018381a00RSP: 0xffffff912edab7a0, RBP: 0xffffff912edab7a0, RSI: 0xffffff912edab7c6, RDI: 0xffffff8018691b40R8: 0x000000000000ffff, R9: 0x0000000000000001, R10: 0xffffff80187abc80, R11: 0x0000000000000001R12: 0x00000000e00002c2, R13: 0xffffff8019449440, R14: 0x0000000000000000, R15: 0xffffff8019449c10RFL: 0x0000000000010283, RIP: 0xffffff7f83952460, CS: 0x0000000000000008, SS: 0x0000000000000000Fault CR2: 0x000000000000e200, Error code: 0x0000000000000002, Fault CPU: 0x1, PL: 0, VF: 1Backtrace (CPU 1), Frame : Return Address0xffffff912edab260 : 0xffffff800026d3660xffffff912edab2a0 : 0xffffff80003984940xffffff912edab2e0 : 0xffffff800038a4290xffffff912edab360 : 0xffffff800021f1900xffffff912edab380 : 0xffffff800026cd8c0xffffff912edab4b0 : 0xffffff800026cafc0xffffff912edab510 : 0xffffff800038a6110xffffff912edab690 : 0xffffff800021f1900xffffff912edab6b0 : 0xffffff7f839524600xffffff912edab7a0 : 0xffffff7f83952c8e0xffffff912edab7f0 : 0xffffff80008773860xffffff912edab840 : 0xffffff7f839483b40xffffff912edab870 : 0xffffff7f839487f00xffffff912edab8b0 : 0xffffff7f839489e10xffffff912edab8f0 : 0xffffff7f81f9cace0xffffff912edab930 : 0xffffff7f81f9d4410xffffff912edab980 : 0xffffff7f81f9ce280xffffff912edab9b0 : 0xffffff80008a58780xffffff912edaba20 : 0xffffff7f81f9ccc40xffffff912edaba70 : 0xffffff7f81fa3ab90xffffff912edabac0 : 0xffffff80008cdc790xffffff912edabb20 : 0xffffff80008cbe100xffffff912edabb70 : 0xffffff80008d4a970xffffff912edabcb0 : 0xffffff8000345d840xffffff912edabdc0 : 0xffffff80002725ee0xffffff912edabe10 : 0xffffff800024fbdd0xffffff912edabe60 : 0xffffff8000262c6b0xffffff912edabef0 : 0xffffff80003750fd0xffffff912edabfa0 : 0xffffff800021f996Kernel Extensions in backtrace:com.apple.driver.AppleSMC(3.1.9)[C988D068-D92E-35CD-ACD0-22CF6E8150FA]@0xffffff7f81f95000->0xffffff7f81fb3fffdependency: com.apple.iokit.IOACPIFamily(1.4)[8794C760-FDD9-3664-ADED-4A9BBEC6E517]@0xffffff7f811a4000dependency: com.apple.iokit.IOPCIFamily(2.9)[DF1517A2-32C4-328E-9890-03E6C546604A]@0xffffff7f80a94000org.netkas.FakeSMC(3.5)[8F36EF78-E2BD-3B4F-AB1A-8545F12F247B]@0xffffff7f83946000->0xffffff7f83950fffdependency: com.apple.iokit.IOACPIFamily(1.4)[8794C760-FDD9-3664-ADED-4A9BBEC6E517]@0xffffff7f811a4000org.slice.RadeonMonitor(1.3)[D69B6252-699C-3203-8989-07AC8789F13C]@0xffffff7f83951000->0xffffff7f83956fffdependency: com.apple.iokit.IOPCIFamily(2.9)[DF1517A2-32C4-328E-9890-03E6C546604A]@0xffffff7f80a94000dependency: org.netkas.FakeSMC(3.5.0)[8F36EF78-E2BD-3B4F-AB1A-8545F12F247B]@0xffffff7f83946000BSD process name corresponding to current thread: HWMonitorSMCBoot args: slide=0 dart=0Mac OS version:17A405 Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2521678 Share on other sites More sharing options...
nvflash Posted October 30, 2017 Share Posted October 30, 2017 Digging around in linux looking for a way to help get RadeonMonitor working for an RX 580. I found this: http://elixir.free-electrons.com/linux/latest/source/drivers/gpu/drm/amd/amdgpu Not sure how helpful I am. 1 Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2525360 Share on other sites More sharing options...
Slice Posted October 31, 2017 Author Share Posted October 31, 2017 Digging around in linux looking for a way to help get RadeonMonitor working for an RX 580. I found this: http://elixir.free-electrons.com/linux/latest/source/drivers/gpu/drm/amd/amdgpu Not sure how helpful I am. Can you download this folder? Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2525663 Share on other sites More sharing options...
nvflash Posted October 31, 2017 Share Posted October 31, 2017 Can you download this folder? https://drive.google.com/open?id=0B9sU4v5iZl0pbVFqeGZqRzdYRWM Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2525782 Share on other sites More sharing options...
pico joe Posted November 28, 2017 Share Posted November 28, 2017 There is also new kext for Radeon, if someone want to test RadeonMonitor.kext.zip unfortunately in my machine still get hang and then reboot edited: or maybe because HWmonitorSMC ? Tue Nov 28 07:04:56 2017 *** Panic Report *** panic(cpu 2 caller 0xffffff8000388e21): Kernel trap at 0xffffff7f839f61fc, type 14=page fault, registers: CR0: 0x000000008001003b, CR2: 0x000000000000e6b0, CR3: 0x000000010869b0d5, CR4: 0x00000000000626e0 RAX: 0x000000000000e000, RBX: 0xffffff8019665400, RCX: 0xffffff7f839f6a40, RDX: 0xffffff8018563710 RSP: 0xffffff8107ebb7a0, RBP: 0xffffff8107ebb7a0, RSI: 0xffffff8107ebb7c6, RDI: 0xffffff80188dd5f0 R8: 0x000000000000ffff, R9: 0x0000000000000001, R10: 0xffffff8018a8f480, R11: 0x0000000000000001 R12: 0x00000000e00002c2, R13: 0xffffff8019672800, R14: 0x0000000000000000, R15: 0xffffff8019672820 RFL: 0x0000000000210287, RIP: 0xffffff7f839f61fc, CS: 0x0000000000000008, SS: 0x0000000000000000 Fault CR2: 0x000000000000e6b0, Error code: 0x0000000000000002, Fault CPU: 0x2, PL: 0, VF: 1 Backtrace (CPU 2), Frame : Return Address 0xffffff8107ebb250 : 0xffffff800026b6f6 0xffffff8107ebb2a0 : 0xffffff8000396f54 0xffffff8107ebb2e0 : 0xffffff8000388c39 0xffffff8107ebb360 : 0xffffff800021d190 0xffffff8107ebb380 : 0xffffff800026b1cc 0xffffff8107ebb4b0 : 0xffffff800026af4c 0xffffff8107ebb510 : 0xffffff8000388e21 0xffffff8107ebb690 : 0xffffff800021d190 0xffffff8107ebb6b0 : 0xffffff7f839f61fc 0xffffff8107ebb7a0 : 0xffffff7f839f6a0c 0xffffff8107ebb7f0 : 0xffffff8000876956 0xffffff8107ebb840 : 0xffffff7f839ec3b4 0xffffff8107ebb870 : 0xffffff7f839ec7f0 0xffffff8107ebb8b0 : 0xffffff7f839ec9e1 0xffffff8107ebb8f0 : 0xffffff7f80e6da4a 0xffffff8107ebb930 : 0xffffff7f80e6e3bd 0xffffff8107ebb980 : 0xffffff7f80e6dda4 0xffffff8107ebb9b0 : 0xffffff80008a4e48 0xffffff8107ebba20 : 0xffffff7f80e6dc40 0xffffff8107ebba70 : 0xffffff7f80e74aab 0xffffff8107ebbac0 : 0xffffff80008cd3f9 0xffffff8107ebbb20 : 0xffffff80008cb590 0xffffff8107ebbb70 : 0xffffff80008d4237 0xffffff8107ebbcb0 : 0xffffff8000344514 0xffffff8107ebbdc0 : 0xffffff8000270d9e 0xffffff8107ebbe10 : 0xffffff800024dc2d 0xffffff8107ebbe60 : 0xffffff8000260d1b 0xffffff8107ebbef0 : 0xffffff800037388d 0xffffff8107ebbfa0 : 0xffffff800021d996 Kernel Extensions in backtrace: com.apple.driver.AppleSMC(3.1.9)[631D2C99-C8C2-3272-84FC-C49338D09C31]@0xffffff7f80e66000->0xffffff7f80e84fff dependency: com.apple.iokit.IOACPIFamily(1.4)[8794C760-FDD9-3664-ADED-4A9BBEC6E517]@0xffffff7f80e5d000 dependency: com.apple.iokit.IOPCIFamily(2.9)[1A5661CA-0F8F-3EC1-B3B4-5A9ADDAE360F]@0xffffff7f80a94000 org.netkas.FakeSMC(3.5)[8F36EF78-E2BD-3B4F-AB1A-8545F12F247B]@0xffffff7f839ea000->0xffffff7f839f4fff dependency: com.apple.iokit.IOACPIFamily(1.4)[8794C760-FDD9-3664-ADED-4A9BBEC6E517]@0xffffff7f80e5d000 org.slice.RadeonMonitor(1.3.1)[C99A9FFA-F042-37AC-B2D0-4A20148121CD]@0xffffff7f839f5000->0xffffff7f839f9fff dependency: com.apple.iokit.IOPCIFamily(2.9)[1A5661CA-0F8F-3EC1-B3B4-5A9ADDAE360F]@0xffffff7f80a94000 dependency: org.netkas.FakeSMC(3.5.0)[8F36EF78-E2BD-3B4F-AB1A-8545F12F247B]@0xffffff7f839ea000 BSD process name corresponding to current thread: HWMonitorSMC Boot args: slide=0 dart=0 darkwake=0 Mac OS version: 17B48 log 2017-11-28 07:02:58.015808+0700 localhost kernel[0]: (kernel) RadeonMonitor: found Radeon chip id=665c 2017-11-28 07:02:58.019698+0700 localhost kernel[0]: (kernel) Common ATI Radeon SeaIsland/Polaris DID=665c 2017-11-28 07:37:14.148053+0700 localhost kernel[0]: (kernel) RadeonSensors (pci1): found ATI Radeon ID: 0x665c, ATOM BIOS: BONAIRE 2017-11-28 07:37:14.148062+0700 localhost kernel[0]: (kernel) RadeonSensors (pci1): using device-id to resolve temperature sensor type 2017-11-28 07:37:14.148067+0700 localhost kernel[0]: (kernel) RadeonSensors (pci1): adding Sea Islands (CI) thermal sensor 2017-11-28 07:37:14.148121+0700 localhost kernel[0]: (kernel) RadeonSensors (pci1): started 1 Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2540714 Share on other sites More sharing options...
duffs Posted November 28, 2017 Share Posted November 28, 2017 KP. also SMC_util3 -l $ log show --last boot --predicate 'subsystem == "kernel"' kernel: (kernel) RadeonMonitor: found Radeon chip id=67ef kernel: (kernel) Common ATI Radeon SeaIsland/Polaris DID=67ef Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2540726 Share on other sites More sharing options...
surfinchina Posted November 28, 2017 Share Posted November 28, 2017 I get kp also. The only thing I changed was the RadeonMonitor kext. It kp'd after the desktop came up. Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2540741 Share on other sites More sharing options...
Slice Posted November 28, 2017 Author Share Posted November 28, 2017 No problem in HWMonitorSMC. The problem is still in RadeonMonitor with new Radeon cards. Thanks! Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2540753 Share on other sites More sharing options...
surfinchina Posted November 28, 2017 Share Posted November 28, 2017 No problem in HWMonitorSMC. The problem is still in RadeonMonitor with new Radeon cards. Thanks! Yep. Thanks for working on this! Slice the legend. Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2540761 Share on other sites More sharing options...
Slice Posted November 28, 2017 Author Share Posted November 28, 2017 Make, please, registers dump with the utility http://www.insanelymac.com/forum/topic/317915-clover-test-and-patches-for-polaris-gpu/page-8?do=findComment&comment=2339709 in range 6A0,40 If crash then 6B0,10 A few more field Screen Shot 2017-11-28 at 4.14.20 AM.png I see. The kext should be revised for this chip. Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2540780 Share on other sites More sharing options...
mitch_de Posted November 28, 2017 Share Posted November 28, 2017 Make, please, registers dump with the utility http://www.insanelymac.com/forum/topic/317915-clover-test-and-patches-for-polaris-gpu/page-8?do=findComment&comment=2339709 in range 6A0,40 If crash then 6B0,10 Hi, Slice. I think the working RadeonPCI.kext (for use with that RadeonDump) is a few posts later. http://www.insanelymac.com/forum/topic/317915-clover-test-and-patches-for-polaris-gpu/page-8?do=findComment&comment=2340126 (otherwise all results are zeros) How do you mean your range: in range 6A0,40 ... If crash then 6B0,10 In the examples the command looks: RadeonDump2 -r 0,200 , how are the parameters for in range 6A0,40 (you mean start=6A0 and 40 length, so 6A0, 6EF would be OK ? RX 460 0x67ef , Sierra working (for this test: no RadeonMonitor in use, only kextutil RadeonPCI.kext, in Clover Lilu + whatevergreen ) RadeonDump2 -r 6A0,6FF Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/GFX0@0/RadeonPCI it matched on name "ATY_GPU" 0x06A0: 00000000 AAAA5555 00000000 AAAA5555 0003F010 0001E083 00000000 AAAA5555 0x06C0: 00000000 AAAA5555 00000000 AAAA5555 00000000 AAAA5555 00000000 00000064 0x06E0: 00000002 00000000 00000000 00000000 00000000 00000000 00000000 00000000 /RadeonDump2 -r 1700,1750 (found that you looked for that range in the past : ) ) Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/GFX0@0/RadeonPCI it matched on name "ATY_GPU" 0x1700: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0x1720: 00000000 00000000 00000000 00000000 00000000 00010000 00000000 00000000 0x1740: 00000200 00000000 00000000 00000000 00000000 00000000 00000000 000 RadeonDump2 -r 5400,5450 (found that you looked for that range in the past : ) ) Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/GFX0@0/RadeonPCI it matched on name "ATY_GPU" 0x5400: 00000000 00000001 00000000 00000000 00000000 0000001A 00000002 00000002 0x5420: 00000000 00000000 00000800 80000000 00000100 00040000 00000000 00000000 0x5440: 00000000 00000000 00000000 00000000 00018003 00000000 00040040 4010E110 PS: attached the used two tools. Usage: sudo chown -R root:wheel ~/Downloads/RadeonPCI.kext sudo chmod -R 755 ~/Downloads/RadeonPCI.kext sudo kextutil -v ~/Downloads/RadeonPCI.kext .. ~/Downloads/RadeonDump2 -r start,end RadeonPCI.kext.zip RadeonDump.zip Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2540830 Share on other sites More sharing options...
Slice Posted November 28, 2017 Author Share Posted November 28, 2017 Good! 0x06A0: 00000000 AAAA5555 00000000 AAAA5555 0003F010 0001E083 00000000 AAAA5555 0x06C0: 00000000 AAAA5555 00000000 AAAA5555 00000000 AAAA5555 00000000 00000064 0x06E0: 00000002 00000000 00000000 00000000 00000000 00000000 00000000 00000000 This is what I wanted to see. Thus I know that registers 6B0 and 6B4 will not lead to crash. They are readable. Next question if they are writable. I am not sure in write command syntax RadeonDump -w 6b0 c0300014 RadeonDump -r 6b4 There will be temperature Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2540863 Share on other sites More sharing options...
pico joe Posted November 28, 2017 Share Posted November 28, 2017 HD 7790 Picos-Mac-Pro:Downloads pico$ ./RadeonDump2 -r 0,100Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCIit matched on name "ATY_GPU"0x0000: BFFF7E5C 00000000 00000000 00000000 00000000 00000000 00000000 000000000x0020: 00000000 00000000 00000000 00000000 100100A2 00D816E6 100100A2 00D816E60x0040: 00000000 00000000 00010000 00010000 00000000 00000000 00000000 000000000x0060: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x0080: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x00A0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x00C0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x00E0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x0100: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000Picos-Mac-Pro:Downloads pico$ ./RadeonDump2 -r 0,200Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCIit matched on name "ATY_GPU"0x0000: BFFF7E5C 00000000 00000000 00000000 00000000 00000000 00000000 000000000x0020: 00000000 00000000 00000000 00000000 100100A2 00D816E6 100100A2 00D816E60x0040: 00000000 00000000 00010000 00010000 00000000 00000000 00000000 000000000x0060: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x0080: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x00A0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x00C0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x00E0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x0100: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x0120: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x0140: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x0160: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x0180: 00000000 00000000 00000000 00000000 00000000 00000002 00000000 000000000x01A0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x01C0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x01E0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x0200: 80000370 00036604 C0100038 0000000C 00000000 E0008040 C030000C 08006869Picos-Mac-Pro:Downloads pico$ ./RadeonDump2 -r 1700,1750Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCIit matched on name "ATY_GPU"0x1700: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000000000x1720: 00000000 00400000 0100C000 00000000 00000400 00000000 00000689 000010000x1740: 41D40301 00000000 00000000 0000F905 00000000 00000000 00000000 00000000Picos-Mac-Pro:Downloads pico$ ./RadeonDump2 -r 5400,5450Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCIit matched on name "ATY_GPU"0x5400: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 000108AA0x5420: 00000000 0000000D 00000400 80000000 00000100 00040000 00000000 000000000x5440: 00000000 00000000 00000000 00000000 00000003 00000000 00040040 4010E110Picos-Mac-Pro:Downloads pico$ RadeonDump -w 6b0 c0300014 RadeonDump -r 6b4 Picos-Mac-Pro:Downloads pico$ ./RadeonDump2 -w 6b0 c0300014Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCIit matched on name "ATY_GPU"Segmentation fault: 11Picos-Mac-Pro:Downloads pico$ ./RadeonDump2 -r 6b4Unable to read range: 6b4Usage: ./RadeonDump2 [-d] [regnum] [-r start,end] [-i] -d dump Radeon card BIOS ROM regnum dump Radeon card IO register values at regnum -r start,end dump Radeon card IO register values in the range of [start,end]Picos-Mac-Pro:Downloads pico$ ./RadeonDump2 -w 6b4Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCIit matched on name "ATY_GPU"0x06B4: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000Picos-Mac-Pro:Downloads pico$ Link to comment https://www.insanelymac.com/forum/topic/330115-radeonmonitor-problems/page/2/#findComment-2540873 Share on other sites More sharing options...
Recommended Posts