Home
last modified time | relevance | path

Searched defs:drm (Results 1 – 13 of 13) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
Dnouveau_drm.c184 static int nouveau_cli_init(struct nouveau_drm *drm, const char *sname, struct nouveau_cli *cli) in nouveau_cli_init()
266 static void nouveau_accel_ce_fini(struct nouveau_drm *drm) in nouveau_accel_ce_fini()
273 static void nouveau_accel_ce_init(struct nouveau_drm *drm) in nouveau_accel_ce_init()
297 static void nouveau_accel_gr_fini(struct nouveau_drm *drm) in nouveau_accel_gr_fini()
305 static void nouveau_accel_gr_init(struct nouveau_drm *drm) in nouveau_accel_gr_init()
374 static void nouveau_accel_fini(struct nouveau_drm *drm) in nouveau_accel_fini()
383 static void nouveau_accel_init(struct nouveau_drm *drm) in nouveau_accel_init()
464 struct nouveau_drm *drm = container_of(object->parent, typeof(*drm), parent); in nouveau_drm_errorf() local
477 struct nouveau_drm *drm = container_of(object->parent, typeof(*drm), parent); in nouveau_drm_debugf() local
495 struct nouveau_drm *drm; in nouveau_drm_device_init() local
[all …]
Dnouveau_drv.h93 struct nouveau_drm *drm; member
228 static inline bool nouveau_drm_use_coherent_gpu_mapping(struct nouveau_drm *drm) in nouveau_drm_use_coherent_gpu_mapping()
250 #define NV_FATAL(drm, f, a...) NV_PRINTK(crit, &(drm)->client, f, ##a) argument
251 #define NV_ERROR(drm, f, a...) NV_PRINTK(err, &(drm)->client, f, ##a) argument
252 #define NV_WARN(drm, f, a...) NV_PRINTK(warn, &(drm)->client, f, ##a) argument
253 #define NV_INFO(drm, f, a...) NV_PRINTK(info, &(drm)->client, f, ##a) argument
255 #define NV_DEBUG(drm, f, a...) … argument
260 #define NV_ATOMIC(drm, f, a...) … argument
268 #define NV_ERROR_ONCE(drm, f, a...) NV_PRINTK_ONCE(err, &(drm)->client, f, ##a) argument
269 #define NV_WARN_ONCE(drm, f, a...) NV_PRINTK_ONCE(warn, &(drm)->client, f, ##a) argument
[all …]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Drockchip_drm_gem.c37 struct drm_device *drm = rk_obj->base.dev; in rockchip_gem_iommu_map() local
76 struct drm_device *drm = rk_obj->base.dev; in rockchip_gem_iommu_unmap() local
117 struct drm_device *drm = rk_obj->base.dev; in rockchip_gem_get_pages() local
257 struct drm_device *drm = obj->dev; in rockchip_gem_alloc_dma() local
339 struct drm_device *drm = obj->dev; in rockchip_gem_alloc_secure() local
393 struct drm_device *drm = obj->dev; in rockchip_gem_free_secure() local
405 struct drm_device *drm = obj->dev; in rockchip_gem_alloc_buf() local
477 struct drm_device *drm = obj->dev; in rockchip_gem_free_dma() local
487 struct drm_device *drm = rk_obj->base.dev; in rockchip_gem_free_buf() local
519 struct drm_device *drm = obj->dev; in rockchip_drm_gem_object_mmap_dma() local
[all …]
Drockchip_drm_drv.c1111 static void rockchip_attach_connector_property(struct drm_device *drm) in rockchip_attach_connector_property()
1135 static void rockchip_drm_set_property_default(struct drm_device *drm) in rockchip_drm_set_property_default()
1181 static int rockchip_gem_pool_init(struct drm_device *drm) in rockchip_gem_pool_init()
1215 static void rockchip_gem_pool_destroy(struct drm_device *drm) in rockchip_gem_pool_destroy()
1629 struct drm_device *drm = dev_get_drvdata(dev); in rockchip_drm_sys_suspend() local
1636 struct drm_device *drm = dev_get_drvdata(dev); in rockchip_drm_sys_resume() local
1839 struct drm_device *drm = platform_get_drvdata(pdev); in rockchip_drm_platform_shutdown() local
Drk3066_hdmi.c508 static int rk3066_hdmi_register(struct drm_device *drm, struct rk3066_hdmi *hdmi) in rk3066_hdmi_register()
715 struct drm_device *drm = data; in rk3066_hdmi_bind() local
Dinno_hdmi.c551 static int inno_hdmi_register(struct drm_device *drm, struct inno_hdmi *hdmi) in inno_hdmi_register()
765 struct drm_device *drm = data; in inno_hdmi_bind() local
Drockchip_drm_logo.c166 void rockchip_free_loader_memory(struct drm_device *drm) in rockchip_free_loader_memory()
Drockchip_drm_vop.c2295 struct drm_device *drm = crtc->dev; in vop_crtc_cancel_pending_vblank() local
4022 struct drm_device *drm = vop->drm_dev; in vop_handle_vblank() local
Ddw_hdmi-rockchip.c2800 struct drm_device *drm = data; in dw_hdmi_rockchip_bind() local
Drockchip_drm_vop2.c4548 struct drm_device *drm = crtc->dev; in vop2_crtc_cancel_pending_vblank() local
7583 struct drm_device *drm = vop2->drm_dev; in vop2_handle_vblank() local
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
Drockchip_drm_logo.c161 void rockchip_free_loader_memory(struct drm_device *drm) in rockchip_free_loader_memory()
Drockchip_drm_vop2.c4548 struct drm_device *drm = crtc->dev; in vop2_crtc_cancel_pending_vblank() local
7699 struct drm_device *drm = vop2->drm_dev; in vop2_handle_vblank() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
Ddrv_hdmi_common.h982 hi_u8 drm[HDMI_INFO_FRAME_MAX_SIZE]; member