Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
f8adeb82
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 3 年多
通知
13
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
f8adeb82
编写于
7月 04, 2013
作者:
B
Ben Skeggs
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
drm/nvc0-/gr: remove hardcoding of UNK count/mask in GPCCS ucode
Signed-off-by:
N
Ben Skeggs
<
bskeggs@redhat.com
>
上级
8f6fe267
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
129 addition
and
95 deletion
+129
-95
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpc.fuc
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpc.fuc
+27
-2
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvd7.fuc.h
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvd7.fuc.h
+34
-31
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnve0.fuc.h
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnve0.fuc.h
+34
-31
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvf0.fuc.h
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvf0.fuc.h
+34
-31
未找到文件。
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpc.fuc
浏览文件 @
f8adeb82
...
...
@@ -42,8 +42,8 @@ tpc_count: .b32 0
tpc_mask: .b32 0
#if NV_PGRAPH_GPCX_UNK__SIZE > 0
unk_count: .b32
1
unk_mask: .b32
1
unk_count: .b32
0
unk_mask: .b32
0
#endif
cmd_queue: queue_init
...
...
@@ -115,6 +115,31 @@ init:
iord $r2 I[$r1 + 0x000] // MYINDEX
st b32 D[$r0 + #gpc_id] $r2
#if NV_PGRAPH_GPCX_UNK__SIZE > 0
// figure out which, and how many, UNKs are actually present
mov $r14 0x0c30
sethi $r14 0x500000
clear b32 $r2
clear b32 $r3
clear b32 $r4
init_unk_loop:
call #nv_rd32
cmp b32 $r15 0
bra z #init_unk_next
mov $r15 1
shl b32 $r15 $r2
or $r4 $r15
add b32 $r3 1
init_unk_next:
add b32 $r2 1
add b32 $r14 4
cmp b32 $r2 NV_PGRAPH_GPCX_UNK__SIZE
bra ne #init_unk_loop
init_unk_done:
st b32 D[$r0 + #unk_count] $r3
st b32 D[$r0 + #unk_mask] $r4
#endif
// initialise context base, and size tracking
mov $r2 0x800
shl b32 $r2 6
...
...
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvd7.fuc.h
浏览文件 @
f8adeb82
...
...
@@ -16,9 +16,9 @@ uint32_t nvd7_grgpc_data[] = {
/* 0x0018: tpc_mask */
0x00000000
,
/* 0x001c: unk_count */
0x0000000
1
,
0x0000000
0
,
/* 0x0020: unk_mask */
0x0000000
1
,
0x0000000
0
,
/* 0x0024: cmd_queue */
0x00000000
,
0x00000000
,
...
...
@@ -271,7 +271,7 @@ uint32_t nvd7_grgpc_code[] = {
0xf10004fe
,
0xf0120017
,
0x12d00227
,
0x
23
17f100
,
0x
57
17f100
,
0x0010fe04
,
0x040017f1
,
0xf0c010d0
,
...
...
@@ -286,7 +286,23 @@ uint32_t nvd7_grgpc_code[] = {
0x06038005
,
0x040010b7
,
0x800012cf
,
0x27f10402
,
0xe7f10402
,
0xe3f00c30
,
0xbd24bd50
,
/* 0x035f: init_unk_loop */
0xf444bd34
,
0xf6b06821
,
0x0f0bf400
,
0xbb01f7f0
,
0x4ffd04f2
,
0x0130b605
,
/* 0x0374: init_unk_next */
0xb60120b6
,
0x26b004e0
,
0xe21bf401
,
/* 0x0380: init_unk_done */
0x80070380
,
0x27f10804
,
0x24b60800
,
0x4022cf06
,
0x47f134bd
,
...
...
@@ -323,7 +339,7 @@ uint32_t nvd7_grgpc_code[] = {
0x10b74013
,
0x24bd0800
,
0xd01f29f0
,
/* 0x0
3e6
: main */
/* 0x0
41a
: main */
0x31f40012
,
0x0028f400
,
0xf424d7f0
,
...
...
@@ -335,12 +351,12 @@ uint32_t nvd7_grgpc_code[] = {
0xe4b60412
,
0x051efd01
,
0xf50018fe
,
0xf404
a8
21
,
/* 0x04
16
: main_not_ctx_xfer */
0xf404
dc
21
,
/* 0x04
4a
: main_not_ctx_xfer */
0xef94d30e
,
0x01f5f010
,
0x02ec21f5
,
/* 0x04
23
: ih */
/* 0x04
57
: ih */
0xf9c60ef4
,
0x0188fe80
,
0x90f980f9
,
...
...
@@ -355,7 +371,7 @@ uint32_t nvd7_grgpc_code[] = {
0xb70421f4
,
0xf00400b0
,
0xbed001e7
,
/* 0x04
59
: ih_no_fifo */
/* 0x04
8d
: ih_no_fifo */
0x400ad000
,
0xe0fcf0fc
,
0xb0fcd0fc
,
...
...
@@ -363,28 +379,28 @@ uint32_t nvd7_grgpc_code[] = {
0x88fe80fc
,
0xf480fc00
,
0x01f80032
,
/* 0x04
74
: hub_barrier_done */
/* 0x04
a8
: hub_barrier_done */
0x9801f7f0
,
0xfebb040e
,
0x18e7f104
,
0x40e3f094
,
0xf88d21f4
,
/* 0x04
89
: ctx_redswitch */
/* 0x04
bd
: ctx_redswitch */
0x14e7f100
,
0x06e4b606
,
0xd020f7f0
,
0xf7f000ef
,
/* 0x04
99
: ctx_redswitch_delay */
/* 0x04
cd
: ctx_redswitch_delay */
0x01f2b608
,
0xf1fd1bf4
,
0xd00a20f7
,
0x00f800ef
,
/* 0x04
a8
: ctx_xfer */
/* 0x04
dc
: ctx_xfer */
0x0a0417f1
,
0xd00614b6
,
0x11f4001f
,
0x
89
21f507
,
/* 0x04
b9
: ctx_xfer_not_load */
0x
bd
21f507
,
/* 0x04
ed
: ctx_xfer_not_load */
0xfc17f104
,
0x0213f04a
,
0xd00c27f0
,
...
...
@@ -424,13 +440,13 @@ uint32_t nvd7_grgpc_code[] = {
0x21f5015c
,
0x01f40207
,
0x1412f406
,
/* 0x05
54
: ctx_xfer_post */
/* 0x05
88
: ctx_xfer_post */
0x4afc17f1
,
0xf00213f0
,
0x12d00d27
,
0x0721f500
,
/* 0x05
65
: ctx_xfer_done */
0x
74
21f502
,
/* 0x05
99
: ctx_xfer_done */
0x
a8
21f502
,
0x0000f804
,
0x00000000
,
0x00000000
,
...
...
@@ -456,17 +472,4 @@ uint32_t nvd7_grgpc_code[] = {
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
};
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnve0.fuc.h
浏览文件 @
f8adeb82
...
...
@@ -16,9 +16,9 @@ uint32_t nve0_grgpc_data[] = {
/* 0x0018: tpc_mask */
0x00000000
,
/* 0x001c: unk_count */
0x0000000
1
,
0x0000000
0
,
/* 0x0020: unk_mask */
0x0000000
1
,
0x0000000
0
,
/* 0x0024: cmd_queue */
0x00000000
,
0x00000000
,
...
...
@@ -271,7 +271,7 @@ uint32_t nve0_grgpc_code[] = {
0xf10004fe
,
0xf0120017
,
0x12d00227
,
0x
23
17f100
,
0x
57
17f100
,
0x0010fe04
,
0x040017f1
,
0xf0c010d0
,
...
...
@@ -286,7 +286,23 @@ uint32_t nve0_grgpc_code[] = {
0x06038005
,
0x040010b7
,
0x800012cf
,
0x27f10402
,
0xe7f10402
,
0xe3f00c30
,
0xbd24bd50
,
/* 0x035f: init_unk_loop */
0xf444bd34
,
0xf6b06821
,
0x0f0bf400
,
0xbb01f7f0
,
0x4ffd04f2
,
0x0130b605
,
/* 0x0374: init_unk_next */
0xb60120b6
,
0x26b004e0
,
0xe21bf401
,
/* 0x0380: init_unk_done */
0x80070380
,
0x27f10804
,
0x24b60800
,
0x4022cf06
,
0x47f134bd
,
...
...
@@ -323,7 +339,7 @@ uint32_t nve0_grgpc_code[] = {
0x10b74013
,
0x24bd0800
,
0xd01f29f0
,
/* 0x0
3e6
: main */
/* 0x0
41a
: main */
0x31f40012
,
0x0028f400
,
0xf424d7f0
,
...
...
@@ -335,12 +351,12 @@ uint32_t nve0_grgpc_code[] = {
0xe4b60412
,
0x051efd01
,
0xf50018fe
,
0xf404
a8
21
,
/* 0x04
16
: main_not_ctx_xfer */
0xf404
dc
21
,
/* 0x04
4a
: main_not_ctx_xfer */
0xef94d30e
,
0x01f5f010
,
0x02ec21f5
,
/* 0x04
23
: ih */
/* 0x04
57
: ih */
0xf9c60ef4
,
0x0188fe80
,
0x90f980f9
,
...
...
@@ -355,7 +371,7 @@ uint32_t nve0_grgpc_code[] = {
0xb70421f4
,
0xf00400b0
,
0xbed001e7
,
/* 0x04
59
: ih_no_fifo */
/* 0x04
8d
: ih_no_fifo */
0x400ad000
,
0xe0fcf0fc
,
0xb0fcd0fc
,
...
...
@@ -363,28 +379,28 @@ uint32_t nve0_grgpc_code[] = {
0x88fe80fc
,
0xf480fc00
,
0x01f80032
,
/* 0x04
74
: hub_barrier_done */
/* 0x04
a8
: hub_barrier_done */
0x9801f7f0
,
0xfebb040e
,
0x18e7f104
,
0x40e3f094
,
0xf88d21f4
,
/* 0x04
89
: ctx_redswitch */
/* 0x04
bd
: ctx_redswitch */
0x14e7f100
,
0x06e4b606
,
0xd020f7f0
,
0xf7f000ef
,
/* 0x04
99
: ctx_redswitch_delay */
/* 0x04
cd
: ctx_redswitch_delay */
0x01f2b608
,
0xf1fd1bf4
,
0xd00a20f7
,
0x00f800ef
,
/* 0x04
a8
: ctx_xfer */
/* 0x04
dc
: ctx_xfer */
0x0a0417f1
,
0xd00614b6
,
0x11f4001f
,
0x
89
21f507
,
/* 0x04
b9
: ctx_xfer_not_load */
0x
bd
21f507
,
/* 0x04
ed
: ctx_xfer_not_load */
0xfc17f104
,
0x0213f04a
,
0xd00c27f0
,
...
...
@@ -424,13 +440,13 @@ uint32_t nve0_grgpc_code[] = {
0x21f5015c
,
0x01f40207
,
0x1412f406
,
/* 0x05
54
: ctx_xfer_post */
/* 0x05
88
: ctx_xfer_post */
0x4afc17f1
,
0xf00213f0
,
0x12d00d27
,
0x0721f500
,
/* 0x05
65
: ctx_xfer_done */
0x
74
21f502
,
/* 0x05
99
: ctx_xfer_done */
0x
a8
21f502
,
0x0000f804
,
0x00000000
,
0x00000000
,
...
...
@@ -456,17 +472,4 @@ uint32_t nve0_grgpc_code[] = {
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
};
drivers/gpu/drm/nouveau/core/engine/graph/fuc/gpcnvf0.fuc.h
浏览文件 @
f8adeb82
...
...
@@ -16,9 +16,9 @@ uint32_t nvf0_grgpc_data[] = {
/* 0x0018: tpc_mask */
0x00000000
,
/* 0x001c: unk_count */
0x0000000
1
,
0x0000000
0
,
/* 0x0020: unk_mask */
0x0000000
1
,
0x0000000
0
,
/* 0x0024: cmd_queue */
0x00000000
,
0x00000000
,
...
...
@@ -271,7 +271,7 @@ uint32_t nvf0_grgpc_code[] = {
0xf10004fe
,
0xf0120017
,
0x12d00227
,
0x
23
17f100
,
0x
57
17f100
,
0x0010fe04
,
0x040017f1
,
0xf0c010d0
,
...
...
@@ -286,7 +286,23 @@ uint32_t nvf0_grgpc_code[] = {
0x06038005
,
0x040010b7
,
0x800012cf
,
0x27f10402
,
0xe7f10402
,
0xe3f00c30
,
0xbd24bd50
,
/* 0x035f: init_unk_loop */
0xf444bd34
,
0xf6b06821
,
0x0f0bf400
,
0xbb01f7f0
,
0x4ffd04f2
,
0x0130b605
,
/* 0x0374: init_unk_next */
0xb60120b6
,
0x26b004e0
,
0xe21bf402
,
/* 0x0380: init_unk_done */
0x80070380
,
0x27f10804
,
0x24b60800
,
0x4022cf06
,
0x47f134bd
,
...
...
@@ -323,7 +339,7 @@ uint32_t nvf0_grgpc_code[] = {
0x10b74013
,
0x24bd0800
,
0xd01f29f0
,
/* 0x0
3e6
: main */
/* 0x0
41a
: main */
0x31f40012
,
0x0028f400
,
0xf424d7f0
,
...
...
@@ -335,12 +351,12 @@ uint32_t nvf0_grgpc_code[] = {
0xe4b60412
,
0x051efd01
,
0xf50018fe
,
0xf404
a8
21
,
/* 0x04
16
: main_not_ctx_xfer */
0xf404
dc
21
,
/* 0x04
4a
: main_not_ctx_xfer */
0xef94d30e
,
0x01f5f010
,
0x02ec21f5
,
/* 0x04
23
: ih */
/* 0x04
57
: ih */
0xf9c60ef4
,
0x0188fe80
,
0x90f980f9
,
...
...
@@ -355,7 +371,7 @@ uint32_t nvf0_grgpc_code[] = {
0xb70421f4
,
0xf00400b0
,
0xbed001e7
,
/* 0x04
59
: ih_no_fifo */
/* 0x04
8d
: ih_no_fifo */
0x400ad000
,
0xe0fcf0fc
,
0xb0fcd0fc
,
...
...
@@ -363,28 +379,28 @@ uint32_t nvf0_grgpc_code[] = {
0x88fe80fc
,
0xf480fc00
,
0x01f80032
,
/* 0x04
74
: hub_barrier_done */
/* 0x04
a8
: hub_barrier_done */
0x9801f7f0
,
0xfebb040e
,
0x18e7f104
,
0x40e3f094
,
0xf88d21f4
,
/* 0x04
89
: ctx_redswitch */
/* 0x04
bd
: ctx_redswitch */
0x14e7f100
,
0x06e4b606
,
0xd020f7f0
,
0xf7f000ef
,
/* 0x04
99
: ctx_redswitch_delay */
/* 0x04
cd
: ctx_redswitch_delay */
0x01f2b608
,
0xf1fd1bf4
,
0xd00a20f7
,
0x00f800ef
,
/* 0x04
a8
: ctx_xfer */
/* 0x04
dc
: ctx_xfer */
0x0a0417f1
,
0xd00614b6
,
0x11f4001f
,
0x
89
21f507
,
/* 0x04
b9
: ctx_xfer_not_load */
0x
bd
21f507
,
/* 0x04
ed
: ctx_xfer_not_load */
0xfc17f104
,
0x0213f04a
,
0xd00c27f0
,
...
...
@@ -424,13 +440,13 @@ uint32_t nvf0_grgpc_code[] = {
0x21f5015c
,
0x01f40207
,
0x1412f406
,
/* 0x05
54
: ctx_xfer_post */
/* 0x05
88
: ctx_xfer_post */
0x4afc17f1
,
0xf00213f0
,
0x12d00d27
,
0x0721f500
,
/* 0x05
65
: ctx_xfer_done */
0x
74
21f502
,
/* 0x05
99
: ctx_xfer_done */
0x
a8
21f502
,
0x0000f804
,
0x00000000
,
0x00000000
,
...
...
@@ -456,17 +472,4 @@ uint32_t nvf0_grgpc_code[] = {
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
0x00000000
,
};
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录