Home
last modified time | relevance | path

Searched refs:dm_test_gfx11_reg_ctx (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/tests/
H A Damdgpu_dm_plane_test.c29 struct dm_test_gfx11_reg_ctx { struct
40 static struct dm_test_gfx11_reg_ctx *dm_test_gfx11_reg_ctx; argument
46 if (!dm_test_gfx11_reg_ctx) in dm_test_gfx11_rreg32()
49 dm_test_gfx11_reg_ctx->called = true; in dm_test_gfx11_rreg32()
50 dm_test_gfx11_reg_ctx->captured_reg = reg; in dm_test_gfx11_rreg32()
51 dm_test_gfx11_reg_ctx->captured_acc_flags = acc_flags; in dm_test_gfx11_rreg32()
52 dm_test_gfx11_reg_ctx->captured_hwip = hwip; in dm_test_gfx11_rreg32()
53 dm_test_gfx11_reg_ctx->captured_xcc_id = xcc_id; in dm_test_gfx11_rreg32()
55 return dm_test_gfx11_reg_ctx->gb_addr_config; in dm_test_gfx11_rreg32()
1321 struct dm_test_gfx11_reg_ctx *ctx, in dm_test_setup_gfx11_device()
[all …]