.. | .. |
---|
9 | 9 | */ |
---|
10 | 10 | |
---|
11 | 11 | #include <drm/drm_atomic_helper.h> |
---|
12 | | -#include <drm/drm_crtc_helper.h> |
---|
| 12 | +#include <drm/drm_drv.h> |
---|
| 13 | +#include <drm/drm_probe_helper.h> |
---|
13 | 14 | |
---|
14 | 15 | #include <video/videomode.h> |
---|
15 | 16 | |
---|
.. | .. |
---|
32 | 33 | DRM_FORMAT_ARGB4444, |
---|
33 | 34 | DRM_FORMAT_XRGB1555, |
---|
34 | 35 | DRM_FORMAT_ARGB1555, |
---|
| 36 | + DRM_FORMAT_YUYV, |
---|
35 | 37 | }; |
---|
36 | 38 | |
---|
37 | 39 | const u32 *xen_drm_front_conn_get_formats(int *format_count) |
---|
.. | .. |
---|
89 | 91 | }; |
---|
90 | 92 | |
---|
91 | 93 | static const struct drm_connector_funcs connector_funcs = { |
---|
92 | | - .dpms = drm_helper_connector_dpms, |
---|
93 | 94 | .fill_modes = drm_helper_probe_single_connector_modes, |
---|
94 | 95 | .destroy = drm_connector_cleanup, |
---|
95 | 96 | .reset = drm_atomic_helper_connector_reset, |
---|