summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/i915_suspend.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix what appears to be a typo, and restore the registers correctly.rnoland2009-03-201-1/+1
| | | | | Found with: Coverity Prevent(tm) CID: 2454
* Pull in some suspend / resume changes from Intel's codernoland2009-03-191-11/+15
| | | | | Tested by: mav@ MFC after: 3 days
* resync to git masterrnoland2008-10-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | This reverts a private patch which is causing issues with many Intel chipsets. I will review that patch and see what we need to do to fix it up later, but for the time being, we will just get these chips working again. This update contains a lot of code cleanup and is post gem merge (no, we don't have gem support). It should prove much easier to read the code now. A lot of thanks goes to vehemens for that work. I have adapted the code to use cdevpriv for tracking per open file data. That alleviates the old ugly hack that we used to try and accomplish the task and helped to clean up the open / close behavior a good bit. This also replaces the hack that was put in place a year or so ago to prevent radeons from locking up with AIGLX enabled. I have had a couple of radeon testers report that it still works as expected, though I no longer have radeon hardware to test with myself. Other various fixes from the linux crew and Intel, many of which are muddled in with the gem merge. Approved by: jhb (mentor) Obtained from: mesa/drm git master MFC after: 2 weeks
* Update drm kernel drivers.rnoland2008-08-231-0/+521
This is a sync to mesa/drm pre-gem, with a few fixes on top of that. It also contains one local patch supplied by kib@ that I can't apply to git.master shared code. Approved by: flz Obtained from: mesa/drm git.master MFC after: 2 weeks
OpenPOWER on IntegriCloud