Symbol: drm_framebuffer
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2830
struct drm_framebuffer *fb = crtc->primary->fb;
sys/dev/drm/amd/amdgpu/amdgpu_display.c
147
struct drm_framebuffer *fb,
sys/dev/drm/amd/amdgpu/amdgpu_display.c
522
struct drm_framebuffer *
sys/dev/drm/amd/amdgpu/amdgpu_display.h
42
struct drm_framebuffer *
sys/dev/drm/amd/amdgpu/amdgpu_fb.c
212
struct drm_framebuffer *fb = NULL;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
310
struct drm_framebuffer base;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
616
int amdgpufb_remove(struct drm_device *dev, struct drm_framebuffer *fb);
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
642
struct drm_framebuffer *fb,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1823
struct drm_framebuffer *fb,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1829
struct drm_framebuffer *target_fb;
sys/dev/drm/amd/amdgpu/dce_v10_0.c
2587
int x, int y, struct drm_framebuffer *old_fb)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
2642
struct drm_framebuffer *old_fb)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
2648
struct drm_framebuffer *fb,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1865
struct drm_framebuffer *fb,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1871
struct drm_framebuffer *target_fb;
sys/dev/drm/amd/amdgpu/dce_v11_0.c
2676
int x, int y, struct drm_framebuffer *old_fb)
sys/dev/drm/amd/amdgpu/dce_v11_0.c
2750
struct drm_framebuffer *old_fb)
sys/dev/drm/amd/amdgpu/dce_v11_0.c
2756
struct drm_framebuffer *fb,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
1752
struct drm_framebuffer *fb,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
1758
struct drm_framebuffer *target_fb;
sys/dev/drm/amd/amdgpu/dce_v8_0.c
2495
int x, int y, struct drm_framebuffer *old_fb)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
2550
struct drm_framebuffer *old_fb)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
2556
struct drm_framebuffer *fb,
sys/dev/drm/amd/amdgpu/dce_virtual.c
192
int x, int y, struct drm_framebuffer *old_fb)
sys/dev/drm/amd/amdgpu/dce_virtual.c
211
struct drm_framebuffer *old_fb)
sys/dev/drm/amd/amdgpu/dce_virtual.c
217
struct drm_framebuffer *fb,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
2287
const struct drm_framebuffer *fb = &amdgpu_fb->base;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4380
struct drm_framebuffer *fb,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4601
struct drm_framebuffer *fb = new_plane_state->fb;
sys/dev/drm/drm_atomic_helper.c
2730
struct drm_framebuffer *fb,
sys/dev/drm/drm_atomic_helper.c
3308
struct drm_framebuffer *fb,
sys/dev/drm/drm_atomic_helper.c
3362
struct drm_framebuffer *fb,
sys/dev/drm/drm_atomic_helper.c
3405
struct drm_framebuffer *fb,
sys/dev/drm/drm_atomic_helper.c
747
struct drm_framebuffer *fb = plane_state->fb;
sys/dev/drm/drm_atomic_uapi.c
228
struct drm_framebuffer *fb)
sys/dev/drm/drm_atomic_uapi.c
518
struct drm_framebuffer *fb = drm_framebuffer_lookup(dev, NULL, val);
sys/dev/drm/drm_atomic_uapi.c
647
struct drm_framebuffer *fb)
sys/dev/drm/drm_atomic_uapi.c
733
struct drm_framebuffer *fb = drm_framebuffer_lookup(dev, NULL, val);
sys/dev/drm/drm_crtc.c
463
struct drm_framebuffer *fb;
sys/dev/drm/drm_crtc.c
536
const struct drm_framebuffer *fb)
sys/dev/drm/drm_crtc.c
574
struct drm_framebuffer *fb;
sys/dev/drm/drm_crtc.c
616
struct drm_framebuffer *old_fb;
sys/dev/drm/drm_crtc_helper.c
1007
struct drm_framebuffer *old_fb)
sys/dev/drm/drm_crtc_helper.c
1071
struct drm_framebuffer *old_fb)
sys/dev/drm/drm_crtc_helper.c
273
struct drm_framebuffer *old_fb)
sys/dev/drm/drm_crtc_internal.h
173
struct drm_framebuffer *
sys/dev/drm/drm_crtc_internal.h
180
const struct drm_framebuffer *fb);
sys/dev/drm/drm_crtc_internal.h
50
const struct drm_framebuffer *fb);
sys/dev/drm/drm_fb_helper.c
1726
struct drm_framebuffer *fb = fb_helper->fb;
sys/dev/drm/drm_fb_helper.c
2077
struct drm_framebuffer *fb = fb_helper->fb;
sys/dev/drm/drm_fb_helper.c
3143
struct drm_framebuffer *fb;
sys/dev/drm/drm_fb_helper.c
357
struct drm_framebuffer *fb;
sys/dev/drm/drm_fb_helper.c
778
struct drm_framebuffer *fb = fb_helper->fb;
sys/dev/drm/drm_framebuffer.c
1018
const struct drm_framebuffer *fb, int plane)
sys/dev/drm/drm_framebuffer.c
1037
const struct drm_framebuffer *fb, int plane)
sys/dev/drm/drm_framebuffer.c
1047
const struct drm_framebuffer *fb)
sys/dev/drm/drm_framebuffer.c
1080
struct drm_framebuffer *fb;
sys/dev/drm/drm_framebuffer.c
277
struct drm_framebuffer *
sys/dev/drm/drm_framebuffer.c
283
struct drm_framebuffer *fb;
sys/dev/drm/drm_framebuffer.c
340
struct drm_framebuffer *fb;
sys/dev/drm/drm_framebuffer.c
415
struct drm_framebuffer *fb =
sys/dev/drm/drm_framebuffer.c
439
struct drm_framebuffer *fb = NULL;
sys/dev/drm/drm_framebuffer.c
440
struct drm_framebuffer *fbl = NULL;
sys/dev/drm/drm_framebuffer.c
517
struct drm_framebuffer *fb;
sys/dev/drm/drm_framebuffer.c
588
struct drm_framebuffer *fb;
sys/dev/drm/drm_framebuffer.c
663
struct drm_framebuffer *fb, *tfb;
sys/dev/drm/drm_framebuffer.c
700
struct drm_framebuffer *fb =
sys/dev/drm/drm_framebuffer.c
701
container_of(kref, struct drm_framebuffer, base.refcount);
sys/dev/drm/drm_framebuffer.c
71
const struct drm_framebuffer *fb)
sys/dev/drm/drm_framebuffer.c
731
int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb,
sys/dev/drm/drm_framebuffer.c
770
struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
sys/dev/drm/drm_framebuffer.c
775
struct drm_framebuffer *fb = NULL;
sys/dev/drm/drm_framebuffer.c
798
void drm_framebuffer_unregister_private(struct drm_framebuffer *fb)
sys/dev/drm/drm_framebuffer.c
829
void drm_framebuffer_cleanup(struct drm_framebuffer *fb)
sys/dev/drm/drm_framebuffer.c
840
static int atomic_remove_fb(struct drm_framebuffer *fb)
sys/dev/drm/drm_framebuffer.c
935
static void legacy_remove_fb(struct drm_framebuffer *fb)
sys/dev/drm/drm_framebuffer.c
970
void drm_framebuffer_remove(struct drm_framebuffer *fb)
sys/dev/drm/drm_gem_framebuffer_helper.c
123
int drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file,
sys/dev/drm/drm_gem_framebuffer_helper.c
147
struct drm_framebuffer *
sys/dev/drm/drm_gem_framebuffer_helper.c
154
struct drm_framebuffer *fb;
sys/dev/drm/drm_gem_framebuffer_helper.c
227
struct drm_framebuffer *
sys/dev/drm/drm_gem_framebuffer_helper.c
304
struct drm_framebuffer *
sys/dev/drm/drm_gem_framebuffer_helper.c
51
struct drm_gem_object *drm_gem_fb_get_obj(struct drm_framebuffer *fb,
sys/dev/drm/drm_gem_framebuffer_helper.c
61
static struct drm_framebuffer *
sys/dev/drm/drm_gem_framebuffer_helper.c
67
struct drm_framebuffer *fb;
sys/dev/drm/drm_gem_framebuffer_helper.c
98
void drm_gem_fb_destroy(struct drm_framebuffer *fb)
sys/dev/drm/drm_internal.h
197
const struct drm_framebuffer *fb);
sys/dev/drm/drm_mode_config.c
422
struct drm_framebuffer *fb, *fbt;
sys/dev/drm/drm_mode_config.c
88
struct drm_framebuffer *fb;
sys/dev/drm/drm_modeset_helper.c
78
struct drm_framebuffer *fb,
sys/dev/drm/drm_plane.c
1019
struct drm_framebuffer *fb = NULL, *old_fb;
sys/dev/drm/drm_plane.c
595
struct drm_framebuffer *fb,
sys/dev/drm/drm_plane.c
649
struct drm_framebuffer *fb,
sys/dev/drm/drm_plane.c
702
struct drm_framebuffer *fb,
sys/dev/drm/drm_plane.c
737
struct drm_framebuffer *fb,
sys/dev/drm/drm_plane.c
780
struct drm_framebuffer *fb = NULL;
sys/dev/drm/drm_plane.c
833
struct drm_framebuffer *fb = NULL;
sys/dev/drm/drm_plane_helper.c
131
struct drm_framebuffer *fb,
sys/dev/drm/drm_plane_helper.c
216
struct drm_framebuffer *fb,
sys/dev/drm/drm_plane_helper.c
342
struct drm_framebuffer *old_fb)
sys/dev/drm/drm_plane_helper.c
456
struct drm_framebuffer *fb,
sys/dev/drm/drm_plane_helper.c
510
struct drm_framebuffer *old_fb;
sys/dev/drm/i915/intel_display.c
10099
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
10254
struct drm_framebuffer *
sys/dev/drm/i915/intel_display.c
10734
struct drm_framebuffer *fb = plane_state->fb;
sys/dev/drm/i915/intel_display.c
11107
struct drm_framebuffer *fb;
sys/dev/drm/i915/intel_display.c
13174
struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
13239
struct drm_framebuffer *fb = new_state->fb;
sys/dev/drm/i915/intel_display.c
13626
struct drm_framebuffer *fb,
sys/dev/drm/i915/intel_display.c
13637
struct drm_framebuffer *old_fb;
sys/dev/drm/i915/intel_display.c
14476
static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb)
sys/dev/drm/i915/intel_display.c
14492
static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb,
sys/dev/drm/i915/intel_display.c
14506
static int intel_user_framebuffer_dirty(struct drm_framebuffer *fb,
sys/dev/drm/i915/intel_display.c
14549
struct drm_framebuffer *fb = &intel_fb->base;
sys/dev/drm/i915/intel_display.c
14770
static struct drm_framebuffer *
sys/dev/drm/i915/intel_display.c
14775
struct drm_framebuffer *fb;
sys/dev/drm/i915/intel_display.c
1920
intel_tile_width_bytes(const struct drm_framebuffer *fb, int color_plane)
sys/dev/drm/i915/intel_display.c
1968
intel_tile_height(const struct drm_framebuffer *fb, int color_plane)
sys/dev/drm/i915/intel_display.c
1978
static void intel_tile_dims(const struct drm_framebuffer *fb, int color_plane,
sys/dev/drm/i915/intel_display.c
1990
intel_fb_align_height(const struct drm_framebuffer *fb,
sys/dev/drm/i915/intel_display.c
2011
const struct drm_framebuffer *fb,
sys/dev/drm/i915/intel_display.c
2046
static unsigned int intel_surf_alignment(const struct drm_framebuffer *fb,
sys/dev/drm/i915/intel_display.c
2082
intel_pin_and_fence_fb_obj(struct drm_framebuffer *fb,
sys/dev/drm/i915/intel_display.c
2182
static int intel_fb_pitch(const struct drm_framebuffer *fb, int color_plane,
sys/dev/drm/i915/intel_display.c
2201
const struct drm_framebuffer *fb = state->base.fb;
sys/dev/drm/i915/intel_display.c
2258
const struct drm_framebuffer *fb,
sys/dev/drm/i915/intel_display.c
2327
const struct drm_framebuffer *fb,
sys/dev/drm/i915/intel_display.c
2383
const struct drm_framebuffer *fb = state->base.fb;
sys/dev/drm/i915/intel_display.c
2399
const struct drm_framebuffer *fb,
sys/dev/drm/i915/intel_display.c
2489
struct drm_framebuffer *fb)
sys/dev/drm/i915/intel_display.c
2709
struct drm_framebuffer *fb = &plane_config->fb->base;
sys/dev/drm/i915/intel_display.c
2845
struct drm_framebuffer *fb;
sys/dev/drm/i915/intel_display.c
2941
static int skl_max_plane_width(const struct drm_framebuffer *fb,
sys/dev/drm/i915/intel_display.c
2990
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
3027
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
3126
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
3155
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
3176
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
3258
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
3318
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
3510
intel_fb_stride_alignment(const struct drm_framebuffer *fb, int color_plane)
sys/dev/drm/i915/intel_display.c
3548
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
3692
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
3734
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
5035
struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
7861
struct drm_framebuffer *fb;
sys/dev/drm/i915/intel_display.c
8900
struct drm_framebuffer *fb;
sys/dev/drm/i915/intel_display.c
9748
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
9802
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
9835
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_display.c
9896
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_drv.h
1461
unsigned int intel_fb_align_height(const struct drm_framebuffer *fb,
sys/dev/drm/i915/intel_drv.h
1587
intel_pin_and_fence_fb_obj(struct drm_framebuffer *fb,
sys/dev/drm/i915/intel_drv.h
1592
struct drm_framebuffer *
sys/dev/drm/i915/intel_drv.h
193
struct drm_framebuffer base;
sys/dev/drm/i915/intel_fbc.c
659
struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_fbdev.c
122
struct drm_framebuffer *fb;
sys/dev/drm/i915/intel_fbdev.c
188
struct drm_framebuffer *fb;
sys/dev/drm/i915/intel_pm.c
2203
const struct drm_framebuffer *fb =
sys/dev/drm/i915/intel_pm.c
2284
const struct drm_framebuffer *fb =
sys/dev/drm/i915/intel_pm.c
2311
const struct drm_framebuffer *fb =
sys/dev/drm/i915/intel_pm.c
2359
const struct drm_framebuffer *fb =
sys/dev/drm/i915/intel_pm.c
4187
struct drm_framebuffer *fb;
sys/dev/drm/i915/intel_pm.c
4268
struct drm_framebuffer *fb = pstate->fb;
sys/dev/drm/i915/intel_pm.c
4565
const struct drm_framebuffer *fb = pstate->fb;
sys/dev/drm/i915/intel_pm.c
862
const struct drm_framebuffer *fb =
sys/dev/drm/i915/intel_sprite.c
1061
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_sprite.c
1222
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_sprite.c
1324
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_sprite.c
236
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_sprite.c
257
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_sprite.c
465
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_sprite.c
524
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_sprite.c
561
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_sprite.c
631
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_sprite.c
729
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_sprite.c
792
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_sprite.c
904
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/i915/intel_sprite.c
964
const struct drm_framebuffer *fb = plane_state->base.fb;
sys/dev/drm/include/drm/drm_atomic_helper.h
111
struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_atomic_helper.h
136
struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_atomic_helper.h
142
struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_atomic_uapi.h
43
struct drm_framebuffer;
sys/dev/drm/include/drm/drm_atomic_uapi.h
55
struct drm_framebuffer *fb);
sys/dev/drm/include/drm/drm_client.h
11
struct drm_framebuffer;
sys/dev/drm/include/drm/drm_client.h
133
struct drm_framebuffer *fb;
sys/dev/drm/include/drm/drm_crtc.h
1097
struct drm_framebuffer *fb;
sys/dev/drm/include/drm/drm_crtc.h
543
struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_crtc.h
562
struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_crtc_helper.h
52
struct drm_framebuffer *old_fb);
sys/dev/drm/include/drm/drm_crtc_helper.h
62
struct drm_framebuffer *old_fb);
sys/dev/drm/include/drm/drm_crtc_helper.h
64
struct drm_framebuffer *old_fb);
sys/dev/drm/include/drm/drm_fb_cma_helper.h
10
struct drm_framebuffer;
sys/dev/drm/include/drm/drm_fb_cma_helper.h
31
struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_fb_cma_helper.h
34
dma_addr_t drm_fb_cma_get_gem_addr(struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_fb_helper.h
172
struct drm_framebuffer *fb;
sys/dev/drm/include/drm/drm_framebuffer.h
209
#define obj_to_fb(x) container_of(x, struct drm_framebuffer, base)
sys/dev/drm/include/drm/drm_framebuffer.h
212
struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_framebuffer.h
214
struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
sys/dev/drm/include/drm/drm_framebuffer.h
217
void drm_framebuffer_remove(struct drm_framebuffer *fb);
sys/dev/drm/include/drm/drm_framebuffer.h
218
void drm_framebuffer_cleanup(struct drm_framebuffer *fb);
sys/dev/drm/include/drm/drm_framebuffer.h
219
void drm_framebuffer_unregister_private(struct drm_framebuffer *fb);
sys/dev/drm/include/drm/drm_framebuffer.h
227
static inline void drm_framebuffer_get(struct drm_framebuffer *fb)
sys/dev/drm/include/drm/drm_framebuffer.h
239
static inline void drm_framebuffer_put(struct drm_framebuffer *fb)
sys/dev/drm/include/drm/drm_framebuffer.h
251
static inline void drm_framebuffer_reference(struct drm_framebuffer *fb)
sys/dev/drm/include/drm/drm_framebuffer.h
263
static inline void drm_framebuffer_unreference(struct drm_framebuffer *fb)
sys/dev/drm/include/drm/drm_framebuffer.h
274
static inline uint32_t drm_framebuffer_read_refcount(const struct drm_framebuffer *fb)
sys/dev/drm/include/drm/drm_framebuffer.h
287
static inline void drm_framebuffer_assign(struct drm_framebuffer **p,
sys/dev/drm/include/drm/drm_framebuffer.h
288
struct drm_framebuffer *fb)
sys/dev/drm/include/drm/drm_framebuffer.h
308
struct drm_framebuffer, head); \
sys/dev/drm/include/drm/drm_framebuffer.h
31
struct drm_framebuffer;
sys/dev/drm/include/drm/drm_framebuffer.h
313
const struct drm_framebuffer *fb, int plane);
sys/dev/drm/include/drm/drm_framebuffer.h
315
const struct drm_framebuffer *fb, int plane);
sys/dev/drm/include/drm/drm_framebuffer.h
49
void (*destroy)(struct drm_framebuffer *framebuffer);
sys/dev/drm/include/drm/drm_framebuffer.h
69
int (*create_handle)(struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_framebuffer.h
90
int (*dirty)(struct drm_framebuffer *framebuffer,
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
15
struct drm_gem_object *drm_gem_fb_get_obj(struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
17
void drm_gem_fb_destroy(struct drm_framebuffer *fb);
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
18
int drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file,
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
21
struct drm_framebuffer *
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
25
struct drm_framebuffer *
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
34
struct drm_framebuffer *
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
7
struct drm_framebuffer;
sys/dev/drm/include/drm/drm_mode_config.h
71
struct drm_framebuffer *(*fb_create)(struct drm_device *dev,
sys/dev/drm/include/drm/drm_modeset_helper.h
31
struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
206
struct drm_framebuffer *old_fb);
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
249
struct drm_framebuffer *old_fb);
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
266
struct drm_framebuffer *fb, int x, int y,
sys/dev/drm/include/drm/drm_plane.h
255
struct drm_crtc *crtc, struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_plane.h
612
struct drm_framebuffer *fb;
sys/dev/drm/include/drm/drm_plane.h
620
struct drm_framebuffer *old_fb;
sys/dev/drm/include/drm/drm_plane.h
65
struct drm_framebuffer *fb;
sys/dev/drm/include/drm/drm_plane_helper.h
43
struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_plane_helper.h
54
struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_plane_helper.h
66
struct drm_framebuffer *fb,
sys/dev/drm/include/drm/drm_plane_helper.h
78
struct drm_framebuffer *old_fb);
sys/dev/drm/include/drm/drm_writeback.h
14
struct drm_framebuffer *fb;
sys/dev/drm/include/drm/drm_writeback.h
41
drm_writeback_set_fb(struct drm_connector_state *cs, struct drm_framebuffer *fb)
sys/dev/drm/radeon/atombios_crtc.c
1142
struct drm_framebuffer *fb,
sys/dev/drm/radeon/atombios_crtc.c
1148
struct drm_framebuffer *target_fb;
sys/dev/drm/radeon/atombios_crtc.c
1454
struct drm_framebuffer *fb,
sys/dev/drm/radeon/atombios_crtc.c
1462
struct drm_framebuffer *target_fb;
sys/dev/drm/radeon/atombios_crtc.c
1648
struct drm_framebuffer *old_fb)
sys/dev/drm/radeon/atombios_crtc.c
1662
struct drm_framebuffer *fb,
sys/dev/drm/radeon/atombios_crtc.c
2028
int x, int y, struct drm_framebuffer *old_fb)
sys/dev/drm/radeon/r100.c
3238
const struct drm_framebuffer *fb =
sys/dev/drm/radeon/r100.c
3246
const struct drm_framebuffer *fb =
sys/dev/drm/radeon/radeon_device.c
1632
struct drm_framebuffer *fb = crtc->primary->fb;
sys/dev/drm/radeon/radeon_display.c
1296
struct drm_framebuffer *fb,
sys/dev/drm/radeon/radeon_display.c
1311
static struct drm_framebuffer *
sys/dev/drm/radeon/radeon_display.c
1317
struct drm_framebuffer *fb;
sys/dev/drm/radeon/radeon_display.c
475
struct drm_framebuffer *fb,
sys/dev/drm/radeon/radeon_fb.c
223
struct drm_framebuffer *fb = NULL;
sys/dev/drm/radeon/radeon_fb.c
338
struct drm_framebuffer *fb = &rfbdev->fb;
sys/dev/drm/radeon/radeon_fb.c
46
struct drm_framebuffer fb;
sys/dev/drm/radeon/radeon_legacy_crtc.c
1035
int x, int y, struct drm_framebuffer *old_fb)
sys/dev/drm/radeon/radeon_legacy_crtc.c
358
struct drm_framebuffer *old_fb)
sys/dev/drm/radeon/radeon_legacy_crtc.c
364
struct drm_framebuffer *fb,
sys/dev/drm/radeon/radeon_legacy_crtc.c
371
struct drm_framebuffer *fb,
sys/dev/drm/radeon/radeon_legacy_crtc.c
377
struct drm_framebuffer *target_fb;
sys/dev/drm/radeon/radeon_legacy_crtc.c
575
const struct drm_framebuffer *fb = crtc->primary->fb;
sys/dev/drm/radeon/radeon_mode.h
847
struct drm_framebuffer *old_fb);
sys/dev/drm/radeon/radeon_mode.h
849
struct drm_framebuffer *fb,
sys/dev/drm/radeon/radeon_mode.h
856
struct drm_framebuffer *old_fb);
sys/dev/drm/radeon/radeon_mode.h
860
struct drm_framebuffer *old_fb);
sys/dev/drm/radeon/radeon_mode.h
862
struct drm_framebuffer *fb,
sys/dev/drm/radeon/radeon_mode.h
866
struct drm_framebuffer *fb,
sys/dev/drm/radeon/radeon_mode.h
929
struct drm_framebuffer *rfb,
sys/dev/drm/radeon/radeon_mode.h
933
int radeonfb_remove(struct drm_device *dev, struct drm_framebuffer *fb);