Home
last modified time | relevance | path

Searched defs:drm_dev (Results 1 – 44 of 44) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_iommu.h30 static inline bool is_drm_iommu_supported(struct drm_device *drm_dev) in is_drm_iommu_supported()
43 static inline int drm_create_iommu_mapping(struct drm_device *drm_dev) in drm_create_iommu_mapping()
48 static inline void drm_release_iommu_mapping(struct drm_device *drm_dev) in drm_release_iommu_mapping()
52 static inline int drm_iommu_attach_device(struct drm_device *drm_dev, in drm_iommu_attach_device()
58 static inline void drm_iommu_detach_device(struct drm_device *drm_dev, in drm_iommu_detach_device()
63 static inline bool is_drm_iommu_supported(struct drm_device *drm_dev) in is_drm_iommu_supported()
Dexynos_drm_iommu.c29 int drm_create_iommu_mapping(struct drm_device *drm_dev) in drm_create_iommu_mapping()
68 void drm_release_iommu_mapping(struct drm_device *drm_dev) in drm_release_iommu_mapping()
84 int drm_iommu_attach_device(struct drm_device *drm_dev, in drm_iommu_attach_device()
132 void drm_iommu_detach_device(struct drm_device *drm_dev, in drm_iommu_detach_device()
Dexynos_drm_ipp.c253 int exynos_drm_ipp_get_property(struct drm_device *drm_dev, void *data, in exynos_drm_ipp_get_property()
347 int exynos_drm_ipp_set_property(struct drm_device *drm_dev, void *data, in exynos_drm_ipp_set_property()
479 static int ipp_validate_mem_node(struct drm_device *drm_dev, in ipp_validate_mem_node()
518 static int ipp_put_mem_node(struct drm_device *drm_dev, in ipp_put_mem_node()
548 *ipp_get_mem_node(struct drm_device *drm_dev, in ipp_get_mem_node()
605 static void ipp_clean_mem_nodes(struct drm_device *drm_dev, in ipp_clean_mem_nodes()
629 static int ipp_get_event(struct drm_device *drm_dev, in ipp_get_event()
877 static void ipp_clean_queue_buf(struct drm_device *drm_dev, in ipp_clean_queue_buf()
894 int exynos_drm_ipp_queue_buf(struct drm_device *drm_dev, void *data, in exynos_drm_ipp_queue_buf()
1025 int exynos_drm_ipp_cmd_ctrl(struct drm_device *drm_dev, void *data, in exynos_drm_ipp_cmd_ctrl()
[all …]
Dexynos_drm_ipp.h162 struct drm_device *drm_dev; member
207 static inline int exynos_drm_ipp_get_property(struct drm_device *drm_dev, in exynos_drm_ipp_get_property()
214 static inline int exynos_drm_ipp_set_property(struct drm_device *drm_dev, in exynos_drm_ipp_set_property()
221 static inline int exynos_drm_ipp_queue_buf(struct drm_device *drm_dev, in exynos_drm_ipp_queue_buf()
228 static inline int exynos_drm_ipp_cmd_ctrl(struct drm_device *drm_dev, in exynos_drm_ipp_cmd_ctrl()
Dexynos_drm_g2d.c360 static void g2d_userptr_put_dma_addr(struct drm_device *drm_dev, in g2d_userptr_put_dma_addr()
401 static dma_addr_t *g2d_userptr_get_dma_addr(struct drm_device *drm_dev, in g2d_userptr_get_dma_addr()
569 static void g2d_userptr_free_all(struct drm_device *drm_dev, in g2d_userptr_free_all()
689 struct drm_device *drm_dev, in g2d_map_cmdlist_gem()
889 struct drm_device *drm_dev = g2d->subdrv.drm_dev; in g2d_finish_event() local
1045 int exynos_g2d_get_ver_ioctl(struct drm_device *drm_dev, void *data, in exynos_g2d_get_ver_ioctl()
1072 int exynos_g2d_set_cmdlist_ioctl(struct drm_device *drm_dev, void *data, in exynos_g2d_set_cmdlist_ioctl()
1243 int exynos_g2d_exec_ioctl(struct drm_device *drm_dev, void *data, in exynos_g2d_exec_ioctl()
1306 static int g2d_subdrv_probe(struct drm_device *drm_dev, struct device *dev) in g2d_subdrv_probe()
1335 static void g2d_subdrv_remove(struct drm_device *drm_dev, struct device *dev) in g2d_subdrv_remove()
[all …]
Dexynos_drm_vidi.c39 struct drm_device *drm_dev; member
210 struct drm_device *drm_dev) in vidi_ctx_initialize()
302 int vidi_connection_ioctl(struct drm_device *drm_dev, void *data, in vidi_connection_ioctl()
464 struct drm_device *drm_dev = data; in vidi_bind() local
Dexynos_drm_dmabuf.c184 struct dma_buf *exynos_dmabuf_prime_export(struct drm_device *drm_dev, in exynos_dmabuf_prime_export()
198 struct drm_gem_object *exynos_dmabuf_prime_import(struct drm_device *drm_dev, in exynos_dmabuf_prime_import()
Dexynos_drm_gem.c324 struct drm_device *drm_dev = exynos_gem_obj->base.dev; in exynos_drm_gem_mmap_buffer() local
478 int exynos_gem_map_sgt_with_dma(struct drm_device *drm_dev, in exynos_gem_map_sgt_with_dma()
497 void exynos_gem_unmap_sgt_from_dma(struct drm_device *drm_dev, in exynos_gem_unmap_sgt_from_dma()
Dexynos_drm_drv.c326 struct drm_device *drm_dev = dev_get_drvdata(dev); in exynos_drm_sys_suspend() local
338 struct drm_device *drm_dev = dev_get_drvdata(dev); in exynos_drm_sys_resume() local
Dexynos_drm_crtc.c240 struct exynos_drm_crtc *exynos_drm_crtc_create(struct drm_device *drm_dev, in exynos_drm_crtc_create()
354 int exynos_drm_crtc_get_pipe_from_type(struct drm_device *drm_dev, in exynos_drm_crtc_get_pipe_from_type()
Dexynos7_drm_decon.c47 struct drm_device *drm_dev; member
120 struct drm_device *drm_dev) in decon_ctx_initialize()
757 struct drm_device *drm_dev = data; in decon_bind() local
Dexynos_drm_fb.c43 static int check_fb_gem_memory_type(struct drm_device *drm_dev, in check_fb_gem_memory_type()
Dexynos_drm_fimd.c149 struct drm_device *drm_dev; member
277 struct drm_device *drm_dev) in fimd_iommu_attach_devices()
1017 struct drm_device *drm_dev = data; in fimd_bind() local
Dexynos_mixer.c75 struct drm_device *drm_dev; member
860 struct drm_device *drm_dev) in mixer_initialize()
1200 struct drm_device *drm_dev = data; in mixer_bind() local
Dexynos_dp_core.h152 struct drm_device *drm_dev; member
Dexynos_drm_drv.h275 struct drm_device *drm_dev; member
Dexynos_hdmi.c186 struct drm_device *drm_dev; member
2298 struct drm_device *drm_dev = data; in hdmi_bind() local
Dexynos_dp_core.c1218 struct drm_device *drm_dev = data; in exynos_dp_bind() local
Dexynos_drm_dsi.c1642 struct drm_device *drm_dev = data; in exynos_dsi_bind() local
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_drv.c147 struct drm_device *drm_dev = pci_get_drvdata(pdev); in qxl_pm_suspend() local
162 struct drm_device *drm_dev = pci_get_drvdata(pdev); in qxl_pm_resume() local
176 struct drm_device *drm_dev = pci_get_drvdata(pdev); in qxl_pm_thaw() local
184 struct drm_device *drm_dev = pci_get_drvdata(pdev); in qxl_pm_freeze() local
192 struct drm_device *drm_dev = pci_get_drvdata(pdev); in qxl_pm_restore() local
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_drv.c422 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_suspend() local
429 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_resume() local
436 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_freeze() local
443 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_thaw() local
450 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_runtime_suspend() local
475 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_runtime_resume() local
500 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_runtime_idle() local
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_drm.c655 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_suspend() local
676 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_resume() local
697 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_freeze() local
705 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_thaw() local
713 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_runtime_suspend() local
745 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_runtime_resume() local
773 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_runtime_idle() local
Dnouveau_platform.c221 struct drm_device *drm_dev = platform_get_drvdata(pdev); in nouveau_platform_remove() local
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_drv.c635 static int i915_drm_suspend_late(struct drm_device *drm_dev, bool hibernation) in i915_drm_suspend_late()
940 struct drm_device *drm_dev = pci_get_drvdata(pdev); in i915_pm_suspend() local
955 struct drm_device *drm_dev = dev_to_i915(dev)->dev; in i915_pm_suspend_late() local
974 struct drm_device *drm_dev = dev_to_i915(dev)->dev; in i915_pm_poweroff_late() local
984 struct drm_device *drm_dev = dev_to_i915(dev)->dev; in i915_pm_resume_early() local
994 struct drm_device *drm_dev = dev_to_i915(dev)->dev; in i915_pm_resume() local
Di915_sysfs.c198 struct drm_device *drm_dev = dminor->dev; in i915_l3_read() local
234 struct drm_device *drm_dev = dminor->dev; in i915_l3_write() local
/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_drv.c88 struct drm_device *drm_dev = pci_get_drvdata(pdev); in cirrus_pm_suspend() local
105 struct drm_device *drm_dev = pci_get_drvdata(pdev); in cirrus_pm_resume() local
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c43 int rockchip_drm_dma_attach_device(struct drm_device *drm_dev, in rockchip_drm_dma_attach_device()
59 void rockchip_drm_dma_detach_device(struct drm_device *drm_dev, in rockchip_drm_dma_detach_device()
127 static int rockchip_drm_load(struct drm_device *drm_dev, unsigned long flags) in rockchip_drm_load()
233 static int rockchip_drm_unload(struct drm_device *drm_dev) in rockchip_drm_unload()
Drockchip_drm_vop.c83 struct drm_device *drm_dev; member
1181 struct drm_device *drm_dev = vop->drm_dev; in vop_create_crtc() local
1408 struct drm_device *drm_dev = data; in vop_bind() local
/linux-4.1.27/drivers/gpu/drm/bochs/
Dbochs_drv.c105 struct drm_device *drm_dev = pci_get_drvdata(pdev); in bochs_pm_suspend() local
122 struct drm_device *drm_dev = pci_get_drvdata(pdev); in bochs_pm_resume() local
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_drm_drv.h26 struct drm_device *drm_dev; member
Dsti_drm_crtc.c215 struct drm_device *drm_dev; in sti_drm_crtc_vblank_cb() local
303 int sti_drm_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer, in sti_drm_crtc_init()
Dsti_compositor.c93 struct drm_device *drm_dev = data; in sti_compositor_bind() local
Dsti_hdmi.h50 struct drm_device *drm_dev; member
Dsti_dvo.c83 struct drm_device *drm_dev; member
392 struct drm_device *drm_dev = data; in sti_dvo_bind() local
Dsti_hda.c246 struct drm_device *drm_dev; member
639 struct drm_device *drm_dev = data; in sti_hda_bind() local
Dsti_tvout.c117 struct drm_device *drm_dev; member
645 struct drm_device *drm_dev = data; in sti_tvout_bind() local
Dsti_hdmi.c691 struct drm_device *drm_dev = data; in sti_hdmi_bind() local
Dsti_hqvdp.c340 struct drm_device *drm_dev; member
957 struct drm_device *drm_dev = data; in sti_hqvdp_bind() local
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.c565 struct drm_device *drm_dev = dev_get_drvdata(dev); in atmel_hlcdc_dc_drm_suspend() local
580 struct drm_device *drm_dev = dev_get_drvdata(dev); in atmel_hlcdc_dc_drm_resume() local
/linux-4.1.27/drivers/gpu/drm/
Ddrm_sysfs.c45 struct drm_device *drm_dev = drm_minor->dev; in __drm_class_suspend() local
86 struct drm_device *drm_dev = drm_minor->dev; in drm_class_resume() local
/linux-4.1.27/drivers/gpu/drm/imx/
Dimx-drm-core.c598 struct drm_device *drm_dev = dev_get_drvdata(dev); in imx_drm_suspend() local
611 struct drm_device *drm_dev = dev_get_drvdata(dev); in imx_drm_resume() local
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_drv.c713 struct drm_device *drm_dev = dev_get_drvdata(dev); in omap_drm_suspend() local
722 struct drm_device *drm_dev = dev_get_drvdata(dev); in omap_drm_resume() local
Domap_gem.c952 struct drm_device *drm_dev = dev_get_drvdata(dev); in omap_gem_resume() local
/linux-4.1.27/drivers/gpu/drm/gma500/
Dpsb_intel_drv.h113 struct drm_device *drm_dev; member