Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_modeset_lock.h136 void drm_modeset_unlock_crtc(struct drm_crtc *crtc);
/linux-4.4.14/drivers/gpu/drm/
Ddrm_modeset_lock.c220 void drm_modeset_unlock_crtc(struct drm_crtc *crtc) in drm_modeset_unlock_crtc() function
233 EXPORT_SYMBOL(drm_modeset_unlock_crtc);
Ddrm_crtc.c1911 drm_modeset_unlock_crtc(crtc); in drm_mode_getcrtc()
2927 drm_modeset_unlock_crtc(crtc); in drm_mode_cursor_common()
5333 drm_modeset_unlock_crtc(crtc); in drm_mode_page_flip_ioctl()
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddc.c1582 drm_modeset_unlock_crtc(&dc->base); in tegra_dc_show_regs()
1613 drm_modeset_unlock_crtc(&dc->base); in tegra_dc_show_crc()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c158 drm_modeset_unlock_crtc(crtc); in vmw_du_crtc_cursor_set2()
249 drm_modeset_unlock_crtc(crtc); in vmw_du_crtc_cursor_move()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c3236 drm_modeset_unlock_crtc(crtc); in intel_update_primary_planes()