[RFCv3 0/5] enable migration of driver pages

2015-07-10 Thread Gioh Kim
2015-07-09 오후 10:08에 Daniel Vetter 이(가) 쓴 글: > Also there's a bit a lack of gpu drivers from the arm world in upstream, > which is probabyl why this patch series doesn't come with a user. Might be > better to first upstream the driver before talking about additional > infrastructure

[RFCv3 0/5] enable migration of driver pages

2015-07-09 Thread Kirill A. Shutemov
On Thu, Jul 09, 2015 at 04:33:01PM +0300, Ville Syrjälä wrote: > On Thu, Jul 09, 2015 at 03:08:48PM +0200, Daniel Vetter wrote: > > On Thu, Jul 09, 2015 at 08:55:25AM +0900, Gioh Kim wrote: > > > > > > > > > 2015-07-09 오전 7:47에 Dave Airlie 이(가) 쓴 글: > > > >>> > > > >>> > > > >>>Ca

[RFCv3 0/5] enable migration of driver pages

2015-07-09 Thread Ville Syrjälä
On Thu, Jul 09, 2015 at 03:08:48PM +0200, Daniel Vetter wrote: > On Thu, Jul 09, 2015 at 08:55:25AM +0900, Gioh Kim wrote: > > > > > > 2015-07-09 오전 7:47에 Dave Airlie 이(가) 쓴 글: > > >>> > > >>> > > >>>Can the various in-kernel GPU drivers benefit from this? If so, wiring > > >>>up o

[RFCv3 0/5] enable migration of driver pages

2015-07-09 Thread Daniel Vetter
On Thu, Jul 09, 2015 at 08:55:25AM +0900, Gioh Kim wrote: > > > 2015-07-09 오전 7:47에 Dave Airlie 이(가) 쓴 글: > >>> > >>> > >>>Can the various in-kernel GPU drivers benefit from this? If so, wiring > >>>up one or more of those would be helpful? > >> > >> > >>I'm sure that other in-kern

[RFCv3 0/5] enable migration of driver pages

2015-07-09 Thread Gioh Kim
2015-07-09 오전 7:47에 Dave Airlie 이(가) 쓴 글: >>> >>> >>> Can the various in-kernel GPU drivers benefit from this? If so, wiring >>> up one or more of those would be helpful? >> >> >> I'm sure that other in-kernel GPU drivers can have benefit. >> It must be helpful. >> >> If I was fami

[RFCv3 0/5] enable migration of driver pages

2015-07-09 Thread Dave Airlie
>> >> >> Can the various in-kernel GPU drivers benefit from this? If so, wiring >> up one or more of those would be helpful? > > > I'm sure that other in-kernel GPU drivers can have benefit. > It must be helpful. > > If I was familiar with other in-kernel GPU drivers code, I tried to patch > them.