Rudolf convinced me to enable WaitForRetrace() again, the ATI driver should be fixed instead (not to export the retrace semaphore when interrupts are disabled)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17274 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2006-04-30 10:48:02 +00:00
parent 17fee3eab7
commit aaff012f00

View File

@ -213,8 +213,6 @@ BPrivateScreen::GetNextID(screen_id& id)
status_t
BPrivateScreen::WaitForRetrace(bigtime_t timeout)
{
// TODO: remove when interrupts are enabled again in the ATI driver
return B_ERROR;
// Get the retrace semaphore if it's the first time
// we are called. Cache the value then.
if (!fRetraceSemValid)