Home
last modified time | relevance | path

Searched refs:hwsp_map (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.c68 timeline->hwsp_map = vaddr; in intel_timeline_pin_map()
96 timeline->hwsp_map = NULL; in intel_timeline_init()
128 if (timeline->hwsp_map) in intel_timeline_fini()
198 if (!tl->hwsp_map) { in intel_timeline_pin()
318 tl->hwsp_seqno = tl->hwsp_map + next_ofs; in __intel_timeline_get_seqno()
H A Dintel_timeline_types.h46 void *hwsp_map; member