Symbol: intel_frontbuffer
sys/dev/pci/drm/i915/display/intel_bo.c
49
struct intel_frontbuffer *intel_bo_get_frontbuffer(struct drm_gem_object *obj)
sys/dev/pci/drm/i915/display/intel_bo.c
54
struct intel_frontbuffer *intel_bo_set_frontbuffer(struct drm_gem_object *obj,
sys/dev/pci/drm/i915/display/intel_bo.c
55
struct intel_frontbuffer *front)
sys/dev/pci/drm/i915/display/intel_bo.h
23
struct intel_frontbuffer *intel_bo_get_frontbuffer(struct drm_gem_object *obj);
sys/dev/pci/drm/i915/display/intel_bo.h
24
struct intel_frontbuffer *intel_bo_set_frontbuffer(struct drm_gem_object *obj,
sys/dev/pci/drm/i915/display/intel_bo.h
25
struct intel_frontbuffer *front);
sys/dev/pci/drm/i915/display/intel_display_types.h
138
struct intel_frontbuffer *frontbuffer;
sys/dev/pci/drm/i915/display/intel_display_types.h
2160
static inline struct intel_frontbuffer *
sys/dev/pci/drm/i915/display/intel_fb.c
2142
struct intel_frontbuffer *front;
sys/dev/pci/drm/i915/display/intel_fb.c
2162
struct intel_frontbuffer *front = to_intel_frontbuffer(fb);
sys/dev/pci/drm/i915/display/intel_fbdev.c
75
static struct intel_frontbuffer *to_frontbuffer(struct intel_fbdev *ifbdev)
sys/dev/pci/drm/i915/display/intel_frontbuffer.c
172
void __intel_fb_invalidate(struct intel_frontbuffer *front,
sys/dev/pci/drm/i915/display/intel_frontbuffer.c
193
void __intel_fb_flush(struct intel_frontbuffer *front,
sys/dev/pci/drm/i915/display/intel_frontbuffer.c
213
struct intel_frontbuffer *front =
sys/dev/pci/drm/i915/display/intel_frontbuffer.c
214
container_of(work, struct intel_frontbuffer, flush_work);
sys/dev/pci/drm/i915/display/intel_frontbuffer.c
228
void intel_frontbuffer_queue_flush(struct intel_frontbuffer *front)
sys/dev/pci/drm/i915/display/intel_frontbuffer.c
240
struct intel_frontbuffer *front =
sys/dev/pci/drm/i915/display/intel_frontbuffer.c
249
struct intel_frontbuffer *front =
sys/dev/pci/drm/i915/display/intel_frontbuffer.c
259
struct intel_frontbuffer *ret, *front =
sys/dev/pci/drm/i915/display/intel_frontbuffer.c
278
struct intel_frontbuffer *
sys/dev/pci/drm/i915/display/intel_frontbuffer.c
282
struct intel_frontbuffer *front, *cur;
sys/dev/pci/drm/i915/display/intel_frontbuffer.c
315
void intel_frontbuffer_put(struct intel_frontbuffer *front)
sys/dev/pci/drm/i915/display/intel_frontbuffer.c
331
void intel_frontbuffer_track(struct intel_frontbuffer *old,
sys/dev/pci/drm/i915/display/intel_frontbuffer.c
332
struct intel_frontbuffer *new,
sys/dev/pci/drm/i915/display/intel_frontbuffer.h
114
void __intel_fb_flush(struct intel_frontbuffer *front,
sys/dev/pci/drm/i915/display/intel_frontbuffer.h
126
static inline void intel_frontbuffer_flush(struct intel_frontbuffer *front,
sys/dev/pci/drm/i915/display/intel_frontbuffer.h
141
void intel_frontbuffer_queue_flush(struct intel_frontbuffer *front);
sys/dev/pci/drm/i915/display/intel_frontbuffer.h
143
void intel_frontbuffer_track(struct intel_frontbuffer *old,
sys/dev/pci/drm/i915/display/intel_frontbuffer.h
144
struct intel_frontbuffer *new,
sys/dev/pci/drm/i915/display/intel_frontbuffer.h
78
void intel_frontbuffer_put(struct intel_frontbuffer *front);
sys/dev/pci/drm/i915/display/intel_frontbuffer.h
80
struct intel_frontbuffer *
sys/dev/pci/drm/i915/display/intel_frontbuffer.h
83
void __intel_fb_invalidate(struct intel_frontbuffer *front,
sys/dev/pci/drm/i915/display/intel_frontbuffer.h
98
static inline bool intel_frontbuffer_invalidate(struct intel_frontbuffer *front,
sys/dev/pci/drm/i915/display/intel_overlay.c
195
struct intel_frontbuffer *frontbuffer;
sys/dev/pci/drm/i915/display/intel_overlay.c
296
struct intel_frontbuffer *frontbuffer = NULL;
sys/dev/pci/drm/i915/gem/i915_gem_object.c
492
struct intel_frontbuffer *front;
sys/dev/pci/drm/i915/gem/i915_gem_object.c
504
struct intel_frontbuffer *front;
sys/dev/pci/drm/i915/gem/i915_gem_object_frontbuffer.h
45
static inline struct intel_frontbuffer *
sys/dev/pci/drm/i915/gem/i915_gem_object_frontbuffer.h
48
struct intel_frontbuffer *front;
sys/dev/pci/drm/i915/gem/i915_gem_object_frontbuffer.h
84
static inline struct intel_frontbuffer *
sys/dev/pci/drm/i915/gem/i915_gem_object_frontbuffer.h
86
struct intel_frontbuffer *front)
sys/dev/pci/drm/i915/gem/i915_gem_object_frontbuffer.h
88
struct intel_frontbuffer *cur = front;
sys/dev/pci/drm/i915/gem/i915_gem_object_types.h
581
struct intel_frontbuffer __rcu *frontbuffer;
sys/dev/pci/drm/i915/i915_vma.c
2025
struct intel_frontbuffer *front;