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:num_h_tile
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_connector.h
1528
/** @
num_h_tile
: number of horizontal tiles in the tile group */
1530
uint8_t
num_h_tile
, num_v_tile;
member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_edid.c
6028
u8 num_v_tile,
num_h_tile
;
in drm_parse_tiled_block()
local
6035
num_h_tile
= (tile->topo[0] >> 0x4) | ((tile->topo[0x2] >> 0x2) & 0x30);
in drm_parse_tiled_block()
6044
connector->
num_h_tile
=
num_h_tile
+ 1;
in drm_parse_tiled_block()
6053
DRM_DEBUG_KMS("topo num tiles %dx%d, location %dx%d\n",
num_h_tile
+ 1, num_v_tile + 1, tile_h_loc, tile_v_loc);
in drm_parse_tiled_block()
Completed in 10 milliseconds