Home
last modified time | relevance | path

Searched refs:devm_drm_dev_alloc (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/linux/drivers/gpu/drm/amd/amdxcp/
H A Damdgpu_xcp_drv.c67 pxcp_dev = devm_drm_dev_alloc(&pdev->dev, &amdgpu_xcp_driver, struct xcp_device, drm); in amdgpu_xcp_drm_dev_alloc()
/openbmc/linux/drivers/gpu/drm/vgem/
H A Dvgem_drv.c146 vgem_device = devm_drm_dev_alloc(&pdev->dev, &vgem_driver, in vgem_init()
/openbmc/linux/drivers/gpu/drm/udl/
H A Dudl_drv.c90 udl = devm_drm_dev_alloc(&interface->dev, &driver, in udl_driver_create()
/openbmc/linux/drivers/gpu/drm/sprd/
H A Dsprd_drm.c74 sprd = devm_drm_dev_alloc(dev, &sprd_drm_drv, struct sprd_drm, drm); in sprd_drm_bind()
/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-kms.c116 kms = devm_drm_dev_alloc(dcss->dev, &dcss_kms_driver, in dcss_kms_attach()
/openbmc/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_drv.c51 vbox = devm_drm_dev_alloc(&pdev->dev, &driver, in vbox_pci_probe()
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dili9163.c146 dbidev = devm_drm_dev_alloc(dev, &ili9163_driver, in ili9163_probe()
H A Dhx8357d.c226 dbidev = devm_drm_dev_alloc(dev, &hx8357d_driver, in hx8357d_probe()
H A Dili9341.c183 dbidev = devm_drm_dev_alloc(dev, &ili9341_driver, in ili9341_probe()
H A Dmi0283qt.c187 dbidev = devm_drm_dev_alloc(dev, &mi0283qt_driver, in mi0283qt_probe()
H A Dst7735r.c196 priv = devm_drm_dev_alloc(dev, &st7735r_driver, in st7735r_probe()
H A Dili9486.c208 dbidev = devm_drm_dev_alloc(dev, &ili9486_driver, in ili9486_probe()
/openbmc/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_g200eh3.c189 mdev = devm_drm_dev_alloc(&pdev->dev, drv, struct mga_device, base); in mgag200_g200eh3_device_create()
H A Dmgag200_g200ew3.c209 mdev = devm_drm_dev_alloc(&pdev->dev, drv, struct mga_device, base); in mgag200_g200ew3_device_create()
H A Dmgag200_g200eh.c284 mdev = devm_drm_dev_alloc(&pdev->dev, drv, struct mga_device, base); in mgag200_g200eh_device_create()
/openbmc/linux/include/drm/
H A Ddrm_drv.h496 #define devm_drm_dev_alloc(parent, driver, type, member) \ macro
/openbmc/linux/drivers/gpu/drm/tidss/
H A Dtidss_drv.c127 tidss = devm_drm_dev_alloc(&pdev->dev, &tidss_driver, in tidss_probe()
/openbmc/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_drv.c116 hv = devm_drm_dev_alloc(&hdev->device, &hyperv_driver, in hyperv_vmbus_probe()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Dmock_gem_device.c166 i915 = devm_drm_dev_alloc(&pdev->dev, &mock_driver, in mock_gem_device()
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_drv.c191 vkms_device = devm_drm_dev_alloc(&pdev->dev, &vkms_driver, in vkms_create()
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_drv.c88 qdev = devm_drm_dev_alloc(&pdev->dev, &qxl_driver, in qxl_pci_probe()
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_drv.c85 priv = devm_drm_dev_alloc(dev, &armada_drm_driver, in armada_drm_bind()
/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_drv.c313 priv = devm_drm_dev_alloc(&pdev->dev, &hibmc_driver, in hibmc_pci_probe()
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_drv.c213 v3d = devm_drm_dev_alloc(dev, &v3d_drm_driver, struct v3d_dev, drm); in v3d_platform_drm_probe()
/openbmc/linux/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_drv.c325 priv = devm_drm_dev_alloc(&pdev->dev, &aspeed_gfx_driver, in aspeed_gfx_probe()

123