HomeSort by: relevance | last modified time | path
    Searched refs:nbp_state_dram_speed_change_latency_supported (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dce_calcs.h 364 struct bw_fixed nbp_state_dram_speed_change_latency_supported; member in struct:bw_calcs_data
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
calcs_logger.h 381 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] nbp_state_dram_speed_change_latency_supported: %d",
382 bw_fixed_to_int(data->nbp_state_dram_speed_change_latency_supported));
amdgpu_dce_calcs.c 1993 data->nbp_state_dram_speed_change_latency_supported = bw_int_to_fixed(99999);
1996 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 16 milliseconds