RetroArch
|
#include <compat/strl.h>
#include <retro_miscellaneous.h>
#include "../../verbosity.h"
#include "drm_common.h"
Functions | |
void | drm_restore_crtc (void) |
bool | drm_get_resources (int fd) |
bool | drm_get_connector (int fd, video_frame_info_t *video_info) |
bool | drm_get_encoder (int fd) |
void | drm_setup (int fd) |
float | drm_get_refresh_rate (void *data) |
void | drm_free (void) |
Variables | |
struct pollfd | g_drm_fds |
uint32_t | g_connector_id = 0 |
int | g_drm_fd = 0 |
uint32_t | g_crtc_id = 0 |
static drmModeCrtc * | g_orig_crtc = NULL |
static drmModeRes * | g_drm_resources = NULL |
drmModeConnector * | g_drm_connector = NULL |
static drmModeEncoder * | g_drm_encoder = NULL |
drmModeModeInfo * | g_drm_mode = NULL |
drmEventContext | g_drm_evctx |
bool drm_get_connector | ( | int | fd, |
video_frame_info_t * | video_info | ||
) |
bool drm_get_encoder | ( | int | fd | ) |
float drm_get_refresh_rate | ( | void * | data | ) |
bool drm_get_resources | ( | int | fd | ) |
void drm_setup | ( | int | fd | ) |
uint32_t g_connector_id = 0 |
uint32_t g_crtc_id = 0 |
drmModeConnector* g_drm_connector = NULL |
|
static |
drmEventContext g_drm_evctx |
int g_drm_fd = 0 |
struct pollfd g_drm_fds |
drmModeModeInfo* g_drm_mode = NULL |
|
static |
|
static |