Re: [Mesa-dev] [PATCH 1/2] clover/device: Get device/host unified memory from pipe driver

2017-06-13 Thread Francisco Jerez
Aaron Watry writes: > Humble ping for this one. > Thanks for CC'ing me on this -- Patch is: Reviewed-by: Francisco Jerez > --Aaron > > On Sun, Jun 4, 2017 at 7:32 PM, Aaron Watry wrote: >> clinfo no longer reports my discrete GCN

Re: [Mesa-dev] [PATCH 1/2] clover/device: Get device/host unified memory from pipe driver

2017-06-12 Thread Aaron Watry
Humble ping for this one. --Aaron On Sun, Jun 4, 2017 at 7:32 PM, Aaron Watry wrote: > clinfo no longer reports my discrete GCN card as unified memory > > Signed-off-by: Aaron Watry > --- > src/gallium/state_trackers/clover/api/device.cpp | 2 +- >

[Mesa-dev] [PATCH 1/2] clover/device: Get device/host unified memory from pipe driver

2017-06-04 Thread Aaron Watry
clinfo no longer reports my discrete GCN card as unified memory Signed-off-by: Aaron Watry --- src/gallium/state_trackers/clover/api/device.cpp | 2 +- src/gallium/state_trackers/clover/core/device.cpp | 5 + src/gallium/state_trackers/clover/core/device.hpp | 1 + 3