mitch_de Posted November 28, 2017 Share Posted November 28, 2017 I think RadeonDump can onyl dump (read) not write. PS: I found that newest Darwindumper has perhaps newer Version (finder show conent, Tools..) of RadenDump. With that version (same dump values) the range end works better in case shows only the range wanted, not always a complete line - more bytes shown as given range. RadeonDump -r 6b4,6b4 Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/GFX0@0/RadeonPCI it matched on name "ATY_GPU" 0x06B4: 0x0001E083 GA-EP35:~ andreasm$ https://bitbucket.org/blackosx/darwindumper/downloads/ Do we need that DirectHW.kext (also within DarwinDumper) to write in some addresses? I dont have installed - i think also Darwindumper may kextload that at runtime? And how could we write in that adress space you told us? Link to comment Share on other sites More sharing options...
Slice Posted November 28, 2017 Author Share Posted November 28, 2017 Or the register 6b0 is locked for write. This evening I'll make RadeonDump3 with new functions. 2 Link to comment Share on other sites More sharing options...
MattsCreative Posted November 28, 2017 Share Posted November 28, 2017 Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/PEGP@0/RadeonPCI it matched on name "ATY_GPU" 0x0000: FFFF7E5C FF404138 00000000 00000000 00000000 00000000 00000000 00000000 0x0020: 00000000 00000000 00000000 00000000 100100A2 00D816E6 100100A2 00D816E6 0x0040: 00000000 00000000 00010000 00010000 00000000 00000000 00000000 00000000 0x0060: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0x0080: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0x00A0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0x00C0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0x00E0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0x0100: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 my 290x Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/PEGP@0/RadeonPCI it matched on name "ATY_GPU" 0xFFFF7E5C: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 Link to comment Share on other sites More sharing options...
Slice Posted November 28, 2017 Author Share Posted November 28, 2017 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 I seems have no those sources. Did you have it? Link to comment Share on other sites More sharing options...
mitch_de Posted November 28, 2017 Share Posted November 28, 2017 No, but perhaps blackosX (dev of Darwindumoer) has sources or ideeas? http://www.insanelymac.com/forum/topic/282794-darwindumper/ Link to comment Share on other sites More sharing options...
Slice Posted November 28, 2017 Author Share Posted November 28, 2017 Corrected RadeonPCI.kext. Hope it will work on most Radeon cards. Utility I'll remake later. RadeonPCI.kext.zip Link to comment Share on other sites More sharing options...
Slice Posted November 29, 2017 Author Share Posted November 29, 2017 There is my new version with support of write and read indirect registers RadeonDump1.zip For Polaris cards you may get temperature as ./RadeonDump1 -n 6b0,c0300014 Link to comment Share on other sites More sharing options...
pico joe Posted November 29, 2017 Share Posted November 29, 2017 Corrected RadeonPCI.kext. Hope it will work on most Radeon cards. Utility I'll remake later. RadeonPCI.kext.zip not worked at my machine Picos-Mac-Pro:radeon pico$ ./RadeonDump1 -r 0,200 Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCI it matched on name "ATY_GPU" Assertion failed: (KERN_SUCCESS == kr), function main, file ./RadeonDump1.c, line 301. Abort trap: 6 with old RadeonPci.kext and newesr RadeonDump1 Picos-Mac-Pro:radeon pico$ ./RadeonDump1 -w 6b0,c0300014 Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCI it matched on name "ATY_GPU" Picos-Mac-Pro:radeon pico$ ./RadeonDump1 -r 6b4,6b4 Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCI it matched on name "ATY_GPU" 0x06B4: 0x00000000 Link to comment Share on other sites More sharing options...
mitch_de Posted November 29, 2017 Share Posted November 29, 2017 Same for me, newer RadeonPCI.kext has that Abort Trap: 6. (AMD RX 460) Using older RadeonPCI.kext together witj new RadeonDump1 RadeonDump1 -n 6b0,c0300014 Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/GFX0@0/RadeonPCI it matched on name "ATY_GPU" 0xc0300014: 0x 5a2d bash-3.2# RadeonDump1 -r 6B0,6BF Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/GFX0@0/RadeonPCI it matched on name "ATY_GPU" 0x06B0: 0xC0300014 0x06B4: 0x00005028 0x06B8: 0x00000000 0x06BC: 0xAAAA5555 Link to comment Share on other sites More sharing options...
Slice Posted November 29, 2017 Author Share Posted November 29, 2017 not worked at my machine Picos-Mac-Pro:radeon pico$ ./RadeonDump1 -r 0,200 Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCI it matched on name "ATY_GPU" Assertion failed: (KERN_SUCCESS == kr), function main, file ./RadeonDump1.c, line 301. Abort trap: 6 with old RadeonPci.kext and newesr RadeonDump1 Picos-Mac-Pro:radeon pico$ ./RadeonDump1 -w 6b0,c0300014 Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCI it matched on name "ATY_GPU" Picos-Mac-Pro:radeon pico$ ./RadeonDump1 -r 6b4,6b4 Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCI it matched on name "ATY_GPU" 0x06B4: 0x00000000 Should be ./RadeonDump1 -n 6b0,c0300014 Same for me, newer RadeonPCI.kext has that Abort Trap: 6. (AMD RX 460) Using older RadeonPCI.kext together witj new RadeonDump1 RadeonDump1 -n 6b0,c0300014 Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/GFX0@0/RadeonPCI it matched on name "ATY_GPU" 0xc0300014: 0x 5a2d bash-3.2# RadeonDump1 -r 6B0,6BF Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/GFX0@0/RadeonPCI it matched on name "ATY_GPU" 0x06B0: 0xC0300014 0x06B4: 0x00005028 0x06B8: 0x00000000 0x06BC: 0xAAAA5555 Good! Now see the behavior of output 5a2d -> 0x2d = 45 celsium degree What if heavy load? Link to comment Share on other sites More sharing options...
pico joe Posted November 29, 2017 Share Posted November 29, 2017 HD 7790 Picos-Mac-Pro:radeon pico$ ./RadeonDump1 -n 6b0,c0300014Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCIit matched on name "ATY_GPU"0xc0300014: 0x 0 Link to comment Share on other sites More sharing options...
pico joe Posted November 29, 2017 Share Posted November 29, 2017 Picos-Mac-Pro:radeon pico$ ./RadeonDump1 -r 714,7f4 Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCIit matched on name "ATY_GPU"0x0714: 0x000000000x0718: 0x000000000x071C: 0x000000000x0720: 0x000000000x0724: 0x000000000x0728: 0x000000000x072C: 0x000000000x0730: 0x000000000x0734: 0x000000000x0738: 0x000000000x073C: 0x000000000x0740: 0x000000000x0744: 0x000000000x0748: 0x000000000x074C: 0x000000000x0750: 0x000000000x0754: 0x000000000x0758: 0x000000000x075C: 0x000000000x0760: 0x000000000x0764: 0x000000000x0768: 0x000000000x076C: 0x000000000x0770: 0x000000000x0774: 0x000000000x0778: 0x000000000x077C: 0x000000000x0780: 0x000000000x0784: 0x000000000x0788: 0x000000000x078C: 0x000000000x0790: 0x000000000x0794: 0x000000000x0798: 0x000000000x079C: 0x000000000x07A0: 0x000000000x07A4: 0x000000000x07A8: 0x000000000x07AC: 0x000000000x07B0: 0x000000000x07B4: 0x000000000x07B8: 0x000000000x07BC: 0x000000000x07C0: 0x000000000x07C4: 0x000000000x07C8: 0x000000000x07CC: 0x000000000x07D0: 0x000000000x07D4: 0x000000000x07D8: 0x000000000x07DC: 0x000000000x07E0: 0x000000000x07E4: 0x000000000x07E8: 0x000000000x07EC: 0x000000000x07F0: 0x000000000x07F4: 0x00000000 Picos-Mac-Pro:radeon pico$ ./RadeonDump1 -n 6b0,c0300e0cFound a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCIit matched on name "ATY_GPU"0xc0300e0c: 0x 0 Link to comment Share on other sites More sharing options...
mitch_de Posted November 29, 2017 Share Posted November 29, 2017 Should be ./RadeonDump1 -n 6b0,c0300014 Good! Now see the behavior of output 5a2d -> 0x2d = 45 celsium degree What if heavy load? Sir, you want heavy GPU load?!, Sir Then you get it running Geeks3D Tessmark X64 - Before (idle, Desktop): RadeonDump1 -n 6b0,c0300014 ... 0xc0300014: 0x 562b (43 Celsius?) Start GPU stress: 0xc0300014: 0x 6a3a > 0xc0300014: 0x 703e (62 C) Near Eend of GPU Test: 0xc0300014: 0x 7641 (65 C) Very short after gpu load ends : 0xc0300014: 0x 6a36 (54 C) > 0xc0300014: 0x 6633 (51 C) Now, after about 3 Min idle: 0xc0300014: 0x 5028 (40 C) PS: I have question about FakeSMC (yours) vs Rehabman ( https://github.com/RehabMan/OS-X-FakeSMC-kozlek: also heavy load, but in this case of GPU FAN full speed Both work as they should - i use rehabmans. As i tried yours, for radeonMonitor tests there was some ??? about the FAN of the RX 460: With your FakeSMC the GPU FAN runs full speed (for about 5 Seconds) at startup (Desktop appears) and at every wakeup (for me main problem). With rehabmans the gpu fan stay quite in same situations (as it should). Both with Sierra, no other change. Can it be that some diff in SMC keys (exist or not or diff in value) can make that different FAN handling? EDIT: I uploaded SMC -l of your & rehab Fakesmc What can be they keys, values belong to the annoying full speed fan at start & wake? SMC Slice: GPU fan runs full speed for 5 sec at startup & wakeup Last login: Wed Nov 29 12:49:54 on ttys000 GA-EP35:~ andreasm$ /Users/andreasm/Desktop/smc Apple System Management Control (SMC) tool 0.01 Usage: /Users/andreasm/Desktop/smc [options] -f : fan info decoded -h : help -k <key> : key to manipulate -l : list all keys and values -r : read the value of a key -w <value> : write the specified value to a key -v : version GA-EP35:~ andreasm$ /Users/andreasm/Desktop/smc -l #KEY [ui32] 40 (bytes 00 00 00 28) $Num [ui8 ] 1 (bytes 01) ACID [ch8*] (bytes ba be 3c 45 c0 03 10 43) ALI0 [{ali] (bytes 06 01 02 00) ALRV [ui16] 1 (bytes 00 01) ALV0 [{alv] (bytes 01 01 03 b7 00 a3 00 15 6a f4) CLKH [{clh] (bytes 00 00 70 80 00 01 19 40) CLKT [ui32] 162 (bytes 00 00 b3 a2) EPCI [flag] (bytes 06 90 07 00) FNum [ui8 ] (bytes 00) LSOF [flag] (bytes 01) LSSB [{lso] (bytes 01 01) LsNM [ui8 ] (bytes 01) LsbV [{rev] (bytes 01 04 0a 00 06) MOST [ui16] 3 (bytes 80 03) MSDW [ui8 ] (bytes 01) MSPS [{msp] (bytes 00) MSSD [si8 ] (bytes 03) NATJ [ui8 ] (bytes 02) NTOK [ui8 ] (bytes 01) NVPR [ui8 ] (bytes 00) OSK0 [ch8*] (bytes 6f 75 72 68 61 72 64 77 6f 72 6b 62 79 74 68 65 73 65 77 6f 72 64 73 67 75 61 72 64 65 64 70 6c) OSK1 [ch8*] (bytes 65 61 73 65 64 6f 6e 74 73 74 65 61 6c 28 63 29 41 70 70 6c 65 43 6f 6d 70 75 74 65 72 49 6e 63) REV [{rev] (bytes 02 11 0f 00 00 16) RMde [char] (bytes 41) RPlt [ch8*] (bytes 64 38 00 00 00 00 00 00) RBr [ch8*] (bytes 64 38 00 00 00 00 00 00) BEMB [flag] (bytes 00) TC0D [sp78] (bytes 1f 00) FRC0 [freq] (bytes 06 40) VC0C [fp2e] (bytes 3b a5) TC1D [sp78] (bytes 20 00) FRC1 [freq] (bytes 06 40) TC2D [sp78] (bytes 1f 00) FRC2 [freq] (bytes 06 40) TC3D [sp78] (bytes 20 00) FRC3 [freq] (bytes 06 40) MPkC [ui16] 0 (bytes a0 00) NATi [ui16] 30 (bytes 00 1e) HE0N [ui8 ] (bytes 10) GA-EP35:~ andreasm$ SMC rehabman https://github.com/RehabMan/OS-X-FakeSMC-kozlek GPU FAN sosnt run full speed at startup / wakeup GA-EP35:~ andreasm$ /Users/andreasm/Desktop/smc -l #KEY [ui32] 46 (bytes 00 00 00 2e) FNum [ui8 ] 0 (bytes 00) HWS0 [ch8*] (bytes 47 69 67 61 62 79 74 65) HWS1 [ch8*] (bytes 5a 37 37 2d 44 53 33 48) RPlt [ch8*] (bytes 64 38 00 00 00 00 00 00) RBr [ch8*] (bytes 64 38 00 00 00 00 00 00) TC0D [sp78] (bytes 27 00) TC1D [sp78] (bytes 29 00) TC2D [sp78] (bytes 27 00) TC3D [sp78] (bytes 28 00) TCAD [sp78] (bytes 2a 00) MlC0 [fp88] (bytes 20 00) CC0C [ui32] 128 (bytes 00 00 0c 80) MlC1 [fp88] (bytes 20 00) CC1C [ui32] 128 (bytes 00 00 0c 80) MlC2 [fp88] (bytes 1f 00) CC2C [ui32] 28 (bytes 00 00 0c 1c) MlC3 [fp88] (bytes 1f 00) CC3C [ui32] 28 (bytes 00 00 0c 1c) CCPA [ui32] 21 (bytes 00 00 0c 15) PCTR [sp78] (bytes 17 92) PCPC [sp78] (bytes 12 4e) PCPG [sp78] (bytes 00 00) $Adr [ui32] 0 (bytes 00 00 03 00) $Num [ui8 ] 1 (bytes 01) ACID [ch8*] (bytes 85 fc 04 4d d8 12 7a f4) ALI0 [{ali] (bytes 07 01 02 00) ALRV [ui16] 1 (bytes 00 01) ALV0 [{alv] (bytes 01 10 06 75 01 20 00 b6 0e e0) LsNM [ui8 ] 1 (bytes 01) LsbV [{rev] (bytes 01 04 0a 00 06) MSLD [ui8 ] 0 (bytes 00) MSSD [si8 ] (bytes 05) MSSP [si8 ] (bytes 05) NATJ [ui8 ] 2 (bytes 02) OSK0 [ch8*] (bytes 6f 75 72 68 61 72 64 77 6f 72 6b 62 79 74 68 65 73 65 77 6f 72 64 73 67 75 61 72 64 65 64 70 6c) OSK1 [ch8*] (bytes 65 61 73 65 64 6f 6e 74 73 74 65 61 6c 28 63 29 41 70 70 6c 65 43 6f 6d 70 75 74 65 72 49 6e 63) REV [{rev] (bytes 02 11 0f 00 00 16) RMde [char] (bytes 41) RVBF [{rev] (bytes 01 30 0f 00 00 03) RVUF [{rev] (bytes 01 30 0f 00 00 03) BEMB [flag] (bytes 00) EPCI [ui32] 0 (bytes 06 90 07 00) NATi [ui16] 30 (bytes 00 1e) NTOK [ui8 ] 1 (bytes 01) HE0N [ui8 ] 16 (bytes 10) GA-EP35:~ andreasm$ Link to comment Share on other sites More sharing options...
Slice Posted November 29, 2017 Author Share Posted November 29, 2017 Someone with Vega 10 test, please, ./RadeonDump -r 16658,16660 or ./RadeonDump -r 59968,59970 @mitch_de Great! So we know how to get temperature from Baffin family cards. And so my RadeonMonitor latest version should work for you? It already contains this method. May be you test it with other FakeSMC? About GPU FAN I don't know. It looks like GPU initializing but I nowhere do this. Only in Clover RadeonDeInit what I think is common for both your cases. Ok that sounds like a lot of work. Is it something you are able to do ? Thanks ! It is easy but requires a time. May be today evening I'll make it. Link to comment Share on other sites More sharing options...
Slice Posted November 29, 2017 Author Share Posted November 29, 2017 @mitch_de Hope this kext will not crash and will show Radeon temperature. RadeonMonitor.kext.zip 1 Link to comment Share on other sites More sharing options...
Mork vom Ork Posted November 29, 2017 Share Posted November 29, 2017 Hope this kext will not crash and will show Radeon temperature. doesn't crash anymore, but GPU 0 Core Temp -127° C ?!? (and NO, it is NOT cooled by liquid oxygen, just a one mile diameter fan with a million RpS) but anyway... nice job. Link to comment Share on other sites More sharing options...
Slice Posted November 29, 2017 Author Share Posted November 29, 2017 doesn't crash anymore, but GPU 0 Core Temp -127° C ?!? (and NO, it is NOT cooled by liquid oxygen, just a one mile diameter fan with a million RpS) but anyway... nice job. Can you, please, look into system.log or dmesg to find messages from RadeonMonitor? Link to comment Share on other sites More sharing options...
mitch_de Posted November 29, 2017 Share Posted November 29, 2017 Hi, also for RX 460 - static (no changes under gpu load, idle) at -127 Celsius. Nothing shown in dmesg & any log - Sierra. Link to comment Share on other sites More sharing options...
pico joe Posted November 30, 2017 Share Posted November 30, 2017 same at -127 @HD 7790 Link to comment Share on other sites More sharing options...
Slice Posted November 30, 2017 Author Share Posted November 30, 2017 One more attempt. It seems the bug in Apple's framework. Without it the sensor works. 1 Link to comment Share on other sites More sharing options...
pico joe Posted November 30, 2017 Share Posted November 30, 2017 HD 7790 GPU 0 17 0 0xffffff7f8397a000 0x5000 0x5000 org.slice.RadeonMonitor (1.3.1) A388BA0F-9378-333A-8061-C9FE496C5B40 <16 12 7 4 3> Link to comment Share on other sites More sharing options...
Slice Posted November 30, 2017 Author Share Posted November 30, 2017 HD 7790 GPU 0 17 0 0xffffff7f8397a000 0x5000 0x5000 org.slice.RadeonMonitor (1.3.1) A388BA0F-9378-333A-8061-C9FE496C5B40 Screen Shot 2017-11-30 at 12.47.46.png Picos-Mac-Pro:radeon pico$ ./RadeonDump1 -r 714,7f4 Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCI it matched on name "ATY_GPU" 0x0714: 0x00000000 0x0718: 0x00000000 0x071C: 0x00000000 0x0720: 0x00000000 0x0724: 0x00000000 0x0728: 0x00000000 0x072C: 0x00000000 0x0730: 0x00000000 0x0734: 0x00000000 0x0738: 0x00000000 0x073C: 0x00000000 0x0740: 0x00000000 0x0744: 0x00000000 0x0748: 0x00000000 0x074C: 0x00000000 0x0750: 0x00000000 0x0754: 0x00000000 0x0758: 0x00000000 0x075C: 0x00000000 0x0760: 0x00000000 0x0764: 0x00000000 0x0768: 0x00000000 0x076C: 0x00000000 0x0770: 0x00000000 0x0774: 0x00000000 0x0778: 0x00000000 0x077C: 0x00000000 0x0780: 0x00000000 0x0784: 0x00000000 0x0788: 0x00000000 0x078C: 0x00000000 0x0790: 0x00000000 0x0794: 0x00000000 0x0798: 0x00000000 0x079C: 0x00000000 0x07A0: 0x00000000 0x07A4: 0x00000000 0x07A8: 0x00000000 0x07AC: 0x00000000 0x07B0: 0x00000000 0x07B4: 0x00000000 0x07B8: 0x00000000 0x07BC: 0x00000000 0x07C0: 0x00000000 0x07C4: 0x00000000 0x07C8: 0x00000000 0x07CC: 0x00000000 0x07D0: 0x00000000 0x07D4: 0x00000000 0x07D8: 0x00000000 0x07DC: 0x00000000 0x07E0: 0x00000000 0x07E4: 0x00000000 0x07E8: 0x00000000 0x07EC: 0x00000000 0x07F0: 0x00000000 0x07F4: 0x00000000 Picos-Mac-Pro:radeon pico$ ./RadeonDump1 -n 6b0,c0300e0c Found a device of class RadeonPCI: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEGP@1/IOPP/GFX1@0/RadeonPCI it matched on name "ATY_GPU" 0xc0300e0c: 0x 0 It looks like HD7790 is other family. I see no a good method to get temperature for it. Waiting for tests with other cards. 1 Link to comment Share on other sites More sharing options...
pico joe Posted November 30, 2017 Share Posted November 30, 2017 It looks like HD7790 is other family. I see no a good method to get temperature for it. Waiting for tests with other cards. wake after sleep shown GPU Core -68 Link to comment Share on other sites More sharing options...
Slice Posted November 30, 2017 Author Share Posted November 30, 2017 I found the mistakeHerehttps://sourceforge.net/p/hwsensors/hwsensors3/code3/HEAD/tree/trunk/plugins/GPUSensors/RadeonMonitor/ATICard.cpp#l21line:IOPhysicalAddress bar = (IOPhysicalAddress)((VCard->configRead32(0x20)) & ~0x3f);Must be 0x24 instead of 0x20 I can compile only in evening. If someone do it now it will be great! 1 Link to comment Share on other sites More sharing options...
diskeeper Posted November 30, 2017 Share Posted November 30, 2017 Compiled it. Seems to be fine on my RX 580, please test. RadeonMonitor.kext.zip 2 Link to comment Share on other sites More sharing options...
Recommended Posts