├── .gitignore └── drm-howto ├── Makefile ├── modeset-atomic.c ├── modeset-double-buffered.c ├── modeset-vsync.c └── modeset.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dvdhrm/docs/HEAD/.gitignore -------------------------------------------------------------------------------- /drm-howto/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dvdhrm/docs/HEAD/drm-howto/Makefile -------------------------------------------------------------------------------- /drm-howto/modeset-atomic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dvdhrm/docs/HEAD/drm-howto/modeset-atomic.c -------------------------------------------------------------------------------- /drm-howto/modeset-double-buffered.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dvdhrm/docs/HEAD/drm-howto/modeset-double-buffered.c -------------------------------------------------------------------------------- /drm-howto/modeset-vsync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dvdhrm/docs/HEAD/drm-howto/modeset-vsync.c -------------------------------------------------------------------------------- /drm-howto/modeset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dvdhrm/docs/HEAD/drm-howto/modeset.c --------------------------------------------------------------------------------