Home
last modified time | relevance | path

Searched refs:gma_crtc_restore (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dgma_display.h84 extern void gma_crtc_restore(struct drm_crtc *crtc);
H A Dpsb_device.c346 .restore_crtc = gma_crtc_restore,
H A Dmdfld_device.c560 .restore_crtc = gma_crtc_restore,
H A Doaktrail_device.c562 .restore_crtc = gma_crtc_restore,
H A Dcdv_device.c614 .restore_crtc = gma_crtc_restore,
H A Dgma_display.c618 void gma_crtc_restore(struct drm_crtc *crtc) in gma_crtc_restore() function