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:crtc_offset_cntl
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_legacy_crtc.c
384
uint32_t crtc_offset,
crtc_offset_cntl
, crtc_tile_x0_y0 = 0;
in radeon_crtc_do_set_base()
local
475
crtc_offset_cntl
= 0;
in radeon_crtc_do_set_base()
482
crtc_offset_cntl
|= RADEON_CRTC_GUI_TRIG_OFFSET_LEFT_EN;
in radeon_crtc_do_set_base()
485
crtc_offset_cntl
|= (R300_CRTC_X_Y_MODE_EN |
in radeon_crtc_do_set_base()
489
crtc_offset_cntl
|= RADEON_CRTC_TILE_EN;
in radeon_crtc_do_set_base()
492
crtc_offset_cntl
&= ~(R300_CRTC_X_Y_MODE_EN |
in radeon_crtc_do_set_base()
496
crtc_offset_cntl
&= ~RADEON_CRTC_TILE_EN;
in radeon_crtc_do_set_base()
507
crtc_offset_cntl
|= (y % 16);
in radeon_crtc_do_set_base()
554
WREG32(RADEON_CRTC_OFFSET_CNTL + radeon_crtc->crtc_offset,
crtc_offset_cntl
);
in radeon_crtc_do_set_base()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_legacy_crtc.c
384
uint32_t crtc_offset,
crtc_offset_cntl
, crtc_tile_x0_y0 = 0;
in radeon_crtc_do_set_base()
local
475
crtc_offset_cntl
= 0;
in radeon_crtc_do_set_base()
482
crtc_offset_cntl
|= RADEON_CRTC_GUI_TRIG_OFFSET_LEFT_EN;
in radeon_crtc_do_set_base()
485
crtc_offset_cntl
|= (R300_CRTC_X_Y_MODE_EN |
in radeon_crtc_do_set_base()
489
crtc_offset_cntl
|= RADEON_CRTC_TILE_EN;
in radeon_crtc_do_set_base()
492
crtc_offset_cntl
&= ~(R300_CRTC_X_Y_MODE_EN |
in radeon_crtc_do_set_base()
496
crtc_offset_cntl
&= ~RADEON_CRTC_TILE_EN;
in radeon_crtc_do_set_base()
507
crtc_offset_cntl
|= (y % 16);
in radeon_crtc_do_set_base()
554
WREG32(RADEON_CRTC_OFFSET_CNTL + radeon_crtc->crtc_offset,
crtc_offset_cntl
);
in radeon_crtc_do_set_base()
/kernel/linux/linux-5.10/drivers/gpu/drm/r128/
H
A
D
r128_state.c
1237
dev_priv->
crtc_offset_cntl
= R128_READ(R128_CRTC_OFFSET_CNTL);
in r128_do_init_pageflip()
1241
dev_priv->
crtc_offset_cntl
| R128_CRTC_OFFSET_FLIP_CNTL);
in r128_do_init_pageflip()
1256
R128_WRITE(R128_CRTC_OFFSET_CNTL, dev_priv->
crtc_offset_cntl
);
in r128_do_cleanup_pageflip()
H
A
D
r128_drv.h
108
u32
crtc_offset_cntl
;
member
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
radeonfb.h
192
u32
crtc_offset_cntl
;
member
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
radeonfb.h
192
u32
crtc_offset_cntl
;
member
Completed in 9 milliseconds