Home
last modified time | relevance | path

Searched refs:rockchip_unregister_crtc_funcs (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.h58 void rockchip_unregister_crtc_funcs(struct drm_device *dev, int pipe);
Drockchip_drm_drv.c82 void rockchip_unregister_crtc_funcs(struct drm_device *dev, int pipe) in rockchip_unregister_crtc_funcs() function
91 EXPORT_SYMBOL_GPL(rockchip_unregister_crtc_funcs);
Drockchip_drm_vop.c1551 rockchip_unregister_crtc_funcs(vop->drm_dev, vop->pipe); in vop_destroy_crtc()