/linux-4.1.27/include/drm/ |
D | drm_fb_helper.h | 33 struct drm_fb_helper; 94 int (*fb_probe)(struct drm_fb_helper *helper, 96 bool (*initial_config)(struct drm_fb_helper *fb_helper, 107 struct drm_fb_helper { struct 125 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, argument 128 struct drm_fb_helper *helper, int crtc_count, 130 void drm_fb_helper_fini(struct drm_fb_helper *helper); 138 bool drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper); 139 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper, 146 int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper); [all …]
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_fbdev.c | 31 drm_fb_helper) 34 struct drm_fb_helper drm_fb_helper; member 41 struct drm_fb_helper *helper = info->par; in exynos_drm_fb_mmap() 78 static int exynos_drm_fbdev_update(struct drm_fb_helper *helper, in exynos_drm_fbdev_update() 121 static int exynos_drm_fbdev_create(struct drm_fb_helper *helper, in exynos_drm_fbdev_create() 245 struct drm_fb_helper *helper; in exynos_drm_fbdev_init() 259 private->fb_helper = helper = &fbdev->drm_fb_helper; in exynos_drm_fbdev_init() 300 struct drm_fb_helper *fb_helper) in exynos_drm_fbdev_destroy()
|
D | exynos_drm_drv.h | 243 struct drm_fb_helper *fb_helper;
|
D | exynos_drm_fb.c | 260 struct drm_fb_helper *fb_helper = private->fb_helper; in exynos_drm_output_poll_changed()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_fbdev.c | 36 struct drm_fb_helper base; 45 static struct drm_fb_helper *get_fb(struct fb_info *fbi); 61 struct drm_fb_helper *helper = get_fb(fbi); in omap_fbdev_pan_display() 102 static int omap_fbdev_create(struct drm_fb_helper *helper, in omap_fbdev_create() 254 static struct drm_fb_helper *get_fb(struct fb_info *fbi) in get_fb() 264 struct drm_fb_helper *omap_fbdev_init(struct drm_device *dev) in omap_fbdev_init() 268 struct drm_fb_helper *helper; in omap_fbdev_init() 313 struct drm_fb_helper *helper = priv->fbdev; in omap_fbdev_free()
|
D | omap_drv.h | 104 struct drm_fb_helper *fbdev; 152 struct drm_fb_helper *omap_fbdev_init(struct drm_device *dev);
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_fb_helper.c | 95 int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper) in drm_fb_helper_single_add_all_connectors() 122 int drm_fb_helper_add_one_connector(struct drm_fb_helper *fb_helper, struct drm_connector *connecto… in drm_fb_helper_add_one_connector() 173 int drm_fb_helper_remove_one_connector(struct drm_fb_helper *fb_helper, in drm_fb_helper_remove_one_connector() 204 static void drm_fb_helper_save_lut_atomic(struct drm_crtc *crtc, struct drm_fb_helper *helper) in drm_fb_helper_save_lut_atomic() 240 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_enter() 286 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_leave() 315 static bool restore_fbdev_mode(struct drm_fb_helper *fb_helper) in restore_fbdev_mode() 363 static bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helper) in drm_fb_helper_restore_fbdev_mode() 376 bool drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper) in drm_fb_helper_restore_fbdev_mode_unlocked() 403 struct drm_fb_helper *helper; in drm_fb_helper_force_kernel_mode() [all …]
|
D | drm_fb_cma_helper.c | 34 struct drm_fb_helper fb_helper; 38 static inline struct drm_fbdev_cma *to_fbdev_cma(struct drm_fb_helper *helper) in to_fbdev_cma() 247 static int drm_fbdev_cma_create(struct drm_fb_helper *helper, in drm_fbdev_cma_create() 348 struct drm_fb_helper *helper; in drm_fbdev_cma_init()
|
D | Makefile | 28 drm_kms_helper-$(CONFIG_DRM_KMS_FB_HELPER) += drm_fb_helper.o
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_fbdev.c | 35 struct drm_fb_helper base; 62 struct drm_fb_helper *helper = (struct drm_fb_helper *)info->par; in msm_fbdev_mmap() 85 static int msm_fbdev_create(struct drm_fb_helper *helper, in msm_fbdev_create() 223 struct drm_fb_helper *msm_fbdev_init(struct drm_device *dev) in msm_fbdev_init() 227 struct drm_fb_helper *helper; in msm_fbdev_init() 267 struct drm_fb_helper *helper = priv->fbdev; in msm_fbdev_free()
|
D | msm_drv.h | 92 struct drm_fb_helper *fbdev; 228 struct drm_fb_helper *msm_fbdev_init(struct drm_device *dev);
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_fbdev.c | 35 static int armada_fb_create(struct drm_fb_helper *fbh, in armada_fb_create() 121 static int armada_fb_probe(struct drm_fb_helper *fbh, in armada_fb_probe() 143 struct drm_fb_helper *fbh; in armada_fbdev_init() 191 struct drm_fb_helper *fbh = priv->fbdev; in armada_fbdev_fini()
|
D | armada_drm.h | 19 struct drm_fb_helper; 76 struct drm_fb_helper *fbdev;
|
D | armada_fb.c | 161 struct drm_fb_helper *fbh = priv->fbdev; in armada_output_poll_changed()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fbdev.c | 31 struct drm_fb_helper *helper = info->par; in rockchip_fbdev_mmap() 50 static int rockchip_drm_fbdev_create(struct drm_fb_helper *helper, in rockchip_drm_fbdev_create() 143 struct drm_fb_helper *helper; in rockchip_drm_fbdev_init() 189 struct drm_fb_helper *helper; in rockchip_drm_fbdev_fini()
|
D | rockchip_drm_drv.h | 50 struct drm_fb_helper fbdev_helper;
|
D | rockchip_drm_fb.c | 163 struct drm_fb_helper *fb_helper = &private->fbdev_helper; in rockchip_drm_output_poll_changed()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_fbdev.c | 50 struct drm_fb_helper *fb_helper = info->par; in intel_fbdev_set_par() 76 struct drm_fb_helper *fb_helper = info->par; in intel_fbdev_blank() 113 static int intelfb_alloc(struct drm_fb_helper *helper, in intelfb_alloc() 172 static int intelfb_create(struct drm_fb_helper *helper, in intelfb_create() 311 intel_fb_helper_crtc(struct drm_fb_helper *fb_helper, struct drm_crtc *crtc) in intel_fb_helper_crtc() 349 static bool intel_fb_initial_config(struct drm_fb_helper *fb_helper, in intel_fb_initial_config()
|
D | intel_drv.h | 124 struct drm_fb_helper helper;
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | framebuffer.h | 38 struct drm_fb_helper psb_fb_helper;
|
D | framebuffer.c | 540 static int psbfb_probe(struct drm_fb_helper *helper, in psbfb_probe()
|
/linux-4.1.27/Documentation/DocBook/ |
D | .drm.xml.cmd | 2 …/drm/drm_probe_helper.c drivers/gpu/drm/drm_fb_helper.c drivers/gpu/drm/drm_fb_helper.c include/dr…
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 45 struct drm_fb_helper helper; 68 struct drm_fb_helper *fb_helper = info->par; in radeon_fb_helper_set_par() 219 static int radeonfb_create(struct drm_fb_helper *helper, in radeonfb_create()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.h | 35 struct drm_fb_helper helper;
|
D | nouveau_fbcon.c | 332 nouveau_fbcon_create(struct drm_fb_helper *helper, in nouveau_fbcon_create()
|
/linux-4.1.27/drivers/gpu/drm/bochs/ |
D | bochs_fbdev.c | 15 struct drm_fb_helper *fb_helper = info->par; in bochsfb_mmap() 54 static int bochsfb_create(struct drm_fb_helper *helper, in bochsfb_create()
|
D | bochs.h | 91 struct drm_fb_helper helper;
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | fb.c | 22 static inline struct tegra_fbdev *to_tegra_fbdev(struct drm_fb_helper *helper) in to_tegra_fbdev() 197 static int tegra_fbdev_probe(struct drm_fb_helper *helper, in tegra_fbdev_probe()
|
D | drm.h | 34 struct drm_fb_helper base;
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
D | cirrus_drv.h | 154 struct drm_fb_helper helper;
|
D | cirrus_fbdev.c | 163 static int cirrusfb_create(struct drm_fb_helper *helper, in cirrusfb_create()
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_drv.h | 115 struct drm_fb_helper helper;
|
D | mgag200_fb.c | 158 static int mgag200fb_create(struct drm_fb_helper *helper, in mgag200fb_create()
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_fb.c | 34 struct drm_fb_helper helper; 472 static int udlfb_create(struct drm_fb_helper *helper, in udlfb_create()
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
D | ast_drv.h | 257 struct drm_fb_helper helper;
|
D | ast_fb.c | 186 static int astfb_create(struct drm_fb_helper *helper, in astfb_create()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_fb.c | 56 struct drm_fb_helper helper; 625 struct drm_fb_helper *helper, in qxl_fb_find_or_create_single()
|