List of commits:
Subject Hash Author Date (UTC)
typo ccb7d6e12b38adecd8a77bfce7bcc67c4bd361f4 Sylvain BERTRAND 2014-09-01 10:29:10
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
Commit ccb7d6e12b38adecd8a77bfce7bcc67c4bd361f4 - typo
Author: Sylvain BERTRAND
Author date (UTC): 2014-09-01 10:29
Committer name: Sylvain BERTRAND
Committer date (UTC): 2014-09-01 10:29
Parent(s): ea4bc021abcfc66e48f6565ce02e719b1cf4db97
Signing key:
Tree: dfcf6f20dcd804587818d8c3dd46bccb7765576d
File Lines added Lines deleted
drivers/gpu/alga/amd/si/dyn_pm/dyn_pm.c 1 1
drivers/gpu/alga/amd/si/smc.h 1 1
File drivers/gpu/alga/amd/si/dyn_pm/dyn_pm.c changed (mode: 100644) (index 1a5818c..56ea94e)
... ... static long init(struct ctx *ctx)
815 815 smc_clk_start(ctx->dev); smc_clk_start(ctx->dev);
816 816
817 817 LOG("tell the smc there is no active display"); LOG("tell the smc there is no active display");
818 r = smc_msg(ctx->dev, SMG_MSG_NO_DISPLAY);
818 r = smc_msg(ctx->dev, SMC_MSG_NO_DISPLAY);
819 819 if (r == -SI_ERR) { if (r == -SI_ERR) {
820 820 dev_err(&ctx->dev->dev, "dyn_pm:init:unable to tell the smc there is no active display\n"); dev_err(&ctx->dev->dev, "dyn_pm:init:unable to tell the smc there is no active display\n");
821 821 goto err_clr_vc; goto err_clr_vc;
File drivers/gpu/alga/amd/si/smc.h changed (mode: 100644) (index 38c11bf..a0a942d)
... ... void smc_halt_wait(struct pci_dev *dev);
32 32 #define SMC_MSG_CAC_DIS 0x0054 #define SMC_MSG_CAC_DIS 0x0054
33 33 #define SMC_TDP_CLAMPING_ON 0x0059 #define SMC_TDP_CLAMPING_ON 0x0059
34 34 #define SMC_TDP_CLAMPING_OFF 0x005a #define SMC_TDP_CLAMPING_OFF 0x005a
35 #define SMG_MSG_NO_DISPLAY 0x005d
35 #define SMC_MSG_NO_DISPLAY 0x005d
36 36 #define SMC_MSG_HAS_DISPLAY 0x005e #define SMC_MSG_HAS_DISPLAY 0x005e
37 37 #define SMC_MSG_UVD_PWR_OFF 0x0060 #define SMC_MSG_UVD_PWR_OFF 0x0060
38 38 #define SMC_MSG_UVD_PWR_ON 0x0061 #define SMC_MSG_UVD_PWR_ON 0x0061
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