OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sx_debug_1
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ni.c
903
u32
sx_debug_1
;
local in function:cayman_gpu_init
1181
sx_debug_1
= RREG32(
SX_DEBUG_1
);
1182
sx_debug_1
|= ENABLE_NEW_SMX_ADDRESS;
1183
WREG32(
SX_DEBUG_1
,
sx_debug_1
);
radeon_rv770.c
1179
u32
sx_debug_1
;
local in function:rv770_gpu_init
1414
sx_debug_1
= RREG32(
SX_DEBUG_1
);
1415
sx_debug_1
|= ENABLE_NEW_SMX_ADDRESS;
1416
WREG32(
SX_DEBUG_1
,
sx_debug_1
);
radeon_evergreen.c
3142
u32
sx_debug_1
;
local in function:evergreen_gpu_init
3544
sx_debug_1
= RREG32(
SX_DEBUG_1
);
3545
sx_debug_1
|= ENABLE_NEW_SMX_ADDRESS;
3546
WREG32(
SX_DEBUG_1
,
sx_debug_1
);
radeon_si.c
3104
u32
sx_debug_1
;
local in function:si_gpu_init
3320
sx_debug_1
= RREG32(
SX_DEBUG_1
);
3321
WREG32(
SX_DEBUG_1
,
sx_debug_1
);
/src/sys/external/bsd/drm/dist/shared-core/
r600_cp.c
723
u32
sx_debug_1
;
local in function:r600_gfx_init
903
sx_debug_1
= RADEON_READ(R600_SX_DEBUG_1);
904
sx_debug_1
|= R600_SMX_EVENT_RELEASE;
906
sx_debug_1
|= R600_ENABLE_NEW_SMX_ADDRESS;
907
RADEON_WRITE(R600_SX_DEBUG_1,
sx_debug_1
);
1268
u32
sx_debug_1
;
local in function:r700_gfx_init
1476
sx_debug_1
= RADEON_READ(R700_SX_DEBUG_1);
1477
sx_debug_1
|= R700_ENABLE_NEW_SMX_ADDRESS;
1478
RADEON_WRITE(R700_SX_DEBUG_1,
sx_debug_1
);
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v6_0.c
1585
u32
sx_debug_1
;
local in function:gfx_v6_0_constants_init
1745
sx_debug_1
= RREG32(mmSX_DEBUG_1);
1746
WREG32(mmSX_DEBUG_1,
sx_debug_1
);
Completed in 27 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025