mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-14 06:59:46 -05:00
Track drm modesetting api changes (grr).
This commit is contained in:
parent
7b6907f678
commit
41a106815b
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ struct wlsc_output {
|
||||||
EGLSurface surface;
|
EGLSurface surface;
|
||||||
int32_t x, y, width, height, stride;
|
int32_t x, y, width, height, stride;
|
||||||
|
|
||||||
struct drm_mode_modeinfo *mode;
|
drmModeModeInfo *mode;
|
||||||
uint32_t fb_id;
|
uint32_t fb_id;
|
||||||
uint32_t crtc_id;
|
uint32_t crtc_id;
|
||||||
uint32_t connector_id;
|
uint32_t connector_id;
|
||||||
|
|
@ -1136,7 +1136,7 @@ create_output(struct wlsc_compositor *ec, struct udev_device *device)
|
||||||
drmModeConnector *connector;
|
drmModeConnector *connector;
|
||||||
drmModeRes *resources;
|
drmModeRes *resources;
|
||||||
drmModeEncoder *encoder;
|
drmModeEncoder *encoder;
|
||||||
struct drm_mode_modeinfo *mode;
|
drmModeModeInfo *mode;
|
||||||
struct drm_i915_gem_create create;
|
struct drm_i915_gem_create create;
|
||||||
struct drm_gem_flink flink;
|
struct drm_gem_flink flink;
|
||||||
struct wlsc_output *output;
|
struct wlsc_output *output;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue