Re: [Mesa-dev] [PATCH 1/3] gm107/ir: Emit SV_CLOCK system value

2017-03-30 Thread Boyan Ding
2017-03-31 11:21 GMT+08:00 Ilia Mirkin : > Did you check what the blob does? There's clocklo/hi and > globaltimerlo/hi. Without additional documentation, it's a bit hard to > tell the difference... Note that envydis's gf100.c/gk110.c disagree on > which is which. Probably not due to any architectur

Re: [Mesa-dev] [PATCH 1/3] gm107/ir: Emit SV_CLOCK system value

2017-03-30 Thread Ilia Mirkin
Did you check what the blob does? There's clocklo/hi and globaltimerlo/hi. Without additional documentation, it's a bit hard to tell the difference... Note that envydis's gf100.c/gk110.c disagree on which is which. Probably not due to any architectural reasons, but due to RE methodology. (From befo

[Mesa-dev] [PATCH 1/3] gm107/ir: Emit SV_CLOCK system value

2017-03-30 Thread Boyan Ding
Signed-off-by: Boyan Ding --- src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp index 6de3f396e3..ab9c94b4d0 100644