Subversion Repositories Kolibri OS

Rev

Rev 6936 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6936 Rev 7143
Line 485... Line 485...
485
	__u64 red;
485
	__u64 red;
486
	__u64 green;
486
	__u64 green;
487
	__u64 blue;
487
	__u64 blue;
488
};
488
};
Line -... Line 489...
-
 
489
 
-
 
490
struct drm_color_ctm {
-
 
491
	/* Conversion matrix in S31.32 format. */
-
 
492
	__s64 matrix[9];
-
 
493
};
-
 
494
 
-
 
495
struct drm_color_lut {
-
 
496
	/*
-
 
497
	 * Data is U0.16 fixed point format.
-
 
498
	 */
-
 
499
	__u16 red;
-
 
500
	__u16 green;
-
 
501
	__u16 blue;
-
 
502
	__u16 reserved;
-
 
503
};
489
 
504
 
490
#define DRM_MODE_PAGE_FLIP_EVENT 0x01
505
#define DRM_MODE_PAGE_FLIP_EVENT 0x01
491
#define DRM_MODE_PAGE_FLIP_ASYNC 0x02
506
#define DRM_MODE_PAGE_FLIP_ASYNC 0x02
Line 492... Line 507...
492
#define DRM_MODE_PAGE_FLIP_FLAGS (DRM_MODE_PAGE_FLIP_EVENT|DRM_MODE_PAGE_FLIP_ASYNC)
507
#define DRM_MODE_PAGE_FLIP_FLAGS (DRM_MODE_PAGE_FLIP_EVENT|DRM_MODE_PAGE_FLIP_ASYNC)