OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_dp_ps
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h
523
float
active_dp_ps
;
member in struct:dcn_bw_internal_vars
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_auto.c
1826
v->
active_dp_ps
= 0.0;
1828
v->
active_dp_ps
= v->
active_dp_ps
+ v->dpp_per_plane[k];
1856
if (v->
active_dp_ps
> 1.0) {
1857
v->active_dram_clock_change_latency_margin_y = v->active_dram_clock_change_latency_margin_y - (1.0 - 1.0 / (v->
active_dp_ps
- 1.0)) * v->swath_height_y[k] * (v->htotal[k] / v->pixel_clock[k]);
1863
if (v->
active_dp_ps
> 1.0) {
1864
v->active_dram_clock_change_latency_margin_c = v->active_dram_clock_change_latency_margin_c - (1.0 - 1.0 / (v->
active_dp_ps
- 1.0)) * v->swath_height_c[k] * (v->htotal[k] / v->pixel_clock[k]);
Completed in 66 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025