#include <stdint.h>
#include <stddef.h>
#include <xf86drm.h>
#include <xf86drmMode.h>
#include <poll.h>
#include <boolean.h>
#include <retro_common_api.h>
#include <retro_inline.h>
#include "../video_driver.h"
Go to the source code of this file.
◆ drm_free()
◆ drm_get_connector()
◆ drm_get_encoder()
bool drm_get_encoder |
( |
int |
fd | ) |
|
◆ drm_get_refresh_rate()
float drm_get_refresh_rate |
( |
void * |
data | ) |
|
◆ drm_get_resources()
bool drm_get_resources |
( |
int |
fd | ) |
|
◆ drm_restore_crtc()
◆ drm_setup()
◆ drm_wait_flip()
◆ g_connector_id
◆ g_crtc_id
◆ g_drm_connector
drmModeConnector* g_drm_connector |
◆ g_drm_evctx
drmEventContext g_drm_evctx |
◆ g_drm_fd
◆ g_drm_fds
◆ g_drm_mode
drmModeModeInfo* g_drm_mode |