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_ip
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H
A
D
dcn_calcs.c
503
dlg_sys_param.t_srx_delay_us = dc->
dcn_ip
->dcfclk_cstate_latency / v->dcf_clk_deep_sleep;
in dcn_bw_calc_rq_dlg_ttu()
832
v->rob_buffer_size_in_kbyte = dc->
dcn_ip
->rob_buffer_size_in_kbyte;
in dcn_validate_bandwidth()
833
v->det_buffer_size_in_kbyte = dc->
dcn_ip
->det_buffer_size_in_kbyte;
in dcn_validate_bandwidth()
834
v->dpp_output_buffer_pixels = dc->
dcn_ip
->dpp_output_buffer_pixels;
in dcn_validate_bandwidth()
835
v->opp_output_buffer_lines = dc->
dcn_ip
->opp_output_buffer_lines;
in dcn_validate_bandwidth()
836
v->pixel_chunk_size_in_kbyte = dc->
dcn_ip
->pixel_chunk_size_in_kbyte;
in dcn_validate_bandwidth()
837
v->pte_enable = dc->
dcn_ip
->pte_enable;
in dcn_validate_bandwidth()
838
v->pte_chunk_size = dc->
dcn_ip
->pte_chunk_size;
in dcn_validate_bandwidth()
839
v->meta_chunk_size = dc->
dcn_ip
->meta_chunk_size;
in dcn_validate_bandwidth()
840
v->writeback_chunk_size = dc->
dcn_ip
in dcn_validate_bandwidth()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H
A
D
dcn_calcs.c
817
v->rob_buffer_size_in_kbyte = dc->
dcn_ip
->rob_buffer_size_in_kbyte;
in dcn_validate_bandwidth()
818
v->det_buffer_size_in_kbyte = dc->
dcn_ip
->det_buffer_size_in_kbyte;
in dcn_validate_bandwidth()
819
v->dpp_output_buffer_pixels = dc->
dcn_ip
->dpp_output_buffer_pixels;
in dcn_validate_bandwidth()
820
v->opp_output_buffer_lines = dc->
dcn_ip
->opp_output_buffer_lines;
in dcn_validate_bandwidth()
821
v->pixel_chunk_size_in_kbyte = dc->
dcn_ip
->pixel_chunk_size_in_kbyte;
in dcn_validate_bandwidth()
822
v->pte_enable = dc->
dcn_ip
->pte_enable;
in dcn_validate_bandwidth()
823
v->pte_chunk_size = dc->
dcn_ip
->pte_chunk_size;
in dcn_validate_bandwidth()
824
v->meta_chunk_size = dc->
dcn_ip
->meta_chunk_size;
in dcn_validate_bandwidth()
825
v->writeback_chunk_size = dc->
dcn_ip
->writeback_chunk_size;
in dcn_validate_bandwidth()
826
v->odm_capability = dc->
dcn_ip
in dcn_validate_bandwidth()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn10/
H
A
D
dcn10_fpu.c
132
struct dcn_ip_params *
dcn_ip
= dc->
dcn_ip
;
in dcn10_resource_construct_fp()
local
138
dcn_ip
->max_num_dpp = 3;
in dcn10_resource_construct_fp()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_resource.c
1490
memcpy(dc->
dcn_ip
, &dcn10_ip_defaults, sizeof(dcn10_ip_defaults));
in dcn10_resource_construct()
1495
struct dcn_ip_params *
dcn_ip
= dc->
dcn_ip
;
in dcn10_resource_construct()
local
1501
dcn_ip
->max_num_dpp = 3;
in dcn10_resource_construct()
1630
dc->
dcn_ip
->max_num_dpp = pool->base.pipe_count;
in dcn10_resource_construct()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
585
kfree(dc->
dcn_ip
);
in dc_destruct()
586
dc->
dcn_ip
= NULL;
in dc_destruct()
637
struct dcn_ip_params *
dcn_ip
;
in dc_construct()
local
675
dcn_ip
= kzalloc(sizeof(*
dcn_ip
), GFP_KERNEL);
in dc_construct()
676
if (!
dcn_ip
) {
in dc_construct()
677
dm_error("%s: failed to create
dcn_ip
\n", __func__);
in dc_construct()
681
dc->
dcn_ip
=
dcn_ip
;
in dc_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
845
kfree(dc->
dcn_ip
);
in dc_destruct()
846
dc->
dcn_ip
= NULL;
in dc_destruct()
899
struct dcn_ip_params *
dcn_ip
;
in dc_construct()
local
935
dcn_ip
= kzalloc(sizeof(*
dcn_ip
), GFP_KERNEL);
in dc_construct()
936
if (!
dcn_ip
) {
in dc_construct()
937
dm_error("%s: failed to create
dcn_ip
\n", __func__);
in dc_construct()
941
dc->
dcn_ip
=
dcn_ip
;
in dc_construct()
2163
ASSERT(dc->
dcn_ip
in process_deferred_updates()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_resource.c
1462
memcpy(dc->
dcn_ip
, &dcn10_ip_defaults, sizeof(dcn10_ip_defaults));
in dcn10_resource_construct()
1632
dc->
dcn_ip
->max_num_dpp = pool->base.pipe_count;
in dcn10_resource_construct()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
591
struct dcn_ip_params *
dcn_ip
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
953
struct dcn_ip_params *
dcn_ip
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H
A
D
dcn31_resource.c
2188
dc->
dcn_ip
->max_num_dpp = dcn3_1_ip.max_num_dpp;
in dcn31_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn315/
H
A
D
dcn315_resource.c
2122
dc->
dcn_ip
->max_num_dpp = dcn3_15_ip.max_num_dpp;
in dcn315_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/
H
A
D
dcn314_resource.c
2147
dc->
dcn_ip
->max_num_dpp = dcn3_14_ip.max_num_dpp;
in dcn314_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn316/
H
A
D
dcn316_resource.c
2009
dc->
dcn_ip
->max_num_dpp = dcn3_16_ip.max_num_dpp;
in dcn316_resource_construct()
Completed in 30 milliseconds