Nicolai already proposed patches for PRT support in libdrm (except the CLEAR/REPLACE addition). They look a bit cleaner and where posted first, I think we should use them instead. Christian. Am 16.03.2017 um 04:56 schrieb Junwei Zhang: > * add PRT flag and new VA op > * fix flag setting for current VA op function > * Why don't we set flag for current VA op function? > * [RFC] implement new VA fun to support NULL bo > > Junwei Zhang (4): > amdgpu: add new VA operations CLEAR and REPLACE > amdgpu: set va flag with input parameter > amdgpu: add PRT page attribute > amdgpu: add a new bo va function to support NULL bo > > amdgpu/amdgpu.h | 7 +++++++ > amdgpu/amdgpu_bo.c | 42 ++++++++++++++++++++++++++++++++++++++++-- > include/drm/amdgpu_drm.h | 4 ++++ > 3 files changed, 51 insertions(+), 2 deletions(-) >