Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_iommu.h99 static inline bool is_drm_iommu_supported(struct drm_device *drm_dev) in is_drm_iommu_supported()
108 static inline int drm_create_iommu_mapping(struct drm_device *drm_dev) in drm_create_iommu_mapping()
113 static inline void drm_release_iommu_mapping(struct drm_device *drm_dev) in drm_release_iommu_mapping()
117 static inline int drm_iommu_attach_device(struct drm_device *drm_dev, in drm_iommu_attach_device()
123 static inline void drm_iommu_detach_device(struct drm_device *drm_dev, in drm_iommu_detach_device()
128 static inline bool is_drm_iommu_supported(struct drm_device *drm_dev) in is_drm_iommu_supported()
Dexynos_drm_iommu.c43 int drm_create_iommu_mapping(struct drm_device *drm_dev) in drm_create_iommu_mapping()
56 void drm_release_iommu_mapping(struct drm_device *drm_dev) in drm_release_iommu_mapping()
72 int drm_iommu_attach_device(struct drm_device *drm_dev, in drm_iommu_attach_device()
104 void drm_iommu_detach_device(struct drm_device *drm_dev, in drm_iommu_detach_device()
Dexynos_drm_g2d.h40 int g2d_open(struct drm_device *drm_dev, struct drm_file *file) in g2d_open()
45 void g2d_close(struct drm_device *drm_dev, struct drm_file *file) in g2d_close()
Dexynos_drm_g2d.c241 struct drm_device *drm_dev; member
684 struct drm_device *drm_dev, in g2d_map_cmdlist_gem()
906 struct drm_device *drm_dev = g2d->drm_dev; in g2d_finish_event() local
1120 int exynos_g2d_get_ver_ioctl(struct drm_device *drm_dev, void *data, in exynos_g2d_get_ver_ioctl()
1131 int exynos_g2d_set_cmdlist_ioctl(struct drm_device *drm_dev, void *data, in exynos_g2d_set_cmdlist_ioctl()
1290 int exynos_g2d_exec_ioctl(struct drm_device *drm_dev, void *data, in exynos_g2d_exec_ioctl()
1340 int g2d_open(struct drm_device *drm_dev, struct drm_file *file) in g2d_open()
1351 void g2d_close(struct drm_device *drm_dev, struct drm_file *file) in g2d_close()
1395 struct drm_device *drm_dev = data; in g2d_bind() local
1424 struct drm_device *drm_dev = data; in g2d_unbind() local
Dexynos_drm_rotator.c60 struct drm_device *drm_dev; member
243 struct drm_device *drm_dev = data; in rotator_bind() local
262 struct drm_device *drm_dev = data; in rotator_unbind() local
Dexynos_drm_crtc.c187 struct exynos_drm_crtc *exynos_drm_crtc_create(struct drm_device *drm_dev, in exynos_drm_crtc_create()
222 struct exynos_drm_crtc *exynos_drm_crtc_get_by_type(struct drm_device *drm_dev, in exynos_drm_crtc_get_by_type()
Dexynos_drm_vidi.c44 struct drm_device *drm_dev; member
222 int vidi_connection_ioctl(struct drm_device *drm_dev, void *data, in vidi_connection_ioctl()
379 struct drm_device *drm_dev = data; in vidi_bind() local
Dexynos_dp.c41 struct drm_device *drm_dev; member
159 struct drm_device *drm_dev = data; in exynos_dp_bind() local
/Linux-v4.19/drivers/gpu/drm/qxl/
Dqxl_drv.c191 struct drm_device *drm_dev = pci_get_drvdata(pdev); in qxl_pm_suspend() local
206 struct drm_device *drm_dev = pci_get_drvdata(pdev); in qxl_pm_resume() local
220 struct drm_device *drm_dev = pci_get_drvdata(pdev); in qxl_pm_thaw() local
228 struct drm_device *drm_dev = pci_get_drvdata(pdev); in qxl_pm_freeze() local
236 struct drm_device *drm_dev = pci_get_drvdata(pdev); in qxl_pm_restore() local
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c909 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_suspend() local
916 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_resume() local
932 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_freeze() local
940 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_thaw() local
948 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_poweroff() local
956 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_restore() local
963 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_runtime_suspend() local
990 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_runtime_resume() local
1016 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_runtime_idle() local
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c50 int rockchip_drm_dma_attach_device(struct drm_device *drm_dev, in rockchip_drm_dma_attach_device()
68 void rockchip_drm_dma_detach_device(struct drm_device *drm_dev, in rockchip_drm_dma_detach_device()
80 static int rockchip_drm_init_iommu(struct drm_device *drm_dev) in rockchip_drm_init_iommu()
105 static void rockchip_iommu_cleanup(struct drm_device *drm_dev) in rockchip_iommu_cleanup()
118 struct drm_device *drm_dev; in rockchip_drm_bind() local
193 struct drm_device *drm_dev = dev_get_drvdata(dev); in rockchip_drm_unbind() local
Danalogix_dp-rockchip.c64 struct drm_device *drm_dev; member
296 struct drm_device *drm_dev = dp->drm_dev; in rockchip_dp_drm_create_encoder() local
321 struct drm_device *drm_dev = data; in rockchip_dp_bind() local
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_drv.c377 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_suspend() local
384 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_resume() local
399 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_freeze() local
406 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_thaw() local
413 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_runtime_suspend() local
440 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_runtime_resume() local
466 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_runtime_idle() local
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_drm.c756 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_suspend() local
778 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_resume() local
804 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_freeze() local
812 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_thaw() local
828 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_runtime_suspend() local
850 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_runtime_resume() local
Dnouveau_hwmon.c421 struct drm_device *drm_dev = dev_get_drvdata(dev); in nouveau_temp_read() local
468 struct drm_device *drm_dev = dev_get_drvdata(dev); in nouveau_fan_read() local
489 struct drm_device *drm_dev = dev_get_drvdata(dev); in nouveau_in_read() local
518 struct drm_device *drm_dev = dev_get_drvdata(dev); in nouveau_pwm_read() local
542 struct drm_device *drm_dev = dev_get_drvdata(dev); in nouveau_power_read() local
569 struct drm_device *drm_dev = dev_get_drvdata(dev); in nouveau_temp_write() local
603 struct drm_device *drm_dev = dev_get_drvdata(dev); in nouveau_pwm_write() local
Dnouveau_led.c39 struct drm_device *drm_dev = container_of(led, struct nouveau_led, led)->dev; in nouveau_led_get_brightness() local
56 struct drm_device *drm_dev = container_of(led, struct nouveau_led, led)->dev; in nouveau_led_set_brightness() local
/Linux-v4.19/drivers/gpu/drm/cirrus/
Dcirrus_drv.c89 struct drm_device *drm_dev = pci_get_drvdata(pdev); in cirrus_pm_suspend() local
106 struct drm_device *drm_dev = pci_get_drvdata(pdev); in cirrus_pm_resume() local
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_crtc.c142 struct drm_device *drm_dev = crtc->dev; in sti_crtc_atomic_flush() local
306 void sti_crtc_disable_vblank(struct drm_device *drm_dev, unsigned int pipe) in sti_crtc_disable_vblank()
351 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_drv.c39 struct drm_device *drm_dev = data; in sti_drm_fps_get() local
56 struct drm_device *drm_dev = data; in sti_drm_fps_set() local
/Linux-v4.19/drivers/gpu/drm/hisilicon/kirin/
Dkirin_drm_drv.c187 struct drm_device *drm_dev; in kirin_drm_bind() local
214 struct drm_device *drm_dev = dev_get_drvdata(dev); in kirin_drm_unbind() local
/Linux-v4.19/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-v4.19/drivers/gpu/drm/imx/
Dimx-drm-core.c340 struct drm_device *drm_dev = dev_get_drvdata(dev); in imx_drm_suspend() local
347 struct drm_device *drm_dev = dev_get_drvdata(dev); in imx_drm_resume() local
/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_disp_color.c82 struct drm_device *drm_dev = data; in mtk_disp_color_bind() local
99 struct drm_device *drm_dev = data; in mtk_disp_color_unbind() local
/Linux-v4.19/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_drv.c76 struct drm_device *drm_dev = pci_get_drvdata(pdev); in hibmc_pm_suspend() local
94 struct drm_device *drm_dev = pci_get_drvdata(pdev); in hibmc_pm_resume() local

123