Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/include/
Dbios_parser_types.h327 uint32_t dram_clock_change_latency_100ns; member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c1111 if (bb_info.dram_clock_change_latency_100ns > 0) in init_soc_bounding_box()
1113 bb_info.dram_clock_change_latency_100ns * 10; in init_soc_bounding_box()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c1041 if (bb_info.dram_clock_change_latency_100ns > 0) in init_soc_bounding_box()
1043 bb_info.dram_clock_change_latency_100ns * 10; in init_soc_bounding_box()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1513 if (bb_info.dram_clock_change_latency_100ns > 0) in init_soc_bounding_box()
1514 dcn3_01_soc.dram_clock_change_latency_us = bb_info.dram_clock_change_latency_100ns * 10; in init_soc_bounding_box()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c1741 if (bb_info.dram_clock_change_latency_100ns > 0) in init_soc_bounding_box()
1742 dcn3_0_soc.dram_clock_change_latency_us = bb_info.dram_clock_change_latency_100ns * 10; in init_soc_bounding_box()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser2.c879 soc_bb_info->dram_clock_change_latency_100ns = disp_cntl_tbl->max_mclk_chg_lat; in get_soc_bb_info_v4_4()