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:is_vid_mode
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_dsi.h
151
static inline bool
is_vid_mode
(struct intel_dsi *intel_dsi)
in is_vid_mode()
function
H
A
D
icl_dsi.c
748
if (
is_vid_mode
(intel_dsi))
in gen11_dsi_configure_transcoder()
753
if (
is_vid_mode
(intel_dsi)) {
in gen11_dsi_configure_transcoder()
869
if (
is_vid_mode
(intel_dsi))
in gen11_dsi_set_transcoder_timings()
881
if (
is_vid_mode
(intel_dsi)) {
in gen11_dsi_set_transcoder_timings()
923
if (
is_vid_mode
(intel_dsi)) {
in gen11_dsi_set_transcoder_timings()
966
if (
is_vid_mode
(intel_dsi)) {
in gen11_dsi_set_transcoder_timings()
980
if (
is_vid_mode
(intel_dsi)) {
in gen11_dsi_set_transcoder_timings()
1081
if (
is_vid_mode
(intel_dsi) || (intel_dsi->ports & BIT(PORT_B)))
in gen11_dsi_config_util_pin()
H
A
D
vlv_dsi.c
846
if (
is_vid_mode
(intel_dsi)) {
in intel_dsi_disable()
881
if (
is_vid_mode
(intel_dsi)) {
in intel_dsi_post_disable()
1399
if (
is_vid_mode
(intel_dsi) &&
in intel_dsi_prepare()
1476
if (
is_vid_mode
(intel_dsi)) {
in intel_dsi_prepare()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
icl_dsi.c
732
if (
is_vid_mode
(intel_dsi))
in gen11_dsi_configure_transcoder()
737
if (
is_vid_mode
(intel_dsi)) {
in gen11_dsi_configure_transcoder()
856
if (
is_vid_mode
(intel_dsi))
in gen11_dsi_set_transcoder_timings()
868
if (
is_vid_mode
(intel_dsi)) {
in gen11_dsi_set_transcoder_timings()
910
if (
is_vid_mode
(intel_dsi)) {
in gen11_dsi_set_transcoder_timings()
954
if (
is_vid_mode
(intel_dsi)) {
in gen11_dsi_set_transcoder_timings()
968
if (
is_vid_mode
(intel_dsi)) {
in gen11_dsi_set_transcoder_timings()
1070
if (
is_vid_mode
(intel_dsi) || (intel_dsi->ports & BIT(PORT_B)))
in gen11_dsi_config_util_pin()
H
A
D
intel_dsi.h
153
static inline bool
is_vid_mode
(struct intel_dsi *intel_dsi)
in is_vid_mode()
function
H
A
D
vlv_dsi.c
904
if (
is_vid_mode
(intel_dsi)) {
in intel_dsi_disable()
940
if (
is_vid_mode
(intel_dsi)) {
in intel_dsi_post_disable()
1466
if (
is_vid_mode
(intel_dsi) &&
in intel_dsi_prepare()
1542
if (
is_vid_mode
(intel_dsi))
in intel_dsi_prepare()
H
A
D
intel_dsi_vbt.c
679
if (
is_vid_mode
(intel_dsi) && dev_priv->vbt.dsi.seq_version >= 3)
in intel_dsi_msleep()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder.c
760
bool
is_vid_mode
= false;
in dpu_encoder_resource_control()
local
768
is_vid_mode
= dpu_enc->disp_info.capabilities &
in dpu_encoder_resource_control()
808
if (
is_vid_mode
&& dpu_enc->rc_state == DPU_ENC_RC_STATE_IDLE)
in dpu_encoder_resource_control()
862
if (
is_vid_mode
&&
in dpu_encoder_resource_control()
938
if (
is_vid_mode
)
in dpu_encoder_resource_control()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder.c
804
bool
is_vid_mode
= false;
in dpu_encoder_resource_control()
local
812
is_vid_mode
= !dpu_enc->disp_info.is_cmd_mode;
in dpu_encoder_resource_control()
851
if (
is_vid_mode
&& dpu_enc->rc_state == DPU_ENC_RC_STATE_IDLE)
in dpu_encoder_resource_control()
905
if (
is_vid_mode
&&
in dpu_encoder_resource_control()
981
if (
is_vid_mode
)
in dpu_encoder_resource_control()
Completed in 18 milliseconds