summaryrefslogtreecommitdiff
path: root/linux-core/radeon_pm.c
AgeCommit message (Collapse)Author
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes
This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff.
2008-11-03radeon/drm: fixup ref counting in on fb objsDave Airlie
2008-11-03radeon: pull bus master enable into its own functionDave Airlie
2008-10-16radeon: fixup interrupt suspend/resumeDave Airlie
2008-10-16radeon: fixup suspend/resume bus master enableDave Airlie
2008-10-16radeon: move memcpy until after CP is stoppedDave Airlie
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