aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/pptable.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-01-03drm/radeon: fix pptable.h portabilityAlex Deucher1-2/+2
The following isn't compatible with gcc 2.x: pragma pack(push, 1) ... pragma pack(pop) replace with: pragma pack(1) ... pragma pack() bug: https://bugzilla.kernel.org/show_bug.cgi?id=67961 Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2013-08-30drm/radeon: switch to pptable.hAlex Deucher1-0/+682
Internally we switched to using a separate header for atombios pplib definitions. Switch over the open source driver. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>