List of commits:
Subject Hash Author Date (UTC)
new PCI IDS ea4bc021abcfc66e48f6565ce02e719b1cf4db97 Sylvain BERTRAND 2014-09-01 09:03:12
mc fw2 issues are actually dpm issues eecf2acffb1798e42f4a77b1d351e62dc297fb17 Sylvain BERTRAND 2014-09-01 08:53:26
add no_dpm option because radeon dpm is a shame 003cb84f01f60e99b138d0694ddf58bebf724fd6 Sylvain BERTRAND 2014-09-01 08:41:24
page flip fix e51d9d4b1788c17633b0cdffd7a50309d51f8d0f Sylvain BERTRAND 2014-08-30 14:08:35
ack-ing the DCE irqs at the right time a12ec7f4781872de8d155e4e1d90b07df3e44c34 Sylvain BERTRAND 2014-08-28 15:23:29
normal programs use normal syscalls then ioctl 37589b6856d941efdc763eed41b237f4f62cb960 Sylvain BERTRAND 2014-07-08 19:01:52
new firware breaks the 3D pipeline 13db71ba4522d7266d68a21f43f25ee3781d0b92 Sylvain BERTRAND 2014-07-03 22:54:30
closed src or gnu gpl *not* v2 drivers are illegal dc1de426b639ffee863b0a211e9cf0e349f855f0 Sylvain BERTRAND 2014-07-03 17:59:46
compiling with 3.16 rc2 new mc fw code e00afdaeef8513da35c82cc82dcfee0745aa9129 Sylvain BERTRAND 2014-06-29 01:54:40
untested handling of new mc fw eb89a71b0af7781d1fc9ee226c1269b6d5183749 Sylvain BERTRAND 2014-06-29 01:26:15
become legal ef922b67f25aaf0c4f8cff5be572e53fb53bdfe5 Sylvain BERTRAND 2014-06-28 23:33:40
use usleep_range and fix a dp 1.1 time out d4183ce73e6ec7d7f3baf9d710dd2ba015b4a6a9 Sylvain BERTRAND 2014-02-19 20:09:44
fix dac a864ba601253674b679b07e4b1ddc00fb83a8cb6 Sylvain BERTRAND 2014-02-19 19:17:08
clear atombias dpm state and warn for instability 28b598d81f6a873f90d1a9325e3e1002743487a5 Sylvain BERTRAND 2014-02-19 19:10:43
CFG_MEM_SZ upper 16bits may have garbage f08f2e3471989e448d6d76ba02565fd9efc3293f Sylvain BERTRAND 2014-02-19 17:55:38
fix ena rbs mask performance critical bug 289497449dd0f2acb09e03f65988e22e45948fb6 Sylvain BERTRAND 2014-02-19 17:15:18
upstream confirm bug, fixed e2142c3fdfc01d51e7fec7687ec4d02f548ce763 Sylvain BERTRAND 2014-02-18 16:10:14
mainly bug fixing 1650d6a6e13bd81a4df9bfaa84a5daef2989ccdf Sylvain BERTRAND 2014-02-18 12:46:40
dump smc sw regs 5b42263039c858624ff411d94318f6ef5171a864 Sylvain BERTRAND 2014-02-17 12:22:26
disable switch to low power when no display 69f94e04ea89c1fe9ccaef153da5f5ade232c2a1 Sylvain BERTRAND 2014-02-17 09:59:28
Commit ea4bc021abcfc66e48f6565ce02e719b1cf4db97 - new PCI IDS
Author: Sylvain BERTRAND
Author date (UTC): 2014-09-01 09:03
Committer name: Sylvain BERTRAND
Committer date (UTC): 2014-09-01 09:03
Parent(s): eecf2acffb1798e42f4a77b1d351e62dc297fb17
Signing key:
Tree: c0bd1d7584565393e7fa51dca5771511a4c2d973
File Lines added Lines deleted
drivers/gpu/alga/amd/si/drv.c 4 0
File drivers/gpu/alga/amd/si/drv.c changed (mode: 100644) (index 2da74d9..6a676e9)
... ... static DEFINE_PCI_DEVICE_TABLE(pci_tbl) =
887 887 {PCI_VENDOR_ID_ATI, 0x6601, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND}, {PCI_VENDOR_ID_ATI, 0x6601, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND},
888 888 {PCI_VENDOR_ID_ATI, 0x6602, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND}, {PCI_VENDOR_ID_ATI, 0x6602, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND},
889 889 {PCI_VENDOR_ID_ATI, 0x6603, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND}, {PCI_VENDOR_ID_ATI, 0x6603, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND},
890 {PCI_VENDOR_ID_ATI, 0x6604, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND},
891 {PCI_VENDOR_ID_ATI, 0x6605, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND},
890 892 {PCI_VENDOR_ID_ATI, 0x6606, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND}, {PCI_VENDOR_ID_ATI, 0x6606, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND},
891 893 {PCI_VENDOR_ID_ATI, 0x6607, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND}, {PCI_VENDOR_ID_ATI, 0x6607, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND},
894 {PCI_VENDOR_ID_ATI, 0x6608, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND},
892 895 {PCI_VENDOR_ID_ATI, 0x6610, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND}, {PCI_VENDOR_ID_ATI, 0x6610, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND},
893 896 {PCI_VENDOR_ID_ATI, 0x6611, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND}, {PCI_VENDOR_ID_ATI, 0x6611, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND},
894 897 {PCI_VENDOR_ID_ATI, 0x6613, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND}, {PCI_VENDOR_ID_ATI, 0x6613, PCI_ANY_ID, PCI_ANY_ID, 0, 0, OLAND},
 
... ... static DEFINE_PCI_DEVICE_TABLE(pci_tbl) =
933 936 {PCI_VENDOR_ID_ATI, 0x6829, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VERDE}, {PCI_VENDOR_ID_ATI, 0x6829, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VERDE},
934 937 {PCI_VENDOR_ID_ATI, 0x682a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VERDE}, {PCI_VENDOR_ID_ATI, 0x682a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VERDE},
935 938 {PCI_VENDOR_ID_ATI, 0x682b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VERDE}, {PCI_VENDOR_ID_ATI, 0x682b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VERDE},
939 {PCI_VENDOR_ID_ATI, 0x682c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VERDE},
936 940 {PCI_VENDOR_ID_ATI, 0x682d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VERDE}, {PCI_VENDOR_ID_ATI, 0x682d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VERDE},
937 941 {PCI_VENDOR_ID_ATI, 0x682f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VERDE}, {PCI_VENDOR_ID_ATI, 0x682f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VERDE},
938 942 {PCI_VENDOR_ID_ATI, 0x6830, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VERDE}, {PCI_VENDOR_ID_ATI, 0x6830, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VERDE},
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/linux-gpu-amd-si

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/linux-gpu-amd-si

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/linux-gpu-amd-si

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main