sdl2_frt/src/video/kmsdrm
Sam Lantinga a19757ac8d Fixed bug 5007 - Segfault in KMSDRM_VideoQuit() on Raspberry Pi Zero with no display attached
Charles Huber

This patch fixes the segfault on my Pi, though the valid display index range reported by the CHECK_DISPLAY_INDEX() macro in src/video/SDL_video.c is a little weird:

$ SDL_VIDEO_EGL_DRIVER=libEGL.so SDL_VIDEO_GL_DRIVER=libGLESv2.so ./a.out
SDL_Init(): displayIndex must be in the range 0 - -1
2020-03-02 14:55:40 -08:00
..
SDL_kmsdrmdyn.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_kmsdrmdyn.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_kmsdrmevents.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_kmsdrmevents.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_kmsdrmmouse.c Fixed bug 4966 - KMSDRM: Add dynamic modeset support 2020-02-09 11:44:22 -08:00
SDL_kmsdrmmouse.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_kmsdrmopengles.c Fixed bug 5005 - warnings in kmsdrm 2020-02-27 08:20:34 -08:00
SDL_kmsdrmopengles.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_kmsdrmsym.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_kmsdrmvideo.c Fixed bug 5007 - Segfault in KMSDRM_VideoQuit() on Raspberry Pi Zero with no display attached 2020-03-02 14:55:40 -08:00
SDL_kmsdrmvideo.h Fixed bug 4966 - KMSDRM: Add dynamic modeset support 2020-02-09 11:44:22 -08:00