Searched refs:drm_modeset_lock_crtc (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/drm/ |
D | drm_modeset_lock.h | 134 void drm_modeset_lock_crtc(struct drm_crtc *crtc,
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_modeset_lock.c | 146 void drm_modeset_lock_crtc(struct drm_crtc *crtc, in drm_modeset_lock_crtc() function 190 EXPORT_SYMBOL(drm_modeset_lock_crtc);
|
D | drm_crtc.c | 1883 drm_modeset_lock_crtc(crtc, crtc->primary); in drm_mode_getcrtc() 2898 drm_modeset_lock_crtc(crtc, crtc->cursor); in drm_mode_cursor_common() 5247 drm_modeset_lock_crtc(crtc, crtc->primary); in drm_mode_page_flip_ioctl()
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | dc.c | 1355 drm_modeset_lock_crtc(&dc->base, NULL); in tegra_dc_show_regs() 1593 drm_modeset_lock_crtc(&dc->base, NULL); in tegra_dc_show_crc()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 228 drm_modeset_lock_crtc(crtc, crtc->cursor); in vmw_du_crtc_cursor_set2() 259 drm_modeset_lock_crtc(crtc, crtc->cursor); in vmw_du_crtc_cursor_move()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_display.c | 3229 drm_modeset_lock_crtc(crtc, &plane->base); in intel_update_primary_planes()
|