[Intel-gfx] [PATCH v4 14/18] drm/i915: object size needs to be u64
Michel Thierry
michel.thierry at intel.com
Mon Jul 13 03:27:05 PDT 2015
On 7/8/2015 6:03 PM, Chris Wilson wrote:
> On Wed, Jul 08, 2015 at 05:42:17PM +0100, Michel Thierry wrote:
>>> WARN_ON(vma->node.size != obj->base.size) ? Feel free to get the casting
>>> right - I suck at implicit C integer conversion rules ...
>>> -Daniel
>>>
>> Thanks, if there's no objections, I'll change it to:
>>
>> if (WARN_ON(vma->node.size != (u64)vma->obj->base.size))
>> return -ENODEV;
>
> Are we still talking about i915_vma_bind()? Then vma->node.size !=
> vma->obj.base.size anyway.
> -Chris
>
Right, it can be either obj->base.size, fence_size or view_size...
More information about the Intel-gfx
mailing list