/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_drm_iommu.h | 99 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()
|
D | exynos_drm_iommu.c | 43 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()
|
D | exynos_drm_g2d.h | 40 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()
|
D | exynos_drm_g2d.c | 241 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
|
D | exynos_drm_rotator.c | 60 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
|
D | exynos_drm_crtc.c | 187 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()
|
D | exynos_drm_vidi.c | 44 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
|
D | exynos_dp.c | 41 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/ |
D | qxl_drv.c | 191 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/ |
D | amdgpu_drv.c | 909 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/ |
D | rockchip_drm_drv.c | 50 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
|
D | analogix_dp-rockchip.c | 64 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/ |
D | radeon_drv.c | 377 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/ |
D | nouveau_drm.c | 756 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
|
D | nouveau_hwmon.c | 421 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
|
D | nouveau_led.c | 39 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/ |
D | cirrus_drv.c | 89 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/ |
D | sti_crtc.c | 142 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()
|
D | sti_drv.h | 26 struct drm_device *drm_dev; member
|
D | sti_drv.c | 39 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/ |
D | kirin_drm_drv.c | 187 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/ |
D | bochs_drv.c | 105 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/ |
D | imx-drm-core.c | 340 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/ |
D | mtk_disp_color.c | 82 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/ |
D | hibmc_drm_drv.c | 76 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
|