Home
last modified time | relevance | path

Searched refs:critical_point (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/radeon/
H A Dr100.c3228 int critical_point = 0, critical_point2; in r100_bandwidth_update() local
3504 critical_point = dfixed_trunc(crit_point_ff); in r100_bandwidth_update()
3507 critical_point = 0; in r100_bandwidth_update()
3514 if (max_stop_req - critical_point < 4) in r100_bandwidth_update()
3515 critical_point = 0; in r100_bandwidth_update()
3517 if (critical_point == 0 && mode2 && rdev->family == CHIP_R300) { in r100_bandwidth_update()
3519 critical_point = 0x10; in r100_bandwidth_update()
3539 (critical_point << RADEON_GRPH_CRITICAL_POINT_SHIFT))); in r100_bandwidth_update()
3549 (critical_point << RS400_DISP1_START_REQ_LEVEL_SHIFT) | in r100_bandwidth_update()
3550 (critical_point << RS400_DISP1_STOP_REQ_LEVEL_SHIFT))); in r100_bandwidth_update()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/
H A Ddcn_calcs.h300 float critical_point; member
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c217 …v->critical_point = 2.0 * v->return_bus_width * v->dcfclk_per_state[i] * v->urgent_latency / (v->r… in mode_support_and_system_configuration()
218 …if (v->dcc_enabled_in_any_plane == dcn_bw_yes && v->critical_point > 1.0 && v->critical_point < 4.… in mode_support_and_system_configuration()
225 …v->critical_point = 2.0 * v->return_bus_width * v->dcfclk_per_state[i] * v->urgent_latency / (v->r… in mode_support_and_system_configuration()
226 …if (v->dcc_enabled_in_any_plane == dcn_bw_yes && v->critical_point > 1.0 && v->critical_point < 4.… in mode_support_and_system_configuration()