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:
@@ -213,8 +213,6 @@ BPrivateScreen::GetNextID(screen_id& id)
|
|||||||
status_t
|
status_t
|
||||||
BPrivateScreen::WaitForRetrace(bigtime_t timeout)
|
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
|
// Get the retrace semaphore if it's the first time
|
||||||
// we are called. Cache the value then.
|
// we are called. Cache the value then.
|
||||||
if (!fRetraceSemValid)
|
if (!fRetraceSemValid)
|
||||||
|
|||||||
Reference in New Issue
Block a user