Home
last modified time | relevance | path

Searched refs:drm_config (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/egl/drm/
Dnative_drm.h46 struct drm_config;
61 struct drm_config *config;
77 struct drm_config { struct
131 static INLINE struct drm_config *
132 drm_config(const struct native_config *nconf) in drm_config() function
134 return (struct drm_config *) nconf; in drm_config()
Dmodeset.c257 struct drm_config *drmconf = drm_config(nconf); in drm_display_create_surface()