Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dcn_bw_yes
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H
A
D
dcn_calc_auto.c
44
if (v->allow_different_hratio_vratio ==
dcn_bw_yes
) {
in scaler_settings_calculation()
130
v->scale_ratio_support =
dcn_bw_yes
;
in mode_support_and_system_configuration()
138
v->source_format_pixel_and_scan_support =
dcn_bw_yes
;
in mode_support_and_system_configuration()
177
if (v->dcc_enable[k] ==
dcn_bw_yes
) {
in mode_support_and_system_configuration()
180
if (v->pte_enable ==
dcn_bw_yes
&& v->source_scan[k] != dcn_bw_hor && (v->source_surface_mode[k] == dcn_bw_sw_4_kb_s || v->source_surface_mode[k] == dcn_bw_sw_4_kb_s_x || v->source_surface_mode[k] == dcn_bw_sw_4_kb_d || v->source_surface_mode[k] == dcn_bw_sw_4_kb_d_x)) {
in mode_support_and_system_configuration()
183
else if (v->pte_enable ==
dcn_bw_yes
&& v->source_scan[k] == dcn_bw_hor && (v->source_pixel_format[k] == dcn_bw_rgb_sub_64 || v->source_pixel_format[k] == dcn_bw_rgb_sub_32) && (v->source_surface_mode[k] == dcn_bw_sw_64_kb_s || v->source_surface_mode[k] == dcn_bw_sw_64_kb_s_t || v->source_surface_mode[k] == dcn_bw_sw_64_kb_s_x || v->source_surface_mode[k] == dcn_bw_sw_64_kb_d || v->source_surface_mode[k] == dcn_bw_sw_64_kb_d_t || v->source_surface_mode[k] == dcn_bw_sw_64_kb_d_x)) {
in mode_support_and_system_configuration()
186
else if (v->pte_enable ==
dcn_bw_yes
) {
in mode_support_and_system_configuration()
207
if (v->dcc_enable[k] ==
dcn_bw_yes
) {
in mode_support_and_system_configuration()
208
v->dcc_enabled_in_any_plane =
dcn_bw_yes
;
in mode_support_and_system_configuration()
214
if (v->dcc_enabled_in_any_plane ==
dcn_bw_yes
in mode_support_and_system_configuration()
[all...]
H
A
D
dcn_calcs.c
131
.pte_enable =
dcn_bw_yes
,
516
v->pte_enable ==
dcn_bw_yes
,
in dcn_bw_calc_rq_dlg_ttu()
906
v->allow_different_hratio_vratio =
dcn_bw_yes
;
in dcn_validate_bandwidth()
931
v->dcc_enable[input_idx] =
dcn_bw_yes
;
in dcn_validate_bandwidth()
1008
v->dcc_enable[input_idx] = pipe->plane_state->dcc.enable ?
dcn_bw_yes
: dcn_bw_no;
in dcn_validate_bandwidth()
1019
pipe->plane_state->format, &bpe) ?
dcn_bw_yes
: dcn_bw_no;
in dcn_validate_bandwidth()
1042
if (v->is_line_buffer_bpp_fixed ==
dcn_bw_yes
)
in dcn_validate_bandwidth()
1771
dc->dml.ip.pte_enable = dc->dcn_ip->pte_enable ==
dcn_bw_yes
;
in dcn_bw_sync_calcs_and_dml()
1777
dc->dml.ip.IsLineBufferBppFixed = dc->dcn_ip->is_line_buffer_bpp_fixed ==
dcn_bw_yes
;
in dcn_bw_sync_calcs_and_dml()
1796
dc->dcn_ip->can_vstartup_lines_exceed_vsync_plus_back_porch_lines_minus_one ==
dcn_bw_yes
;
in dcn_bw_sync_calcs_and_dml()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H
A
D
dcn_calc_auto.c
44
if (v->allow_different_hratio_vratio ==
dcn_bw_yes
) {
in scaler_settings_calculation()
130
v->scale_ratio_support =
dcn_bw_yes
;
in mode_support_and_system_configuration()
138
v->source_format_pixel_and_scan_support =
dcn_bw_yes
;
in mode_support_and_system_configuration()
177
if (v->dcc_enable[k] ==
dcn_bw_yes
) {
in mode_support_and_system_configuration()
180
if (v->pte_enable ==
dcn_bw_yes
&& v->source_scan[k] != dcn_bw_hor && (v->source_surface_mode[k] == dcn_bw_sw_4_kb_s || v->source_surface_mode[k] == dcn_bw_sw_4_kb_s_x || v->source_surface_mode[k] == dcn_bw_sw_4_kb_d || v->source_surface_mode[k] == dcn_bw_sw_4_kb_d_x)) {
in mode_support_and_system_configuration()
183
else if (v->pte_enable ==
dcn_bw_yes
&& v->source_scan[k] == dcn_bw_hor && (v->source_pixel_format[k] == dcn_bw_rgb_sub_64 || v->source_pixel_format[k] == dcn_bw_rgb_sub_32) && (v->source_surface_mode[k] == dcn_bw_sw_64_kb_s || v->source_surface_mode[k] == dcn_bw_sw_64_kb_s_t || v->source_surface_mode[k] == dcn_bw_sw_64_kb_s_x || v->source_surface_mode[k] == dcn_bw_sw_64_kb_d || v->source_surface_mode[k] == dcn_bw_sw_64_kb_d_t || v->source_surface_mode[k] == dcn_bw_sw_64_kb_d_x)) {
in mode_support_and_system_configuration()
186
else if (v->pte_enable ==
dcn_bw_yes
) {
in mode_support_and_system_configuration()
207
if (v->dcc_enable[k] ==
dcn_bw_yes
) {
in mode_support_and_system_configuration()
208
v->dcc_enabled_in_any_plane =
dcn_bw_yes
;
in mode_support_and_system_configuration()
214
if (v->dcc_enabled_in_any_plane ==
dcn_bw_yes
in mode_support_and_system_configuration()
[all...]
H
A
D
dcn_calcs.c
131
.pte_enable =
dcn_bw_yes
,
518
v->pte_enable ==
dcn_bw_yes
,
in dcn_bw_calc_rq_dlg_ttu()
891
v->allow_different_hratio_vratio =
dcn_bw_yes
;
in dcn_validate_bandwidth()
916
v->dcc_enable[input_idx] =
dcn_bw_yes
;
in dcn_validate_bandwidth()
993
v->dcc_enable[input_idx] = pipe->plane_state->dcc.enable ?
dcn_bw_yes
: dcn_bw_no;
in dcn_validate_bandwidth()
1004
pipe->plane_state->format, &bpe) ?
dcn_bw_yes
: dcn_bw_no;
in dcn_validate_bandwidth()
1027
if (v->is_line_buffer_bpp_fixed ==
dcn_bw_yes
)
in dcn_validate_bandwidth()
1723
dc->dml.ip.pte_enable = dc->dcn_ip->pte_enable ==
dcn_bw_yes
;
in dcn_bw_sync_calcs_and_dml()
1729
dc->dml.ip.IsLineBufferBppFixed = dc->dcn_ip->is_line_buffer_bpp_fixed ==
dcn_bw_yes
;
in dcn_bw_sync_calcs_and_dml()
1748
dc->dcn_ip->can_vstartup_lines_exceed_vsync_plus_back_porch_lines_minus_one ==
dcn_bw_yes
;
in dcn_bw_sync_calcs_and_dml()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H
A
D
dcn_calcs.h
58
dcn_bw_yes
,
enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H
A
D
dcn_calcs.h
58
dcn_bw_yes
,
enumerator
Completed in 10 milliseconds