|
@@ -680,6 +680,13 @@ struct drm_get_cap {
|
|
*/
|
|
*/
|
|
#define DRM_CLIENT_CAP_ATOMIC 3
|
|
#define DRM_CLIENT_CAP_ATOMIC 3
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * DRM_CLIENT_CAP_ASPECT_RATIO
|
|
|
|
+ *
|
|
|
|
+ * If set to 1, the DRM core will provide aspect ratio information in modes.
|
|
|
|
+ */
|
|
|
|
+#define DRM_CLIENT_CAP_ASPECT_RATIO 4
|
|
|
|
+
|
|
/** DRM_IOCTL_SET_CLIENT_CAP ioctl argument type */
|
|
/** DRM_IOCTL_SET_CLIENT_CAP ioctl argument type */
|
|
struct drm_set_client_cap {
|
|
struct drm_set_client_cap {
|
|
__u64 capability;
|
|
__u64 capability;
|