Re: [Mesa-dev] [PATCH] radv: increase aligment when allocating descriptors for meta operations

2019-04-23 Thread Samuel Pitoiset
Please ignore this fix, it's incorrect and we shouldn't have to increase alignment. On 3/7/19 11:43 AM, Samuel Pitoiset wrote: We usually align to 0x100 when allocating descriptors and resources in the upload BO. I assume some data were corrupted because the alignment was too small. Be

[Mesa-dev] [PATCH] radv: increase aligment when allocating descriptors for meta operations

2019-03-07 Thread Samuel Pitoiset
We usually align to 0x100 when allocating descriptors and resources in the upload BO. I assume some data were corrupted because the alignment was too small. Be consistent (and safe) and align internal descriptors to 0x100 as well. This fixes a GPU hang at startup with X4 Foundations. Cc: 18.3