summaryrefslogtreecommitdiff
path: root/linux-core/radeon_pm.c
AgeCommit message (Collapse)Author
2008-09-23Store the buffer object backing the fb as a void pointer, not a handle.Kristian Høgsberg
This lets us defer handle creation until userspace acutally asks for one, at which point we also have a drm_file to associate it with.
2008-09-18radeon: add function to configure PCIE lanesAlex Deucher
2008-09-18fixup radeon stuff - need to checkout irqsDave Airlie
2008-09-18radeon: add initial suspend/resume supportDave Airlie
plus a bunch of fixes