On 21 February 2015 at 03:41, Alex Deucher wrote:
> On Thu, Feb 19, 2015 at 7:43 PM, Alex Deucher
> wrote:
>> On Thu, Feb 19, 2015 at 6:21 PM, Dave Airlie wrote:
>>> From: Dave Airlie
>>>
>>> The atombios tables have an unfortunate restriction on only
>>> being able to write 12 bytes, MST real
On Thu, Feb 19, 2015 at 7:43 PM, Alex Deucher wrote:
> On Thu, Feb 19, 2015 at 6:21 PM, Dave Airlie wrote:
>> From: Dave Airlie
>>
>> The atombios tables have an unfortunate restriction on only
>> being able to write 12 bytes, MST really wants 16-bytes here,
>> and since the hw can do it, we sho
From: Dave Airlie
The atombios tables have an unfortunate restriction on only
being able to write 12 bytes, MST really wants 16-bytes here,
and since the hw can do it, we should just write directly to it.
This uses a module option to allow for it now, and maybe
we should provide the old code as
On Thu, Feb 19, 2015 at 6:21 PM, Dave Airlie wrote:
> From: Dave Airlie
>
> The atombios tables have an unfortunate restriction on only
> being able to write 12 bytes, MST really wants 16-bytes here,
> and since the hw can do it, we should just write directly to it.
>
> This uses a module option