Home
last modified time | relevance | path

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

/linux-4.4.14/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()
39 static inline int drm_create_iommu_mapping(struct drm_device *drm_dev) in drm_create_iommu_mapping()
44 static inline void drm_release_iommu_mapping(struct drm_device *drm_dev) in drm_release_iommu_mapping()
48 static inline int drm_iommu_attach_device(struct drm_device *drm_dev, in drm_iommu_attach_device()
54 static inline void drm_iommu_detach_device(struct drm_device *drm_dev, in drm_iommu_detach_device()
59 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()
133 void drm_iommu_detach_device(struct drm_device *drm_dev, in drm_iommu_detach_device()
Dexynos_drm_ipp.c226 int exynos_drm_ipp_get_property(struct drm_device *drm_dev, void *data, in exynos_drm_ipp_get_property()
320 int exynos_drm_ipp_set_property(struct drm_device *drm_dev, void *data, in exynos_drm_ipp_set_property()
452 static int ipp_validate_mem_node(struct drm_device *drm_dev, in ipp_validate_mem_node()
515 static int ipp_put_mem_node(struct drm_device *drm_dev, in ipp_put_mem_node()
545 *ipp_get_mem_node(struct drm_device *drm_dev, in ipp_get_mem_node()
602 static void ipp_clean_mem_nodes(struct drm_device *drm_dev, in ipp_clean_mem_nodes()
626 static int ipp_get_event(struct drm_device *drm_dev, in ipp_get_event()
874 static void ipp_clean_queue_buf(struct drm_device *drm_dev, in ipp_clean_queue_buf()
891 int exynos_drm_ipp_queue_buf(struct drm_device *drm_dev, void *data, in exynos_drm_ipp_queue_buf()
1022 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.c362 static void g2d_userptr_put_dma_addr(struct drm_device *drm_dev, in g2d_userptr_put_dma_addr()
406 static dma_addr_t *g2d_userptr_get_dma_addr(struct drm_device *drm_dev, in g2d_userptr_get_dma_addr()
542 static void g2d_userptr_free_all(struct drm_device *drm_dev, in g2d_userptr_free_all()
679 struct drm_device *drm_dev, in g2d_map_cmdlist_gem()
879 struct drm_device *drm_dev = g2d->subdrv.drm_dev; in g2d_finish_event() local
1037 int exynos_g2d_get_ver_ioctl(struct drm_device *drm_dev, void *data, in exynos_g2d_get_ver_ioctl()
1063 int exynos_g2d_set_cmdlist_ioctl(struct drm_device *drm_dev, void *data, in exynos_g2d_set_cmdlist_ioctl()
1233 int exynos_g2d_exec_ioctl(struct drm_device *drm_dev, void *data, in exynos_g2d_exec_ioctl()
1295 static int g2d_subdrv_probe(struct drm_device *drm_dev, struct device *dev) in g2d_subdrv_probe()
1321 static void g2d_subdrv_remove(struct drm_device *drm_dev, struct device *dev) in g2d_subdrv_remove()
[all …]
Dexynos_drm_vidi.c40 struct drm_device *drm_dev; member
166 struct drm_device *drm_dev) in vidi_ctx_initialize()
266 int vidi_connection_ioctl(struct drm_device *drm_dev, void *data, in vidi_connection_ioctl()
439 struct drm_device *drm_dev = data; in vidi_bind() local
Dexynos_drm_gem.c324 struct drm_device *drm_dev = exynos_gem->base.dev; in exynos_drm_gem_mmap_buffer() local
375 int exynos_gem_map_sgt_with_dma(struct drm_device *drm_dev, in exynos_gem_map_sgt_with_dma()
394 void exynos_gem_unmap_sgt_from_dma(struct drm_device *drm_dev, in exynos_gem_unmap_sgt_from_dma()
Dexynos_drm_crtc.c128 struct exynos_drm_crtc *exynos_drm_crtc_create(struct drm_device *drm_dev, in exynos_drm_crtc_create()
241 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
132 struct drm_device *drm_dev) in decon_ctx_initialize()
680 struct drm_device *drm_dev = data; in decon_bind() local
Dexynos_drm_drv.c481 struct drm_device *drm_dev = dev_get_drvdata(dev); in exynos_drm_sys_suspend() local
493 struct drm_device *drm_dev = dev_get_drvdata(dev); in exynos_drm_sys_resume() local
Dexynos_drm_fb.c42 static int check_fb_gem_memory_type(struct drm_device *drm_dev, in check_fb_gem_memory_type()
Dexynos5433_drm_decon.c56 struct drm_device *drm_dev; member
494 struct drm_device *drm_dev = data; in decon_bind() local
Dexynos_mixer.c93 struct drm_device *drm_dev; member
886 struct drm_device *drm_dev) in mixer_initialize()
1188 struct drm_device *drm_dev = data; in mixer_bind() local
Dexynos_hdmi.c103 struct drm_device *drm_dev; member
1779 struct drm_device *drm_dev = data; in hdmi_bind() local
Dexynos_drm_fimd.c150 struct drm_device *drm_dev; member
941 struct drm_device *drm_dev = data; in fimd_bind() local
Dexynos_drm_drv.h219 struct drm_device *drm_dev; member
Dexynos_dp_core.h152 struct drm_device *drm_dev; member
Dexynos_dp_core.c1212 struct drm_device *drm_dev = data; in exynos_dp_bind() local
Dexynos_drm_dsi.c1820 struct drm_device *drm_dev = data; in exynos_dsi_bind() local
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c338 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_suspend() local
345 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_resume() local
352 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_freeze() local
359 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_thaw() local
366 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_runtime_suspend() local
391 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_runtime_resume() local
416 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_runtime_idle() local
/linux-4.4.14/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.4.14/drivers/gpu/drm/radeon/
Dradeon_drv.c423 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_suspend() local
430 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_resume() local
437 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_freeze() local
444 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_thaw() local
451 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_runtime_suspend() local
476 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_runtime_resume() local
501 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_runtime_idle() local
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_drm.c632 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_suspend() local
654 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_resume() local
675 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_freeze() local
683 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_thaw() local
691 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_runtime_suspend() local
722 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_runtime_resume() local
749 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_runtime_idle() local
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c44 int rockchip_drm_dma_attach_device(struct drm_device *drm_dev, in rockchip_drm_dma_attach_device()
60 void rockchip_drm_dma_detach_device(struct drm_device *drm_dev, in rockchip_drm_dma_detach_device()
130 static int rockchip_drm_load(struct drm_device *drm_dev, unsigned long flags) in rockchip_drm_load()
236 static int rockchip_drm_unload(struct drm_device *drm_dev) in rockchip_drm_unload()
Drockchip_drm_vop.c86 struct drm_device *drm_dev; member
1457 struct drm_device *drm_dev = vop->drm_dev; in vop_create_crtc() local
1676 struct drm_device *drm_dev = data; in vop_bind() local
/linux-4.4.14/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.4.14/drivers/gpu/drm/i915/
Di915_drv.c688 static int i915_drm_suspend_late(struct drm_device *drm_dev, bool hibernation) in i915_drm_suspend_late()
995 struct drm_device *drm_dev = pci_get_drvdata(pdev); in i915_pm_suspend() local
1010 struct drm_device *drm_dev = dev_to_i915(dev)->dev; in i915_pm_suspend_late() local
1029 struct drm_device *drm_dev = dev_to_i915(dev)->dev; in i915_pm_poweroff_late() local
1039 struct drm_device *drm_dev = dev_to_i915(dev)->dev; in i915_pm_resume_early() local
1049 struct drm_device *drm_dev = dev_to_i915(dev)->dev; in i915_pm_resume() local
Di915_sysfs.c168 struct drm_device *drm_dev = dminor->dev; in i915_l3_read() local
204 struct drm_device *drm_dev = dminor->dev; in i915_l3_write() local
Dintel_audio.c635 struct drm_device *drm_dev = dev_priv->dev; in i915_audio_component_sync_audio_rate() local
/linux-4.4.14/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.4.14/drivers/gpu/drm/sti/
Dsti_crtc.c163 struct drm_device *drm_dev = crtc->dev; in sti_crtc_atomic_flush() local
323 void sti_crtc_disable_vblank(struct drm_device *drm_dev, unsigned int pipe) in sti_crtc_disable_vblank()
363 int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer, in sti_crtc_init()
Dsti_drv.h26 struct drm_device *drm_dev; member
Dsti_compositor.c63 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
393 struct drm_device *drm_dev = data; in sti_dvo_bind() local
Dsti_hda.c246 struct drm_device *drm_dev; member
640 struct drm_device *drm_dev = data; in sti_hda_bind() local
Dsti_cursor.c238 struct drm_plane *sti_cursor_create(struct drm_device *drm_dev, in sti_cursor_create()
Dsti_tvout.c117 struct drm_device *drm_dev; member
645 struct drm_device *drm_dev = data; in sti_tvout_bind() local
Dsti_hqvdp.c341 struct drm_device *drm_dev; member
961 static struct drm_plane *sti_hqvdp_create(struct drm_device *drm_dev, in sti_hqvdp_create()
992 struct drm_device *drm_dev = data; in sti_hqvdp_bind() local
Dsti_gdp.c604 struct drm_plane *sti_gdp_create(struct drm_device *drm_dev, in sti_gdp_create()
Dsti_hdmi.c692 struct drm_device *drm_dev = data; in sti_hdmi_bind() local
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.c781 struct drm_device *drm_dev = dev_get_drvdata(dev); in atmel_hlcdc_dc_drm_suspend() local
796 struct drm_device *drm_dev = dev_get_drvdata(dev); in atmel_hlcdc_dc_drm_resume() local
/linux-4.4.14/drivers/gpu/drm/imx/
Dimx-drm-core.c558 struct drm_device *drm_dev = dev_get_drvdata(dev); in imx_drm_suspend() local
571 struct drm_device *drm_dev = dev_get_drvdata(dev); in imx_drm_resume() local
/linux-4.4.14/drivers/gpu/drm/
Ddrm_sysfs.c47 struct drm_device *drm_dev = drm_minor->dev; in __drm_class_suspend() local
88 struct drm_device *drm_dev = drm_minor->dev; in drm_class_resume() local
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_drv.c903 struct drm_device *drm_dev = dev_get_drvdata(dev); in omap_drm_suspend() local
912 struct drm_device *drm_dev = dev_get_drvdata(dev); in omap_drm_resume() local
Domap_gem.c950 struct drm_device *drm_dev = dev_get_drvdata(dev); in omap_gem_resume() local
/linux-4.4.14/drivers/gpu/drm/gma500/
Dpsb_intel_drv.h113 struct drm_device *drm_dev; member