[PATCH 5/6] drm/radeon: validate relocations in the order determined by userspace

2014-03-02 Thread Marek Olšák
From: Marek Ol??k Userspace should set the first 4 bits of drm_radeon_cs_reloc::flags to a number from 0 to 15. The higher the number, the higher the priority, which means a buffer with a higher number will be validated sooner. The old behavior is preserved: Buffers used for write are prioritize

[PATCH 5/6] drm/radeon: validate relocations in the order determined by userspace

2014-02-27 Thread Christian König
Am 26.02.2014 19:25, schrieb Marek Ol??k: > From: Marek Ol??k > > Userspace should set the first 4 bits of drm_radeon_cs_reloc::flags to > a number from 0 to 15. The higher the number, the higher the priority, > which means a buffer with a higher number will be validated sooner. > > The old behavi

[PATCH 5/6] drm/radeon: validate relocations in the order determined by userspace

2014-02-26 Thread Marek Olšák
From: Marek Ol??k Userspace should set the first 4 bits of drm_radeon_cs_reloc::flags to a number from 0 to 15. The higher the number, the higher the priority, which means a buffer with a higher number will be validated sooner. The old behavior is preserved: Buffers used for write are prioritize

[PATCH 5/6] drm/radeon: validate relocations in the order determined by userspace

2014-02-24 Thread Christian König
Am 24.02.2014 16:20, schrieb Marek Ol??k: > From: Marek Ol??k > > Userspace should set the first 4 bits of drm_radeon_cs_reloc::flags to > a number from 0 to 15. The higher the number, the higher the priority, > which means a buffer with a higher number will be validated sooner. Assuming that we

[PATCH 5/6] drm/radeon: validate relocations in the order determined by userspace

2014-02-24 Thread Marek Olšák
From: Marek Ol??k Userspace should set the first 4 bits of drm_radeon_cs_reloc::flags to a number from 0 to 15. The higher the number, the higher the priority, which means a buffer with a higher number will be validated sooner. The old behavior is preserved: Buffers used for write are prioritize