Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.h58 void rockchip_unregister_crtc_funcs(struct drm_device *dev, int pipe);
Drockchip_drm_drv.c81 void rockchip_unregister_crtc_funcs(struct drm_device *dev, int pipe) in rockchip_unregister_crtc_funcs() function
90 EXPORT_SYMBOL_GPL(rockchip_unregister_crtc_funcs);
Drockchip_drm_vop.c1275 rockchip_unregister_crtc_funcs(vop->drm_dev, vop->pipe); in vop_destroy_crtc()