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:IS_IRONLAKE
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_pipe_crc.c
411
else if (
IS_IRONLAKE
(dev_priv) || IS_SANDYBRIDGE(dev_priv))
in get_new_crc_ctl_reg()
541
else if (
IS_IRONLAKE
(dev_priv) || IS_SANDYBRIDGE(dev_priv))
in intel_is_valid_crc_source()
H
A
D
intel_fdi.c
81
if (
IS_IRONLAKE
(i915))
in assert_fdi_tx_pll_enabled()
212
if (
IS_IRONLAKE
(i915)) {
in intel_fdi_pll_freq_update()
1008
if (
IS_IRONLAKE
(dev_priv)) {
in intel_fdi_init_hook()
H
A
D
intel_fifo_underrun.c
295
else if (
IS_IRONLAKE
(dev_priv) || IS_SANDYBRIDGE(dev_priv))
in __intel_set_cpu_fifo_underrun_reporting()
H
A
D
intel_pps.c
945
if (
IS_IRONLAKE
(dev_priv)) {
in intel_pps_on_unlocked()
953
if (!
IS_IRONLAKE
(dev_priv))
in intel_pps_on_unlocked()
962
if (
IS_IRONLAKE
(dev_priv)) {
in intel_pps_on_unlocked()
H
A
D
i9xx_plane.c
162
if (IS_G4X(dev_priv) ||
IS_IRONLAKE
(dev_priv) ||
in i9xx_plane_ctl()
H
A
D
g4x_dp.c
220
if (
IS_IRONLAKE
(dev_priv))
in ilk_edp_pll_on()
H
A
D
intel_atomic_plane.c
585
(
IS_IRONLAKE
(dev_priv) || IS_SANDYBRIDGE(dev_priv) ||
in intel_plane_atomic_calc_changes()
H
A
D
intel_dp.c
877
return !HAS_GMCH(i915) && !
IS_IRONLAKE
(i915);
in source_can_output()
2159
if (
IS_IRONLAKE
(i915) || IS_SANDYBRIDGE(i915) || IS_IVYBRIDGE(i915))
in intel_dp_drrs_compute_config()
H
A
D
intel_cdclk.c
3622
} else if (
IS_IRONLAKE
(dev_priv)) {
in intel_init_cdclk_hooks()
H
A
D
intel_display.c
7383
if (
IS_IRONLAKE
(dev_priv) && (intel_de_read(dev_priv, FUSE_STRAP) & ILK_eDP_A_DISABLE))
in ilk_has_edp_a()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_drv.h
546
#define
IS_IRONLAKE
(i915) IS_PLATFORM(i915, INTEL_IRONLAKE)
macro
/kernel/linux/linux-5.10/drivers/char/agp/
H
A
D
intel-gtt.c
94
#define
IS_IRONLAKE
intel_private.driver->is_ironlake
macro
/kernel/linux/linux-6.6/drivers/char/agp/
H
A
D
intel-gtt.c
95
#define
IS_IRONLAKE
intel_private.driver->is_ironlake
macro
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_color.c
1666
else if (
IS_IRONLAKE
(dev_priv))
in intel_color_get_gamma_bit_precision()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_drv.h
1402
#define
IS_IRONLAKE
(dev_priv) IS_PLATFORM(dev_priv, INTEL_IRONLAKE)
macro
Completed in 41 milliseconds