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:timing_out
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.c
4462
struct dc_crtc_timing *
timing_out
,
4465
enum dc_color_depth depth =
timing_out
->display_color_depth;
4468
normalized_clk =
timing_out
->pix_clk_100hz / 10;
4470
if (
timing_out
->pixel_encoding == PIXEL_ENCODING_YCBCR420)
4490
timing_out
->display_color_depth = depth;
4505
struct dc_crtc_timing *
timing_out
= &stream->timing;
4514
timing_out
->h_border_left = 0;
4515
timing_out
->h_border_right = 0;
4516
timing_out
->v_border_top = 0;
4517
timing_out
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.c
5418
struct dc_crtc_timing *
timing_out
,
in adjust_colour_depth_from_display_info()
5421
enum dc_color_depth depth =
timing_out
->display_color_depth;
in adjust_colour_depth_from_display_info()
5425
normalized_clk =
timing_out
->pix_clk_100hz / 10;
in adjust_colour_depth_from_display_info()
5427
if (
timing_out
->pixel_encoding == PIXEL_ENCODING_YCBCR420)
in adjust_colour_depth_from_display_info()
5447
timing_out
->display_color_depth = depth;
in adjust_colour_depth_from_display_info()
5462
struct dc_crtc_timing *
timing_out
= &stream->timing;
in fill_stream_properties_from_drm_display_mode()
local
5471
timing_out
->h_border_left = 0;
in fill_stream_properties_from_drm_display_mode()
5472
timing_out
->h_border_right = 0;
in fill_stream_properties_from_drm_display_mode()
5473
timing_out
->v_border_top = 0;
in fill_stream_properties_from_drm_display_mode()
5474
timing_out
in fill_stream_properties_from_drm_display_mode()
5417
adjust_colour_depth_from_display_info( struct dc_crtc_timing *
timing_out
, const struct drm_display_info *info)
adjust_colour_depth_from_display_info()
argument
[all...]
Completed in 13 milliseconds