mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 06:00:11 +01:00
export vblank routine for use by intel_display.c and intel_sdvo.c.
This commit is contained in:
parent
f35db66906
commit
dd00aa5851
1 changed files with 1 additions and 0 deletions
|
|
@ -73,5 +73,6 @@ extern void intel_output_prepare (struct drm_output *output);
|
|||
extern void intel_output_commit (struct drm_output *output);
|
||||
extern struct drm_display_mode *intel_crtc_mode_get(drm_device_t *dev,
|
||||
struct drm_crtc *crtc);
|
||||
extern void intel_wait_for_vblank(drm_device_t *dev);
|
||||
|
||||
#endif /* __INTEL_DRV_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue