OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:full_recout_width
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_dml1_display_rq_dlg_calc.c
1111
unsigned int
full_recout_width
;
local
1639
full_recout_width
= 0;
1641
if (e2e_pipe_param.pipe.dest.
full_recout_width
== 0) {
1643
full_recout_width
= e2e_pipe_param.pipe.dest.recout_width * 2; /* assume half split for dcn1 */
1645
full_recout_width
= e2e_pipe_param.pipe.dest.
full_recout_width
;
1647
full_recout_width
= e2e_pipe_param.pipe.dest.recout_width;
1653
full_recout_width
,
1663
full_recout_width
,
1669
DTRACE("DLG: %s:
full_recout_width
= %d", __func__, full_recout_width)
[
all
...]
display_mode_structs.h
315
unsigned int
full_recout_width
;
member in struct:_vcs_dpi_display_pipe_dest_params_st
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c
897
unsigned int
full_recout_width
;
local
1198
full_recout_width
= 0;
1202
// combine, you MUST specify the
full_recout_width
...according to Oswin
1203
if (dst->
full_recout_width
== 0 && !dst->odm_combine) {
1204
dml_print("DML_DLG: %s: Warning:
full_recout_width
not set in hsplit mode\n",
1206
full_recout_width
= dst->recout_width * 2; // assume half split for dcn1
1208
full_recout_width
= dst->
full_recout_width
;
1210
full_recout_width
= dst->recout_width;
1217
full_recout_width
,
[
all
...]
amdgpu_display_rq_dlg_calc_20v2.c
897
unsigned int
full_recout_width
;
local
1199
full_recout_width
= 0;
1203
// combine, you MUST specify the
full_recout_width
...according to Oswin
1204
if (dst->
full_recout_width
== 0 && !dst->odm_combine) {
1205
dml_print("DML_DLG: %s: Warning:
full_recout_width
not set in hsplit mode\n",
1207
full_recout_width
= dst->recout_width * 2; // assume half split for dcn1
1209
full_recout_width
= dst->
full_recout_width
;
1211
full_recout_width
= dst->recout_width;
1218
full_recout_width
,
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c
715
full_src_vp_width = pipe_param.scale_ratio_depth.hscl_ratio_c * pipe_param.dest.
full_recout_width
;
718
full_src_vp_width = pipe_param.scale_ratio_depth.hscl_ratio * pipe_param.dest.
full_recout_width
;
943
unsigned int
full_recout_width
;
local
1250
full_recout_width
= 0;
1254
// combine, you MUST specify the
full_recout_width
...according to Oswin
1255
if (dst->
full_recout_width
== 0 && !dst->odm_combine) {
1257
"DML_DLG: %s: Warning:
full_recout_width
not set in hsplit mode\n",
1259
full_recout_width
= dst->recout_width * 2; // assume half split for dcn1
1261
full_recout_width
= dst->
full_recout_width
;
[
all
...]
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026