Module Name: src Committed By: riastradh Date: Sun Dec 19 01:58:04 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/include/drm: drm_vblank.h Log Message: make this a real function declaration Author: Maya Rashish <m...@netbsd.org> To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ src/sys/external/bsd/drm2/dist/include/drm/drm_vblank.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/external/bsd/drm2/dist/include/drm/drm_vblank.h diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_vblank.h:1.7 src/sys/external/bsd/drm2/dist/include/drm/drm_vblank.h:1.8 --- src/sys/external/bsd/drm2/dist/include/drm/drm_vblank.h:1.7 Sun Dec 19 01:56:33 2021 +++ src/sys/external/bsd/drm2/dist/include/drm/drm_vblank.h Sun Dec 19 01:58:04 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: drm_vblank.h,v 1.7 2021/12/19 01:56:33 riastradh Exp $ */ +/* $NetBSD: drm_vblank.h,v 1.8 2021/12/19 01:58:04 riastradh Exp $ */ /* * Copyright 2016 Intel Corp. @@ -252,7 +252,7 @@ bool drm_calc_vbltimestamp_from_scanoutp void drm_calc_timestamping_constants(struct drm_crtc *crtc, const struct drm_display_mode *mode); #ifdef __NetBSD__ -drm_waitqueue_t *drm_crtc_vblank_waitqueue(struct drm_crtc *crtc) +drm_waitqueue_t *drm_crtc_vblank_waitqueue(struct drm_crtc *crtc); #else wait_queue_head_t *drm_crtc_vblank_waitqueue(struct drm_crtc *crtc); #endif