Michal Malý
|
ea798a7752
|
Implement i2c bus check for Asus Aura GPUs
|
5 months ago |
Adam Honse
|
c71cc4f18a
|
Change SPDX license identifier from GPL 2.0 only to GPL 2.0 or later, as the original LICENSE file includes an or later clause at the end so the file headers were incorrect
|
7 months ago |
Adam Honse
|
e928111c00
|
Store name in AsusAuraGPUController to avoid setting it in detector
|
9 months ago |
RedBlackAka
|
ce32b88010
|
Add Asus ROG GTX 1060 Gaming #4870
|
11 months ago |
Barry H
|
bbe79420b1
|
Added TUF RTX5070 & RTX5090, ROG Strix RTX2060, RTX2060S & RTX5070Ti
|
12 months ago |
Bond_009
|
ef5bab4ff7
|
Add support for ASUS ROG Strix GTX1070 OC BIOS
|
1 year ago |
RedBlackAka
|
e1a821f3c9
|
Minor cleanup of pci_ids.h
|
1 year ago |
RedBlackAka
|
f65f486c5d
|
Make capitalization of MR 2708 consistent
|
1 year ago |
Kaladasas
|
8509f377df
|
Add Asus ROG Poseidon Geforce GTX 1080 TI
|
1 year ago |
RedBlackAka
|
5160ecd9ff
|
Add Asus ROG RX 5700 OC #4578
|
1 year ago |
RedBlackAka
|
041c7600b7
|
Add Asus ROG Radeon RX 480 non-OC #4287
|
1 year ago |
RedBlackAka
|
427e9d0209
|
Add Asus ROG RTX 2060 6G #4509
|
1 year ago |
RedBlackAka
|
914cf1b3ff
|
Clean up names of several devices
|
1 year ago |
RedBlackAka
|
1bfd0fbd1f
|
Add additional PCIE ID for ROG 2060S #4469
|
1 year ago |
Dmitry Kychanov
|
300abac9a8
|
Removed unused includes
|
2 years ago |
Adam Honse
|
e2f08351a0
|
Fix signed/unsigned mismatch warning in RGBController_AsusAuraGPU.cpp
|
2 years ago |
Barry H
|
b84de85891
|
Added ROG Strix GTX 1650S A4G & TUF 7700XT
|
2 years ago |
Barry H
|
889110961a
|
Add 3 new Asus ROG Strix AMD cards RX560, RX590 & 5700XT (Q Bios)
|
2 years ago |
Adam Honse
|
c60539cb62
|
Update header comments for some ASUS controllers
|
2 years ago |
Adam Honse
|
b6d5c64c5b
|
Formatting and organizational cleanup for controllers beginning with A
|
2 years ago |
Adam Honse
|
06ca1448d1
|
Fix more warnings
|
2 years ago |
RedBlackAka
|
b68692baa2
|
Make GPU naming much more consistent
|
2 years ago |
karliss1
|
f8a837f106
|
Do not automatically save after each change on Asus Aura GPUs.
|
2 years ago |
Rudolf Tym Souček
|
d214ccba67
|
Add support for ASUS ROG-STRIX-GTX1660S-6G-GAMING
|
2 years ago |
Tm T
|
780b0365fb
|
Add ROG STRIX RX570 8G
|
3 years ago |
flora
|
bacbae7e7d
|
Moved TUF RX6800 from AuraGPU to ENESMBus
|
3 years ago |
flora
|
1b8ae08726
|
Sorted GPU per Brand
|
3 years ago |
flora
|
813bc9ae67
|
Added 5700XT Strix Variant
|
3 years ago |
TheRogueZeta
|
ed123e8439
|
Add alternate ID for ASUS ROG-STRIX-RTX2080TI-11G-GAMING
|
3 years ago |
Flora Aubry
|
e884a4e6c1
|
Support for ASUS ROG STRIX 1050TI non OC Closes #2852
|
4 years ago |
morg
|
467f7d016f
|
Add support for ASUS ROG STRIX RX470 Gaming
|
4 years ago |
TheRogueZeta
|
ff35373c38
|
Remove redundant memory sizes in AsusAuraGPUControllerDetect.cpp
|
4 years ago |
TheRogueZeta
|
30ea9e73e8
|
Add alternate ID for Asus Rog Strix RTX 2060 O6G
|
4 years ago |
Adam Honse
|
a6cbde0bcc
|
Remove RX6900XT from AsusAuraGPUController as it is actually an ENE based GPU and shares its ID with the RX6800XT just added
|
4 years ago |
Teemu Linkoaho
|
c1d7daf8c0
|
Adding ASUS TUF RX 6900 XT OC GPU
|
4 years ago |
Tiago Oliveira
|
ae460fa10a
|
Add device ASUS TUF RX6800 OC to GPU vendor list
|
4 years ago |
Adam Honse
|
eab96d1b36
|
Remove SetCustomMode from all controllers beginning with the letter A
|
4 years ago |
Chris
|
c2dd179145
|
Initial commit for the ASUS Strix RTX 2080 O8G V2 Gaming GPU to resolve #2580
+ Add id to pci_ids.h
+ Register detector in AsusAuraGPUControllerDetect.cpp
+ Link to [webpage](https://rog.asus.com/us/graphics-cards/graphics-cards/rog-strix/rog-strix-rtx2080-o8g-gaming-model/)
|
4 years ago |
BillCipher-exe
|
ac67a24a8c
|
added support for ASUS ROG STRIX RTX 2080 8G Gaming Closes #2518
|
4 years ago |
TheRogueZeta
|
30c8c56a5e
|
Add Device ID for ASUS GTX1080 ROG Strix OC 11Gbps
|
4 years ago |
Chris
|
524675108d
|
Automatic generation of markdown pages for supported devices
+ Added build-supported-devices.sh script
+ Added new target in CI/CD to build at compile time
|
4 years ago |
Adam Honse
|
6bfe682d7b
|
Update type for Asus Aura GPU from SMBus to I2C
|
4 years ago |
Adam Honse
|
147adf6623
|
Update ASUS Aura GPU controller to use I2C PCI detector
|
4 years ago |
Chris
|
bc10e3f772
|
Automatic generation of udev rules for supported devices
+ Added build-udev-rules.sh script
+ Added new custom target in Linux section of .pro to accommodate new rules location
|
4 years ago |
morg
|
a70b616a1b
|
Add support for ASUS ROG STRIX RTX2080S O8G WHITE
|
4 years ago |
Chris
|
8fa85b3f27
|
Initial commit for the ASUS ROG Strix RTX 2080Ti A11G Gaming GPU to resolve #2323
+ Add id to pci_ids.h
+ Register detector in AsusAuraGPUControllerDetect.cpp
+ Link to [webpage](https://rog.asus.com/us/graphics-cards/graphics-cards/rog-strix/rog-strix-rtx2080ti-a11g-gaming-model/)
|
4 years ago |
Habetdin
|
9b5d200a36
|
Add ASUS ROG Strix GTX1070Ti 8G Gaming (0x861D) GPU
|
4 years ago |
Chris
|
72ab809d25
|
Initial commit for the ASUS ROG Strix RTX2060S A8G Gaming GPU to resolve #2229
+ Add id to pci_ids.h
+ Register detector in AsusAuraGPUControllerDetect.cpp
+ Link to [webpage](https://rog.asus.com/us/graphics-cards/graphics-cards/rog-strix/rog-strix-rtx2060s-a8g-gaming-model/)
|
4 years ago |
TheRogueZeta
|
8b8845105a
|
Initial commit for Asus Arez Strix Vega 56 O8G
|
4 years ago |
Chris
|
9a68c4d3ba
|
Initial commit for the ASUS ROG Strix 2070S O8G Gaming (0x8729) GPU
+ Add id to pci_ids.h
+ Register detector in ENESMBusControllerDetect.cpp
|
4 years ago |