Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 174063 | Differences between
and this patch

Collapse All | Expand All

(-)drivers/video/aty/radeonfb.h (-1 / +6 lines)
Lines 48-53 Link Here
48
	CHIP_FAMILY_RV350,
48
	CHIP_FAMILY_RV350,
49
	CHIP_FAMILY_RV380,    /* RV370/RV380/M22/M24 */
49
	CHIP_FAMILY_RV380,    /* RV370/RV380/M22/M24 */
50
	CHIP_FAMILY_R420,     /* R420/R423/M18 */
50
	CHIP_FAMILY_R420,     /* R420/R423/M18 */
51
	CHIP_FAMILY_RS480,
51
	CHIP_FAMILY_LAST,
52
	CHIP_FAMILY_LAST,
52
};
53
};
53
54
Lines 64-70 Link Here
64
				((rinfo)->family == CHIP_FAMILY_RV350) || \
65
				((rinfo)->family == CHIP_FAMILY_RV350) || \
65
				((rinfo)->family == CHIP_FAMILY_R350)  || \
66
				((rinfo)->family == CHIP_FAMILY_R350)  || \
66
				((rinfo)->family == CHIP_FAMILY_RV380) || \
67
				((rinfo)->family == CHIP_FAMILY_RV380) || \
67
				((rinfo)->family == CHIP_FAMILY_R420))
68
				((rinfo)->family == CHIP_FAMILY_R420)  || \
69
		                ((rinfo)->family == CHIP_FAMILY_RS480) )
68
70
69
/*
71
/*
70
 * Chip flags
72
 * Chip flags
Lines 299-304 Link Here
299
	void __iomem		*bios_seg;
301
	void __iomem		*bios_seg;
300
	int			fp_bios_start;
302
	int			fp_bios_start;
301
303
304
	int			is_atom_bios;
305
        int                     atom_data_start;
306
302
	u32			pseudo_palette[17];
307
	u32			pseudo_palette[17];
303
	struct { u8 red, green, blue, pad; }
308
	struct { u8 red, green, blue, pad; }
304
				palette[256];
309
				palette[256];

Return to bug 174063