OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wopcm
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
intel_wopcm.h
15
* struct intel_wopcm - Overall
WOPCM
info and
WOPCM
regions.
16
* @size: Size of overall
WOPCM
.
17
* @guc: GuC
WOPCM
Region info.
18
* @guc.base: GuC
WOPCM
base which is offset from
WOPCM
base.
19
* @guc.size: Size of the GuC
WOPCM
region.
31
* @
wopcm
: intel_wopcm structure
33
* Returns the base of the
WOPCM
shadowed region.
37
* Otherwise, the GuC
WOPCM
base
[
all
...]
intel_wopcm.c
17
* DOC:
WOPCM
Layout
19
* The layout of the
WOPCM
will be fixed after writing to GuC
WOPCM
size and
25
* +=========> +====================+ <==
WOPCM
Top
27
* | +===> +====================+ <== GuC
WOPCM
Top
32
* |
WOPCM
| |
34
*
WOPCM
| | GuC FW RSVD |
38
* | v | GuC
WOPCM
RSVD |
39
* | +===> +====================+ <== GuC
WOPCM
base
40
* | |
WOPCM
RSVD
[
all
...]
i915_gem.c
1142
intel_wopcm_init(&dev_priv->
wopcm
);
i915_drv.h
946
struct intel_wopcm
wopcm
;
member in struct:drm_i915_private
i915_drv.c
549
intel_wopcm_init_early(&dev_priv->
wopcm
);
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_uc_fw.c
282
GEM_BUG_ON(!i915->
wopcm
.size);
342
/* Sanity check whether this fw is not larger than whole
WOPCM
memory */
344
if (unlikely(size >= i915->
wopcm
.size)) {
347
size, (size_t)i915->
wopcm
.size);
462
* Set the transfer size. The header plus uCode will be copied to
WOPCM
intel_uc.c
323
/* Initialize and verify the uC regs related to uC positioning in
WOPCM
*/
328
u32 base = intel_wopcm_guc_base(>->i915->
wopcm
);
329
u32 size = intel_wopcm_guc_size(>->i915->
wopcm
);
335
i915_probe_error(gt->i915, "Unsuccessful
WOPCM
partitioning\n");
366
i915_probe_error(gt->i915, "Failed to init uC
WOPCM
registers!\n");
394
* To check if GuC was loaded before we look at
WOPCM
registers.
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_ggtt.c
641
* non-
WOPCM
memory. If GuC is not present or not in use we still need a
646
intel_wopcm_guc_size(&ggtt->vm.i915->
wopcm
));
Completed in 19 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025