Home
last modified time | relevance | path

Searched refs:set_plane (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_crtc.h38 int (*set_plane)(struct display_state *state); member
H A Drockchip_display.c836 if (crtc_funcs->set_plane) { in display_set_plane()
837 ret = crtc_funcs->set_plane(state); in display_set_plane()
H A Drockchip_vop.c918 .set_plane = rockchip_vop_set_plane,
H A Drockchip_vop2.c5889 .set_plane = rockchip_vop2_set_plane,
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c883 goto set_plane; in drmmode_crtc_modeset()
902 set_plane: in drmmode_crtc_modeset()