Searched refs:current_crtc (Results 1 – 5 of 5) sorted by relevance
26 DrmEncoder::DrmEncoder(drmModeEncoderPtr e, DrmCrtc *current_crtc, in DrmEncoder() argument29 crtc_(current_crtc), in DrmEncoder()
32 DrmEncoder(drmModeEncoderPtr e, DrmCrtc *current_crtc,
132 DrmCrtc *current_crtc = NULL; in Init() local139 current_crtc = (*iter); in Init()142 DrmEncoder *enc = new DrmEncoder(e, current_crtc, possible_crtcs); in Init()
158 struct drm_crtc *drmcrtc = &drmsurf->current_crtc; in drm_surface_swap_buffers()236 if (drmsurf->current_crtc.crtc) in drm_surface_destroy()237 drmModeFreeCrtc(drmsurf->current_crtc.crtc); in drm_surface_destroy()501 struct drm_crtc *drmcrtc = &drmsurf->current_crtc; in drm_display_program()
106 struct drm_crtc current_crtc; member