Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4358 Rev 4401
Line 34... Line 34...
34
#include "state_tracker/drm_driver.h"
34
#include "state_tracker/drm_driver.h"
Line 35... Line 35...
35
 
35
 
36
#include "common/native.h"
36
#include "common/native.h"
Line 37... Line -...
37
#include "common/native_helper.h"
-
 
38
 
-
 
39
#ifdef HAVE_WAYLAND_BACKEND
-
 
40
#include "common/native_wayland_drm_bufmgr_helper.h"
-
 
41
#endif
37
#include "common/native_helper.h"
Line 42... Line 38...
42
 
38
 
43
#include "gbm_gallium_drmint.h"
39
#include "gbm_gallium_drmint.h"
44
 
40
 
Line 65... Line 61...
65
   int num_connectors;
61
   int num_connectors;
Line 66... Line 62...
66
 
62
 
67
   struct drm_surface **shown_surfaces;
63
   struct drm_surface **shown_surfaces;
68
   /* save the original settings of the CRTCs */
64
   /* save the original settings of the CRTCs */
69
   struct drm_crtc *saved_crtcs;
-
 
70
 
-
 
71
#ifdef HAVE_WAYLAND_BACKEND
-
 
72
   struct wl_drm *wl_server_drm; /* for EGL_WL_bind_wayland_display */
-
 
73
#endif
65
   struct drm_crtc *saved_crtcs;
Line 74... Line 66...
74
};
66
};
75
 
67
 
76
struct drm_config {
68
struct drm_config {