Searched refs:drm_helper_mode_fill_fb_struct (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_modeset_helper.c | 80 void drm_helper_mode_fill_fb_struct(struct drm_device *dev, in drm_helper_mode_fill_fb_struct() function 97 EXPORT_SYMBOL(drm_helper_mode_fill_fb_struct);
|
H A D | drm_gem_framebuffer_helper.c | 77 drm_helper_mode_fill_fb_struct(dev, fb, mode_cmd); in drm_gem_fb_init()
|
/openbmc/linux/include/drm/ |
H A D | drm_modeset_helper.h | 34 void drm_helper_mode_fill_fb_struct(struct drm_device *dev,
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_fb.c | 79 drm_helper_mode_fill_fb_struct(dev, fb, mode_cmd); in exynos_drm_framebuffer_init()
|
/openbmc/linux/drivers/gpu/drm/armada/ |
H A D | armada_fb.c | 67 drm_helper_mode_fill_fb_struct(dev, &dfb->fb, mode); in armada_framebuffer_create()
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | fb.c | 117 drm_helper_mode_fill_fb_struct(drm, fb, mode_cmd); in tegra_fb_alloc()
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | framebuffer.c | 49 drm_helper_mode_fill_fb_struct(dev, fb, mode_cmd); in psb_framebuffer_init()
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_fb.c | 225 drm_helper_mode_fill_fb_struct(dev, fb, mode_cmd); in msm_framebuffer_init()
|
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_framebuffer.c | 180 drm_helper_mode_fill_fb_struct(dev, &kfb->base, mode_cmd); in komeda_fb_create()
|
/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_display.c | 76 drm_helper_mode_fill_fb_struct(dev, &vgfb->base, mode_cmd); in virtio_gpu_framebuffer_init()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_fb.c | 442 drm_helper_mode_fill_fb_struct(dev, fb, mode_cmd); in omap_framebuffer_init()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_display.c | 362 drm_helper_mode_fill_fb_struct(dev, fb, mode_cmd); in nouveau_framebuffer_new()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.c | 1361 drm_helper_mode_fill_fb_struct(dev, &vfbs->base.base, mode_cmd); in vmw_kms_new_framebuffer_surface() 1528 drm_helper_mode_fill_fb_struct(dev, &vfbd->base.base, mode_cmd); in vmw_kms_new_framebuffer_bo()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_display.c | 1167 drm_helper_mode_fill_fb_struct(dev, &rfb->base, mode_cmd); in amdgpu_display_gem_fb_verify_and_init()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_display.c | 1305 drm_helper_mode_fill_fb_struct(dev, fb, mode_cmd); in radeon_framebuffer_init()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_fb.c | 2023 drm_helper_mode_fill_fb_struct(&dev_priv->drm, fb, mode_cmd); in intel_framebuffer_init()
|