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:tile
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_edid.c
6025
const struct displayid_tiled_block *
tile
= (struct displayid_tiled_block *)block;
in drm_parse_tiled_block()
local
6031
w =
tile
->tile_size[0x0] |
tile
->tile_size[0x1] << 0x8;
in drm_parse_tiled_block()
6032
h =
tile
->tile_size[0x2] |
tile
->tile_size[0x3] << 0x8;
in drm_parse_tiled_block()
6034
num_v_tile = (
tile
->topo[0] & 0xf) | (
tile
->topo[0x2] & 0x30);
in drm_parse_tiled_block()
6035
num_h_tile = (
tile
->topo[0] >> 0x4) | ((
tile
->topo[0x2] >> 0x2) & 0x30);
in drm_parse_tiled_block()
6036
tile_v_loc = (
tile
in drm_parse_tiled_block()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
H
A
D
nouveau_drv.h
190
}
tile
;
member
H
A
D
nouveau_drm.c
522
spin_lock_init(&drm->
tile
.lock);
in nouveau_drm_device_init()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H
A
D
stream.c
1717
u32 ycnt,
tile
= readl(base + RKISPP_CTRL_SYS_CTL_STA0);
in rkispp_fec_do_early()
local
1723
tile
&= NR_TILE_LINE_CNT_MASK;
in rkispp_fec_do_early()
1724
ycnt =
tile
>> 8;
in rkispp_fec_do_early()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H
A
D
stream.c
1792
u32 ycnt,
tile
= readl(base + RKISPP_CTRL_SYS_CTL_STA0);
in rkispp_fec_do_early()
local
1798
tile
&= NR_TILE_LINE_CNT_MASK;
in rkispp_fec_do_early()
1799
ycnt =
tile
>> 8;
in rkispp_fec_do_early()
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H
A
D
configure_llvm
4926
tilegx|
tile
-gx)
Completed in 22 milliseconds