OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hwsp
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_timeline_types.h
96
struct intel_timeline_hwsp *
hwsp
;
member in struct:intel_timeline_cacheline
intel_timeline.c
59
struct intel_timeline_hwsp *
hwsp
;
local in function:hwsp_alloc
65
/* hwsp_free_list only contains
HWSP
that have available cachelines */
66
hwsp
= list_first_entry_or_null(>->hwsp_free_list,
67
typeof(*
hwsp
), free_link);
68
if (!
hwsp
) {
73
hwsp
= kmalloc(sizeof(*
hwsp
), GFP_KERNEL);
74
if (!
hwsp
)
79
kfree(
hwsp
);
83
vma->private =
hwsp
;
[
all
...]
intel_ring_submission.c
544
i915_reg_t
hwsp
;
local in function:set_hwsp
560
hwsp
= RENDER_HWS_PGA_GEN7;
563
hwsp
= BLT_HWS_PGA_GEN7;
566
hwsp
= BSD_HWS_PGA_GEN7;
569
hwsp
= VEBOX_HWS_PGA_GEN7;
573
hwsp
= RING_HWS_PGA_GEN6(engine->mmio_base);
575
hwsp
= RING_HWS_PGA(engine->mmio_base);
578
intel_uncore_write(engine->uncore,
hwsp
, offset);
579
intel_uncore_posting_read(engine->uncore,
hwsp
);
Completed in 16 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025