OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dram_refresh_rate
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv6xx_dpm.c
789
u32 dram_rows,
dram_refresh_rate
;
local in function:calculate_memory_refresh_rate
794
dram_refresh_rate
= 1 << ((RREG32(MC_SEQ_RESERVE_M) & 0x3) + 3);
796
return ((engine_clock * 10) *
dram_refresh_rate
/ dram_rows - 32) / 64;
radeon_rv770_dpm.c
730
u32
dram_refresh_rate
;
local in function:rv770_calculate_memory_refresh_rate
737
dram_refresh_rate
= 1 << (tmp + 3);
738
mc_arb_rfsh_rate = ((engine_clock * 10) *
dram_refresh_rate
/ dram_rows - 32) / 64;
radeon_si_dpm.c
4281
u32
dram_refresh_rate
;
local in function:si_calculate_memory_refresh_rate
4290
dram_refresh_rate
= 1 << ((RREG32(MC_SEQ_MISC0) & 0x3) + 3);
4291
mc_arb_rfsh_rate = ((engine_clock * 10) *
dram_refresh_rate
/ dram_rows - 32) / 64;
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c
4747
u32
dram_refresh_rate
;
local in function:si_calculate_memory_refresh_rate
4756
dram_refresh_rate
= 1 << ((RREG32(MC_SEQ_MISC0) & 0x3) + 3);
4757
mc_arb_rfsh_rate = ((engine_clock * 10) *
dram_refresh_rate
/ dram_rows - 32) / 64;
Completed in 26 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025