Am 02.05.2014 17:24, schrieb Alex Deucher:
> On Mon, Apr 28, 2014 at 4:25 AM, Christian K?nig
> wrote:
>> From: Christian K?nig
>>
>> Testing the update pending bit directly after issuing an
>> update is nonsense cause depending on the pixel clock the
>> CRTC needs a bit of time to execute the fl
On Fri, May 2, 2014 at 12:23 PM, Christian K?nig
wrote:
> Am 02.05.2014 17:24, schrieb Alex Deucher:
>
>> On Mon, Apr 28, 2014 at 4:25 AM, Christian K?nig
>> wrote:
>>>
>>> From: Christian K?nig
>>>
>>> Testing the update pending bit directly after issuing an
>>> update is nonsense cause dependi
On Mon, Apr 28, 2014 at 4:25 AM, Christian K?nig
wrote:
> From: Christian K?nig
>
> Testing the update pending bit directly after issuing an
> update is nonsense cause depending on the pixel clock the
> CRTC needs a bit of time to execute the flip even when we
> are in the VBLANK period.
>
> This
From: Christian K?nig
Testing the update pending bit directly after issuing an
update is nonsense cause depending on the pixel clock the
CRTC needs a bit of time to execute the flip even when we
are in the VBLANK period.
This is just a non invasive patch to solve the problem at
hand, a more comp