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:intel_fbc
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_fbc.c
55
#include "
intel_fbc
.h"
67
void (*activate)(struct
intel_fbc
*fbc);
68
void (*deactivate)(struct
intel_fbc
*fbc);
69
bool (*is_active)(struct
intel_fbc
*fbc);
70
bool (*is_compressing)(struct
intel_fbc
*fbc);
71
void (*nuke)(struct
intel_fbc
*fbc);
72
void (*program_cfb)(struct
intel_fbc
*fbc);
73
void (*set_false_color)(struct
intel_fbc
*fbc, bool enable);
86
struct
intel_fbc
{
struct
226
static u32 i8xx_fbc_ctl(struct
intel_fbc
*fb
[all...]
H
A
D
intel_fbc.h
16
struct
intel_fbc
;
43
void intel_fbc_add_plane(struct
intel_fbc
*fbc, struct intel_plane *plane);
H
A
D
intel_display_core.h
24
#include "
intel_fbc
.h"
515
struct
intel_fbc
*fbc[I915_MAX_FBCS];
H
A
D
intel_display_types.h
61
struct
intel_fbc
;
1522
struct
intel_fbc
*fbc;
H
A
D
i9xx_plane.c
19
#include "
intel_fbc
.h"
126
static struct
intel_fbc
*i9xx_plane_fbc(struct drm_i915_private *dev_priv,
in i9xx_plane_fbc()
H
A
D
skl_universal_plane.c
18
#include "
intel_fbc
.h"
1953
static struct
intel_fbc
*skl_plane_fbc(struct drm_i915_private *dev_priv,
in skl_plane_fbc()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_fbc.c
47
#include "
intel_fbc
.h"
215
struct
intel_fbc
*fbc = &dev_priv->fbc;
in snb_fbc_recompress()
367
struct
intel_fbc
*fbc = &dev_priv->fbc;
in intel_fbc_hw_activate()
386
struct
intel_fbc
*fbc = &dev_priv->fbc;
in intel_fbc_hw_deactivate()
417
struct
intel_fbc
*fbc = &dev_priv->fbc;
in intel_fbc_deactivate()
489
struct
intel_fbc
*fbc = &dev_priv->fbc;
in intel_fbc_alloc_cfb()
554
struct
intel_fbc
*fbc = &dev_priv->fbc;
in __intel_fbc_cleanup_cfb()
572
struct
intel_fbc
*fbc = &dev_priv->fbc;
in intel_fbc_cleanup_cfb()
653
struct
intel_fbc
*fbc = &dev_priv->fbc;
in intel_fbc_hw_tracking_covers_screen()
699
struct
intel_fbc
*fb
in intel_fbc_update_state_cache()
[all...]
H
A
D
intel_display_debugfs.c
15
#include "
intel_fbc
.h"
43
struct
intel_fbc
*fbc = &dev_priv->fbc;
in i915_fbc_status()
H
A
D
intel_sprite.c
3036
struct
intel_fbc
*fbc = &dev_priv->fbc;
in skl_universal_plane_create()
H
A
D
intel_display.c
73
#include "
intel_fbc
.h"
16396
struct
intel_fbc
*fbc = &dev_priv->fbc;
in intel_primary_plane_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
Makefile
206
display/
intel_fbc
.o \
H
A
D
i915_drv.h
360
struct
intel_fbc
{
struct
907
struct
intel_fbc
fbc;
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
Makefile
260
display/
intel_fbc
.o \
Completed in 45 milliseconds