Searched refs:nbp_state_dram_speed_change_latency_supported (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/
H A Ddce_calcs.h362 struct bw_fixed nbp_state_dram_speed_change_latency_supported; member in struct:bw_calcs_data
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Dcalcs_logger.h379 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] nbp_state_dram_speed_change_latency_supported: %d",
380 bw_fixed_to_int(data->nbp_state_dram_speed_change_latency_supported));
H A Ddce_calcs.c1996 data->nbp_state_dram_speed_change_latency_supported = bw_int_to_fixed(99999);
1999 data->nbp_state_dram_speed_change_latency_supported = bw_min2(data->nbp_state_dram_speed_change_latency_supported, bw_add(bw_sub(data->maximum_latency_hiding_with_cursor[i], data->nbp_state_change_watermark[i]), vbios->nbp_state_change_latency));

Completed in 93 milliseconds