![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0+ */ 0002 /* 0003 * Copyright (C) 2019-2022 Bootlin 0004 * Author: Paul Kocialkowski <paul.kocialkowski@bootlin.com> 0005 */ 0006 0007 #ifndef _LOGICVC_CRTC_H_ 0008 #define _LOGICVC_CRTC_H_ 0009 0010 struct drm_pending_vblank_event; 0011 struct logicvc_drm; 0012 0013 struct logicvc_crtc { 0014 struct drm_crtc drm_crtc; 0015 struct drm_pending_vblank_event *event; 0016 }; 0017 0018 void logicvc_crtc_vblank_handler(struct logicvc_drm *logicvc); 0019 int logicvc_crtc_init(struct logicvc_drm *logicvc); 0020 0021 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |