Trigger Huang
6b1ff3ddc6
drm/amdgpu: add basic func for RLC program reg
...
New feature for RLC, some registers can be programmed by
RLC interface under SR-IOV VF:
WREG32_SOC15_RLC_SHADOW:
1, for GRBM_GFX_CNTL, firstly the new register value should be be
programmed to SCRATCH_REG2
1, for GRBM_GFX_INDEX, firstly the new register value should be be
programmed to SCRATCH_REG3
WREG32_RLC:
for registers supported to be programmed by RLC interface, the
following sequence should be used:
1, write the value to SCRATCH_REG0
2, write reg | 0x80000000 to SCRATCH_REG1
3, write 0x1 to RLC_SPARE_INT to notify RLC
4, polling SCRATCH_REG1 to check if finished
Signed-off-by: Trigger Huang <Trigger.Huang@amd.com >
Reviewed-by: Alex Deucher <alexander.deucher@amd.com >
Signed-off-by: Alex Deucher <alexander.deucher@amd.com >
2019-05-24 12:20:51 -05:00
..
2019-05-16 19:05:35 -07:00
2019-05-08 14:40:39 +02:00
2019-05-07 13:39:22 -07:00
2019-05-16 19:08:15 -07:00
2019-04-25 23:52:29 -04:00
2019-05-15 08:46:44 -07:00
2019-05-16 19:08:15 -07:00
2019-05-05 19:34:00 +02:00
2019-05-16 09:19:14 -07:00
2019-05-08 10:34:17 -07:00
2019-05-16 19:05:35 -07:00
2019-05-19 11:11:20 -07:00
2019-04-25 21:33:41 +02:00
2019-05-16 19:05:35 -07:00
2019-05-16 08:31:32 -07:00
2019-05-15 18:56:50 -07:00
2019-05-09 08:51:45 -07:00
2019-05-16 07:22:42 -07:00
2019-05-16 11:55:35 -07:00
2019-05-07 13:39:22 -07:00
2019-05-14 09:47:50 -07:00
2019-05-19 10:58:45 -07:00
2019-05-16 09:19:14 -07:00
2019-05-07 13:39:22 -07:00
2019-05-19 10:58:45 -07:00
2019-05-24 12:20:51 -05:00
2019-05-18 11:49:57 +09:00
2019-05-16 16:16:18 -07:00
2019-05-07 13:39:22 -07:00
2019-05-17 19:29:40 +02:00
2019-05-07 08:50:40 -07:00
2019-05-08 16:47:23 -07:00
2019-05-15 18:50:40 -07:00
2019-05-14 20:56:31 -07:00
2019-05-16 08:31:32 -07:00
2019-05-19 10:58:45 -07:00
2019-05-19 10:58:45 -07:00
2019-05-07 22:03:58 -07:00
2019-05-14 10:39:08 -07:00
2019-05-06 10:19:19 -06:00
2019-05-16 19:05:35 -07:00
2019-05-16 15:55:48 -07:00
2019-05-18 11:49:56 +09:00
2019-05-16 19:05:35 -07:00
2019-05-07 12:56:19 -07:00
2019-05-16 19:05:35 -07:00
2019-05-19 11:11:20 -07:00
2019-05-16 19:05:35 -07:00
2019-05-14 19:52:52 -07:00
2019-05-18 11:49:57 +09:00
2019-05-07 22:03:58 -07:00
2019-05-15 18:56:50 -07:00
2019-05-16 19:08:15 -07:00
2019-05-16 09:19:14 -07:00
2019-05-13 08:52:37 -07:00
2019-05-03 23:47:39 +02:00
2019-05-09 08:40:55 -07:00
2019-05-14 10:30:10 -07:00
2019-05-14 19:52:52 -07:00
2019-04-23 12:29:37 +01:00
2019-05-08 10:03:52 -07:00
2019-05-14 10:39:08 -07:00
2019-05-14 10:39:08 -07:00
2019-05-15 18:50:40 -07:00
2019-05-14 19:52:51 -07:00
2019-05-09 09:19:26 -07:00
2019-05-19 11:11:20 -07:00
2019-05-14 19:52:50 -07:00
2019-05-06 22:52:14 +09:00
2019-05-16 09:19:14 -07:00
2019-05-16 09:19:14 -07:00
2019-05-17 10:08:59 -07:00
2019-05-14 09:47:46 -07:00
2019-05-14 09:47:46 -07:00
2019-05-14 19:52:52 -07:00
2019-05-19 10:58:45 -07:00
2019-05-16 09:19:14 -07:00
2019-05-07 22:03:58 -07:00
2019-05-16 11:57:16 -07:00
2019-05-18 11:49:57 +09:00
2019-05-16 09:19:14 -07:00
2019-05-16 16:16:18 -07:00
2019-05-07 13:39:22 -07:00
2019-05-19 09:56:36 -07:00
2019-05-18 11:49:57 +09:00
2019-05-14 09:47:46 -07:00
2019-05-14 14:12:59 -07:00
2019-05-17 11:07:42 +02:00
2019-05-14 19:52:52 -07:00
2019-05-12 13:11:35 -04:00
2019-05-07 13:39:22 -07:00
2019-05-16 08:31:32 -07:00
2019-05-15 18:44:52 -07:00
2019-04-25 21:33:37 +02:00
2019-04-25 21:33:37 +02:00