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:tmp_crtc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_core_perf.c
150
struct drm_crtc *
tmp_crtc
;
in dpu_core_perf_crtc_check()
local
176
drm_for_each_crtc(
tmp_crtc
, crtc->dev) {
in dpu_core_perf_crtc_check()
177
if (
tmp_crtc
->enabled &&
in dpu_core_perf_crtc_check()
178
(dpu_crtc_get_client_type(
tmp_crtc
) ==
in dpu_core_perf_crtc_check()
179
curr_client_type) && (
tmp_crtc
!= crtc)) {
in dpu_core_perf_crtc_check()
181
to_dpu_crtc_state(
tmp_crtc
->state);
in dpu_core_perf_crtc_check()
184
tmp_crtc
->base.id, tmp_cstate->new_perf.bw_ctl,
in dpu_core_perf_crtc_check()
217
struct drm_crtc *
tmp_crtc
;
in _dpu_core_perf_crtc_update_bus()
local
222
drm_for_each_crtc(
tmp_crtc
, crtc->dev) {
in _dpu_core_perf_crtc_update_bus()
223
if (
tmp_crtc
in _dpu_core_perf_crtc_update_bus()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_core_perf.c
150
struct drm_crtc *
tmp_crtc
;
in dpu_core_perf_crtc_check()
local
172
drm_for_each_crtc(
tmp_crtc
, crtc->dev) {
in dpu_core_perf_crtc_check()
173
if (
tmp_crtc
->enabled &&
in dpu_core_perf_crtc_check()
174
dpu_crtc_get_client_type(
tmp_crtc
) == curr_client_type &&
in dpu_core_perf_crtc_check()
175
tmp_crtc
!= crtc) {
in dpu_core_perf_crtc_check()
177
to_dpu_crtc_state(
tmp_crtc
->state);
in dpu_core_perf_crtc_check()
180
tmp_crtc
->base.id, tmp_cstate->new_perf.bw_ctl,
in dpu_core_perf_crtc_check()
213
struct drm_crtc *
tmp_crtc
;
in _dpu_core_perf_crtc_update_bus()
local
221
drm_for_each_crtc(
tmp_crtc
, crtc->dev) {
in _dpu_core_perf_crtc_update_bus()
222
if (
tmp_crtc
in _dpu_core_perf_crtc_update_bus()
[all...]
Completed in 2 milliseconds