Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/gpu/drm/qxl/
Dqxl_drv.c203 struct drm_device *drm_dev = pci_get_drvdata(pdev); in qxl_pm_suspend() local
218 struct drm_device *drm_dev = pci_get_drvdata(pdev); in qxl_pm_resume() local
231 struct drm_device *drm_dev = dev_get_drvdata(dev); in qxl_pm_thaw() local
238 struct drm_device *drm_dev = dev_get_drvdata(dev); in qxl_pm_freeze() local
246 struct drm_device *drm_dev = pci_get_drvdata(pdev); in qxl_pm_restore() local
/Linux-v5.4/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c45 int rockchip_drm_dma_attach_device(struct drm_device *drm_dev, in rockchip_drm_dma_attach_device()
63 void rockchip_drm_dma_detach_device(struct drm_device *drm_dev, in rockchip_drm_dma_detach_device()
75 static int rockchip_drm_init_iommu(struct drm_device *drm_dev) in rockchip_drm_init_iommu()
100 static void rockchip_iommu_cleanup(struct drm_device *drm_dev) in rockchip_iommu_cleanup()
113 struct drm_device *drm_dev; in rockchip_drm_bind() local
188 struct drm_device *drm_dev = dev_get_drvdata(dev); in rockchip_drm_unbind() local
Drockchip_rgb.c24 struct drm_device *drm_dev; member
75 struct drm_device *drm_dev) in rockchip_rgb_init()
Drockchip_rgb.h16 struct drm_device *drm_dev) in rockchip_rgb_init()
Danalogix_dp-rockchip.c59 struct drm_device *drm_dev; member
304 struct drm_device *drm_dev = dp->drm_dev; in rockchip_dp_drm_create_encoder() local
329 struct drm_device *drm_dev = data; in rockchip_dp_bind() local
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_drv.c405 struct drm_device *drm_dev = dev_get_drvdata(dev); in radeon_pmops_suspend() local
411 struct drm_device *drm_dev = dev_get_drvdata(dev); in radeon_pmops_resume() local
425 struct drm_device *drm_dev = dev_get_drvdata(dev); in radeon_pmops_freeze() local
431 struct drm_device *drm_dev = dev_get_drvdata(dev); in radeon_pmops_thaw() local
438 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_runtime_suspend() local
465 struct drm_device *drm_dev = pci_get_drvdata(pdev); in radeon_pmops_runtime_resume() local
490 struct drm_device *drm_dev = dev_get_drvdata(dev); in radeon_pmops_runtime_idle() local
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c1156 struct drm_device *drm_dev = dev_get_drvdata(dev); in amdgpu_pmops_suspend() local
1163 struct drm_device *drm_dev = dev_get_drvdata(dev); in amdgpu_pmops_resume() local
1177 struct drm_device *drm_dev = dev_get_drvdata(dev); in amdgpu_pmops_freeze() local
1184 struct drm_device *drm_dev = dev_get_drvdata(dev); in amdgpu_pmops_thaw() local
1191 struct drm_device *drm_dev = dev_get_drvdata(dev); in amdgpu_pmops_poweroff() local
1198 struct drm_device *drm_dev = dev_get_drvdata(dev); in amdgpu_pmops_restore() local
1206 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_runtime_suspend() local
1233 struct drm_device *drm_dev = pci_get_drvdata(pdev); in amdgpu_pmops_runtime_resume() local
1258 struct drm_device *drm_dev = dev_get_drvdata(dev); in amdgpu_pmops_runtime_idle() local
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_drm.c625 struct drm_device *drm_dev; in nouveau_drm_probe() local
841 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_suspend() local
863 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_resume() local
889 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_freeze() local
897 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_thaw() local
913 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_runtime_suspend() local
935 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_runtime_resume() local
Dnouveau_hwmon.c419 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
491 struct drm_device *drm_dev = dev_get_drvdata(dev); in nouveau_in_read() local
522 struct drm_device *drm_dev = dev_get_drvdata(dev); in nouveau_pwm_read() local
548 struct drm_device *drm_dev = dev_get_drvdata(dev); in nouveau_power_read() local
577 struct drm_device *drm_dev = dev_get_drvdata(dev); in nouveau_temp_write() local
611 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-v5.4/drivers/gpu/drm/exynos/
Dexynos_drm_g2d.h37 int g2d_open(struct drm_device *drm_dev, struct drm_file *file) in g2d_open()
42 void g2d_close(struct drm_device *drm_dev, struct drm_file *file) in g2d_close()
Dexynos_drm_dma.c60 static int drm_iommu_attach_device(struct drm_device *drm_dev, in drm_iommu_attach_device()
100 static void drm_iommu_detach_device(struct drm_device *drm_dev, in drm_iommu_detach_device()
Dexynos_drm_g2d.c240 struct drm_device *drm_dev; member
687 struct drm_device *drm_dev, in g2d_map_cmdlist_gem()
910 struct drm_device *drm_dev = g2d->drm_dev; in g2d_finish_event() local
1124 int exynos_g2d_get_ver_ioctl(struct drm_device *drm_dev, void *data, in exynos_g2d_get_ver_ioctl()
1135 int exynos_g2d_set_cmdlist_ioctl(struct drm_device *drm_dev, void *data, in exynos_g2d_set_cmdlist_ioctl()
1294 int exynos_g2d_exec_ioctl(struct drm_device *drm_dev, void *data, in exynos_g2d_exec_ioctl()
1344 int g2d_open(struct drm_device *drm_dev, struct drm_file *file) in g2d_open()
1355 void g2d_close(struct drm_device *drm_dev, struct drm_file *file) in g2d_close()
1399 struct drm_device *drm_dev = data; in g2d_bind() local
1428 struct drm_device *drm_dev = data; in g2d_unbind() local
Dexynos_drm_crtc.c172 struct exynos_drm_crtc *exynos_drm_crtc_create(struct drm_device *drm_dev, in exynos_drm_crtc_create()
207 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.c37 struct drm_device *drm_dev; member
216 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.c37 struct drm_device *drm_dev; member
158 struct drm_device *drm_dev = data; in exynos_dp_bind() local
/Linux-v5.4/drivers/gpu/drm/bochs/
Dbochs_drv.c83 struct drm_device *drm_dev = dev_get_drvdata(dev); in bochs_pm_suspend() local
90 struct drm_device *drm_dev = dev_get_drvdata(dev); in bochs_pm_resume() local
/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_crtc.c138 struct drm_device *drm_dev = crtc->dev; in sti_crtc_atomic_flush() local
300 void sti_crtc_disable_vblank(struct drm_device *drm_dev, unsigned int pipe) in sti_crtc_disable_vblank()
345 int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer, in sti_crtc_init()
Dsti_drv.h27 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-v5.4/drivers/gpu/drm/imx/
Dimx-drm-core.c316 struct drm_device *drm_dev = dev_get_drvdata(dev); in imx_drm_suspend() local
323 struct drm_device *drm_dev = dev_get_drvdata(dev); in imx_drm_resume() local
/Linux-v5.4/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_drv.c69 struct drm_device *drm_dev = dev_get_drvdata(dev); in hibmc_pm_suspend() local
76 struct drm_device *drm_dev = dev_get_drvdata(dev); in hibmc_pm_resume() local
/Linux-v5.4/drivers/gpu/drm/mediatek/
Dmtk_disp_color.c74 struct drm_device *drm_dev = data; in mtk_disp_color_bind() local
91 struct drm_device *drm_dev = data; in mtk_disp_color_unbind() local
/Linux-v5.4/drivers/gpu/drm/hisilicon/kirin/
Dkirin_drm_drv.c259 struct drm_device *drm_dev; in kirin_drm_bind() local
303 struct drm_device *drm_dev = dev_get_drvdata(dev); in kirin_drm_unbind() local
/Linux-v5.4/drivers/gpu/drm/
Ddrm_hdcp.c240 static void drm_hdcp_request_srm(struct drm_device *drm_dev) in drm_hdcp_request_srm()
284 bool drm_hdcp_check_ksvs_revoked(struct drm_device *drm_dev, u8 *ksvs, in drm_hdcp_check_ksvs_revoked()

123