On 10.09.2014 01:28, Alex Deucher wrote:
> On Mon, Sep 8, 2014 at 9:15 PM, Michel D?nzer wrote:
>> On 09.09.2014 09:47, Michel D?nzer wrote:
>>> On 09.09.2014 02:36, Alex Deucher wrote:
Updated version with comments integrated.
>>>
>>> [...]
>>>
@@ -314,10 +314,12 @@ int radeon_bo_p
On Wed, Sep 10, 2014 at 12:03 AM, Michel D?nzer wrote:
> On 10.09.2014 01:28, Alex Deucher wrote:
>>
>> On Mon, Sep 8, 2014 at 9:15 PM, Michel D?nzer wrote:
>>>
>>> On 09.09.2014 09:47, Michel D?nzer wrote:
On 09.09.2014 02:36, Alex Deucher wrote:
>
>
> Updated version with
On Mon, Sep 8, 2014 at 9:15 PM, Michel D?nzer wrote:
> On 09.09.2014 09:47, Michel D?nzer wrote:
>> On 09.09.2014 02:36, Alex Deucher wrote:
>>>
>>> Updated version with comments integrated.
>>
>> [...]
>>
>>> @@ -314,10 +314,12 @@ int radeon_bo_pin_restricted(struct radeon_bo
>>> *bo, u32 domain,
On 09.09.2014 09:47, Michel D?nzer wrote:
> On 09.09.2014 02:36, Alex Deucher wrote:
>>
>> Updated version with comments integrated.
>
> [...]
>
>> @@ -314,10 +314,12 @@ int radeon_bo_pin_restricted(struct radeon_bo
>> *bo, u32 domain, u64 max_offset,
>> unsigned lpfn = 0;
>>
>>
On 09.09.2014 02:36, Alex Deucher wrote:
>
> Updated version with comments integrated.
[...]
> @@ -314,10 +314,12 @@ int radeon_bo_pin_restricted(struct radeon_bo *bo, u32
> domain, u64 max_offset,
> unsigned lpfn = 0;
>
> /* force to pin into visible video ram */
> -
On Thu, Aug 28, 2014 at 9:46 PM, Michel D?nzer wrote:
> On 29.08.2014 00:01, Alex Deucher wrote:
>> On Thu, Aug 28, 2014 at 4:57 AM, Christian K?nig
>> wrote:
>>> Am 28.08.2014 um 08:56 schrieb Michel D?nzer:
>>>
From: Michel D?nzer
This flag is a hint that userspace expects the B
On 29.08.2014 00:01, Alex Deucher wrote:
> On Thu, Aug 28, 2014 at 4:57 AM, Christian K?nig
> wrote:
>> Am 28.08.2014 um 08:56 schrieb Michel D?nzer:
>>
>>> From: Michel D?nzer
>>>
>>> This flag is a hint that userspace expects the BO to be accessed by the
>>> CPU. We can use that hint to prevent
On Thu, Aug 28, 2014 at 4:57 AM, Christian K?nig
wrote:
> Am 28.08.2014 um 08:56 schrieb Michel D?nzer:
>
>> From: Michel D?nzer
>>
>> This flag is a hint that userspace expects the BO to be accessed by the
>> CPU. We can use that hint to prevent such BOs from ever being stored in
>> the CPU inac
Am 28.08.2014 um 08:56 schrieb Michel D?nzer:
> From: Michel D?nzer
>
> This flag is a hint that userspace expects the BO to be accessed by the
> CPU. We can use that hint to prevent such BOs from ever being stored in
> the CPU inaccessible part of VRAM.
>
> Signed-off-by: Michel D?nzer
This pat