Subversion Repositories Kolibri OS

Rev

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

Rev 1408 Rev 1430
Line 806... Line 806...
806
#define RADEON_TILING_MICRO       0x2
806
#define RADEON_TILING_MICRO       0x2
807
#define RADEON_TILING_SWAP_16BIT  0x4
807
#define RADEON_TILING_SWAP_16BIT  0x4
808
#define RADEON_TILING_SWAP_32BIT  0x8
808
#define RADEON_TILING_SWAP_32BIT  0x8
809
#define RADEON_TILING_SURFACE     0x10 /* this object requires a surface
809
#define RADEON_TILING_SURFACE     0x10 /* this object requires a surface
810
					* when mapped - i.e. front buffer */
810
					* when mapped - i.e. front buffer */
-
 
811
#define RADEON_TILING_MICRO_SQUARE 0x20
Line 811... Line 812...
811
 
812
 
812
struct drm_radeon_gem_set_tiling {
813
struct drm_radeon_gem_set_tiling {
813
	uint32_t	handle;
814
	uint32_t	handle;
814
	uint32_t	tiling_flags;
815
	uint32_t	tiling_flags;