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:WM_DIRTY_LP
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
i9xx_wm.c
3117
#define
WM_DIRTY_LP
(wm_lp) (1 << (15 + (wm_lp)))
macro
3118
#define WM_DIRTY_LP_ALL (
WM_DIRTY_LP
(1) |
WM_DIRTY_LP
(2) |
WM_DIRTY_LP
(3))
3163
dirty |=
WM_DIRTY_LP
(wm_lp);
in ilk_compute_wm_dirty()
3174
if (dirty &
WM_DIRTY_LP
(3) && previous->wm_lp[2] & WM_LP_ENABLE) {
in _ilk_disable_lp_wm()
3179
if (dirty &
WM_DIRTY_LP
(2) && previous->wm_lp[1] & WM_LP_ENABLE) {
in _ilk_disable_lp_wm()
3184
if (dirty &
WM_DIRTY_LP
(1) && previous->wm_lp[0] & WM_LP_ENABLE) {
in _ilk_disable_lp_wm()
3236
if (dirty &
WM_DIRTY_LP
(1) &&
in ilk_write_wm_values()
3241
if (dirty &
WM_DIRTY_LP
(
in ilk_write_wm_values()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
intel_pm.c
3477
#define
WM_DIRTY_LP
(wm_lp) (1 << (15 + (wm_lp)))
macro
3478
#define WM_DIRTY_LP_ALL (
WM_DIRTY_LP
(1) |
WM_DIRTY_LP
(2) |
WM_DIRTY_LP
(3))
3523
dirty |=
WM_DIRTY_LP
(wm_lp);
in ilk_compute_wm_dirty()
3534
if (dirty &
WM_DIRTY_LP
(3) && previous->wm_lp[2] & WM1_LP_SR_EN) {
in _ilk_disable_lp_wm()
3539
if (dirty &
WM_DIRTY_LP
(2) && previous->wm_lp[1] & WM1_LP_SR_EN) {
in _ilk_disable_lp_wm()
3544
if (dirty &
WM_DIRTY_LP
(1) && previous->wm_lp[0] & WM1_LP_SR_EN) {
in _ilk_disable_lp_wm()
3609
if (dirty &
WM_DIRTY_LP
(1) &&
in ilk_write_wm_values()
3614
if (dirty &
WM_DIRTY_LP
(
in ilk_write_wm_values()
[all...]
Completed in 12 milliseconds