HomeSort by: relevance | last modified time | path
    Searched refs:drm_fb_helper (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/radeon/
radeondrmkmsfb.h 35 #include <drm/drm_fb_helper.h>
40 struct drm_fb_helper *rfa_fb_helper;
radeondrmkmsfb.c 39 #include <drm/drm_fb_helper.h>
165 struct drm_fb_helper *const helper = sc->sc_rfa.rfa_fb_helper;
  /src/sys/external/bsd/drm2/vmwgfx/
vmwgfxfb.h 32 #include <drm/drm_fb_helper.h>
37 struct drm_fb_helper *vfa_fb_helper;
vmwgfxfb.c 36 #include <drm/drm_fb_helper.h>
161 struct drm_fb_helper *const helper = sc->sc_vfa.vfa_fb_helper;
  /src/sys/external/bsd/drm2/i915drm/
intelfb.h 37 #include <drm/drm_fb_helper.h>
43 struct drm_fb_helper *ifa_fb_helper;
  /src/sys/external/bsd/drm2/include/
amdgpufb.h 37 #include <drm/drm_fb_helper.h>
43 struct drm_fb_helper *afa_fb_helper;
  /src/sys/external/bsd/drm2/nouveau/
nouveaufb.h 37 #include <drm/drm_fb_helper.h>
43 struct drm_fb_helper *nfa_fb_helper;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fb_helper.h 1 /* $NetBSD: drm_fb_helper.h,v 1.14 2021/12/19 10:46:44 riastradh Exp $ */
36 struct drm_fb_helper;
99 int (*fb_probe)(struct drm_fb_helper *helper,
104 * struct drm_fb_helper - main structure to emulate fbdev on top of KMS
121 struct drm_fb_helper { struct
202 static inline struct drm_fb_helper *
205 return container_of(client, struct drm_fb_helper, client);
211 * Helper define to register default implementations of drm_fb_helper
225 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper,
228 struct drm_fb_helper *helper, int max_conn)
    [all...]
drm_device.h 28 struct drm_fb_helper;
332 struct drm_fb_helper *fb_helper;
  /src/sys/external/bsd/drm2/include/drm/
drmfb.h 40 struct drm_fb_helper;
77 struct drm_fb_helper *da_fb_helper;
  /src/sys/arch/arm/rockchip/
rk_drm.h 33 #include <drm/drm_fb_helper.h>
88 struct drm_fb_helper helper;
93 struct drm_fb_helper *sfa_fb_helper;
  /src/sys/arch/arm/sunxi/
sunxi_drm.h 35 #include <drm/drm_fb_helper.h>
90 struct drm_fb_helper helper;
95 struct drm_fb_helper *sfa_fb_helper;
  /src/sys/arch/arm/ti/
ti_lcdc.h 35 #include <drm/drm_fb_helper.h>
98 struct drm_fb_helper helper;
103 struct drm_fb_helper *tfa_fb_helper;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fbcon.h 32 #include <drm/drm_fb_helper.h>
37 struct drm_fb_helper helper; /* must be first */
nouveau_vga.c 11 #include <drm/drm_fb_helper.h>
  /src/sys/arch/arm/nvidia/
tegra_drm_fb.c 35 #include <drm/drm_fb_helper.h>
43 static int tegra_fb_probe(struct drm_fb_helper *,
90 tegra_fb_probe(struct drm_fb_helper *helper,
tegra_drm.h 35 #include <drm/drm_fb_helper.h>
86 struct drm_fb_helper *tfa_fb_helper;
132 struct drm_fb_helper helper;
  /src/sys/external/bsd/drm2/dist/drm/
drm_fb_helper.c 1 /* $NetBSD: drm_fb_helper.c,v 1.26 2021/12/19 12:08:18 riastradh Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: drm_fb_helper.c,v 1.26 2021/12/19 12:08:18 riastradh Exp $");
49 #include <drm/drm_fb_helper.h>
138 * accumulate changes and schedule &drm_fb_helper.dirty_work to run right
168 int drm_fb_helper_debug_enter_fb(struct drm_fb_helper *helper)
201 int drm_fb_helper_debug_leave_fb(struct drm_fb_helper *helper)
249 int drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper)
293 struct drm_fb_helper *helper;
340 struct drm_fb_helper *fb_helper = info->par;
387 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_fb.c 40 #include <drm/drm_fb_helper.h>
65 struct drm_fb_helper *fb_helper = info->par;
78 struct drm_fb_helper *fb_helper = info->par;
213 static int amdgpufb_create(struct drm_fb_helper *helper,
  /src/sys/external/bsd/drm2/drm/
drmfb.c 69 #include <drm/drm_fb_helper.h>
219 struct drm_fb_helper *const fb_helper = sc->sc_da.da_fb_helper;
281 struct drm_fb_helper *fb_helper = sc->sc_da.da_fb_helper;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_fbdev.c 46 #include <drm/drm_fb_helper.h>
73 struct drm_fb_helper *fb_helper = info->par;
87 struct drm_fb_helper *fb_helper = info->par;
102 struct drm_fb_helper *fb_helper = info->par;
126 static int intelfb_alloc(struct drm_fb_helper *helper,
179 static int intelfb_create(struct drm_fb_helper *helper,
  /src/sys/external/bsd/drm2/pci/
drmfb_pci.c 68 #include <drm/drm_fb_helper.h>
  /src/sys/modules/drmkms/
Makefile 41 COPTS.drm_fb_helper.c+= -Wno-shadow
83 SRCS+= drm_fb_helper.c
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_fb.c 40 #include <drm/drm_fb_helper.h>
57 struct drm_fb_helper helper; /* must be first */
224 static int radeonfb_create(struct drm_fb_helper *helper,
  /src/sys/external/bsd/drm2/amdgpu/
amdgpufb.c 165 struct drm_fb_helper *const helper = sc->sc_afa.afa_fb_helper;

Completed in 22 milliseconds

1 2 3