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:media_gt
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_gt_irq.c
68
struct intel_gt *
media_gt
= gt->i915->
media_gt
;
in gen11_other_irq_handler()
local
72
if (instance == OTHER_MEDIA_GUC_INSTANCE &&
media_gt
)
in gen11_other_irq_handler()
73
return guc_irq_handler(&
media_gt
->uc.guc, iir);
in gen11_other_irq_handler()
77
if (instance == OTHER_MEDIA_GTPM_INSTANCE &&
media_gt
)
in gen11_other_irq_handler()
78
return gen11_rps_irq_handler(&
media_gt
->rps, iir);
in gen11_other_irq_handler()
95
struct intel_gt *
media_gt
= gt->i915->
media_gt
;
in pick_gt()
local
98
GEM_BUG_ON(gt ==
media_gt
);
in pick_gt()
100
if (!
media_gt
)
in pick_gt()
[all...]
H
A
D
intel_sa_media.c
43
drm_WARN_ON(&i915->drm, i915->
media_gt
);
in intel_sa_mediagt_setup()
44
i915->
media_gt
= gt;
in intel_sa_mediagt_setup()
H
A
D
intel_wopcm.c
289
if (unlikely(i915->
media_gt
)) {
in intel_wopcm_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/pxp/
H
A
D
intel_pxp.c
182
if (i915->
media_gt
&& HAS_ENGINE(i915->
media_gt
, GSC0) &&
in find_gt_for_required_protected_content()
183
intel_uc_fw_is_loadable(&i915->
media_gt
->uc.gsc.fw) &&
in find_gt_for_required_protected_content()
184
intel_uc_fw_is_loadable(&i915->
media_gt
->uc.huc.fw))
in find_gt_for_required_protected_content()
185
return i915->
media_gt
;
in find_gt_for_required_protected_content()
191
if (IS_ENABLED(CONFIG_INTEL_MEI_PXP) && !i915->
media_gt
&& VDBOX_MASK(to_gt(i915)))
in find_gt_for_required_protected_content()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H
A
D
i915_selftest.c
142
i915->
media_gt
&&
in __wait_gsc_proxy_completed()
143
HAS_ENGINE(i915->
media_gt
, GSC0) &&
in __wait_gsc_proxy_completed()
144
intel_uc_fw_is_loadable(&i915->
media_gt
->uc.gsc.fw));
in __wait_gsc_proxy_completed()
152
if (need_to_wait && wait_for(!__gsc_proxy_init_progressing(&i915->
media_gt
->uc.gsc),
in __wait_gsc_proxy_completed()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_getparam.c
104
if (i915->
media_gt
)
in i915_getparam_ioctl()
105
value = intel_huc_check_status(&i915->
media_gt
->uc.huc);
in i915_getparam_ioctl()
H
A
D
i915_drv.h
331
struct intel_gt *
media_gt
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_gsc_proxy.c
312
struct intel_gt *gt = i915->
media_gt
;
in i915_gsc_proxy_component_bind()
333
struct intel_gt *gt = i915->
media_gt
;
in i915_gsc_proxy_component_unbind()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_hdcp_gsc.c
622
struct intel_gt *gt = i915->
media_gt
;
in intel_hdcp_gsc_initialize_message()
735
struct intel_gt *gt = i915->
media_gt
;
in intel_gsc_send_sync()
781
struct intel_gt *gt = i915->
media_gt
;
in intel_hdcp_gsc_msg_send()
H
A
D
intel_hdcp.c
177
struct intel_gt *gt = i915->
media_gt
;
in intel_hdcp2_capable()
Completed in 10 milliseconds