List of commits:
Subject Hash Author Date (UTC)
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
finish smc switch to driver power state 6f99d0a01491dd671174919d842a771ac4a81a4b Sylvain BERTRAND 2014-02-17 09:47:02
pcie things and follow upstream for dyn pm init f4fb120597276a3badc08eec30783b10d111f756 Sylvain BERTRAND 2014-02-17 09:00:00
dump performance state tbls 06a22756b504ecf4523c86f657104e0b970195de Sylvain BERTRAND 2014-02-14 17:02:23
smc_mc_arb_tbl init for the driver state 5d1868e75b11164dbb97caaddbc7992b252ab973 Sylvain BERTRAND 2014-02-14 13:01:26
smc_mc_reg tbl init for the driver state e8aa12b1c87571031098c4427822733a74133afc Sylvain BERTRAND 2014-02-14 11:32:04
installation of the perf pwr state continued 535c853e7d0a0ab04fbff3b0d5613ef9a34d525c Sylvain BERTRAND 2014-02-13 19:16:33
installation of the perf pwr state continued b229eef2798acbe053aa09e47c213e23749638dd Sylvain BERTRAND 2014-02-13 10:48:02
dyn pm second part continuation 95dd7b4754476a014d8f84854e5b2ce5c81d23b4 Sylvain BERTRAND 2014-02-12 20:15:03
Commit e00afdaeef8513da35c82cc82dcfee0745aa9129 - compiling with 3.16 rc2 new mc fw code
Author: Sylvain BERTRAND
Author date (UTC): 2014-06-29 01:54
Committer name: Sylvain BERTRAND
Committer date (UTC): 2014-06-29 01:54
Parent(s): eb89a71b0af7781d1fc9ee226c1269b6d5183749
Signing key:
Tree: c84b4d049811fefd0b2a98dd65a2e4090d6a0d36
File Lines added Lines deleted
drivers/gpu/alga/amd/si/dyn_pm/ulv.c 1 1
drivers/gpu/alga/amd/si/intr_irq.c 1 0
drivers/gpu/alga/amd/si/mc.c 3 3
File drivers/gpu/alga/amd/si/dyn_pm/ulv.c changed (mode: 100644) (index ff96b5c..1e5b8ea)
28 28 #include "../gpu.h" #include "../gpu.h"
29 29 #include "../drv.h" #include "../drv.h"
30 30
31 #include "../smc.h"
31 32 #include "../smc_tbls.h" #include "../smc_tbls.h"
32 33
33 34 #include "../regs.h" #include "../regs.h"
34 35
35 36 #include "ctx.h" #include "ctx.h"
36 37 #include "private.h" #include "private.h"
37 #include "smc.h"
38 38 #include "smc_lvl.h" #include "smc_lvl.h"
39 39 #include "smc_mc_reg_tbl.h" #include "smc_mc_reg_tbl.h"
40 40 #include "smc_mc_arb_tbl.h" #include "smc_mc_arb_tbl.h"
File drivers/gpu/alga/amd/si/intr_irq.c changed (mode: 100644) (index 37a9868..5d9ee8f)
4 4 See README at root of alga tree. See README at root of alga tree.
5 5 */ */
6 6 #include <linux/pci.h> #include <linux/pci.h>
7 #include <linux/irqreturn.h>
7 8 #include <linux/cdev.h> #include <linux/cdev.h>
8 9
9 10 #include <alga/rng_mng.h> #include <alga/rng_mng.h>
File drivers/gpu/alga/amd/si/mc.c changed (mode: 100644) (index 1ff4ebf..274ade8)
... ... long mc_ucode_load(struct pci_dev *dev)
267 267 dd->mc_fw_dws = 0; dd->mc_fw_dws = 0;
268 268 switch (dd->family) { switch (dd->family) {
269 269 case TAHITI: case TAHITI:
270 dd->mc_fw_dws = TAHITI_FW_DWS;
270 dd->mc_fw_dws = TAHITI_MC_FW_DWS;
271 271 break; break;
272 272 case PITCAIRN: case PITCAIRN:
273 dd->mc_fw_dws = PITCAIRN_FW_DWS;
273 dd->mc_fw_dws = PITCAIRN_MC_FW_DWS;
274 274 break; break;
275 275 case VERDE: case VERDE:
276 dd->mc_fw_dws = VERDE_FW_DWS;
276 dd->mc_fw_dws = VERDE_MC_FW_DWS;
277 277 break; break;
278 278 case OLAND: case OLAND:
279 279 dd->mc_fw_dws = OLAND_MC_FW_DWS; dd->mc_fw_dws = OLAND_MC_FW_DWS;
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