OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:i915_file_priv
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm/dist/shared-core/
i915_dma.c
931
struct drm_i915_file_private *
i915_file_priv
;
local in function:i915_driver_open
934
i915_file_priv
= (struct drm_i915_file_private *)
935
drm_alloc(sizeof(*
i915_file_priv
), DRM_MEM_FILES);
937
if (!
i915_file_priv
)
940
file_priv->driver_priv =
i915_file_priv
;
942
i915_file_priv
->mm.last_gem_seqno = 0;
943
i915_file_priv
->mm.last_gem_throttle_seqno = 0;
971
struct drm_i915_file_private *
i915_file_priv
= file_priv->driver_priv;
local in function:i915_driver_postclose
973
drm_free(
i915_file_priv
, sizeof(*
i915_file_priv
), DRM_MEM_FILES)
[
all
...]
i915_dma.c
931
struct drm_i915_file_private *
i915_file_priv
;
local in function:i915_driver_open
934
i915_file_priv
= (struct drm_i915_file_private *)
935
drm_alloc(sizeof(*
i915_file_priv
), DRM_MEM_FILES);
937
if (!
i915_file_priv
)
940
file_priv->driver_priv =
i915_file_priv
;
942
i915_file_priv
->mm.last_gem_seqno = 0;
943
i915_file_priv
->mm.last_gem_throttle_seqno = 0;
971
struct drm_i915_file_private *
i915_file_priv
= file_priv->driver_priv;
local in function:i915_driver_postclose
973
drm_free(
i915_file_priv
, sizeof(*
i915_file_priv
), DRM_MEM_FILES)
[
all
...]
Completed in 24 milliseconds
Indexes created Sat Nov 08 18:09:48 GMT 2025