[Intel-gfx] [RFC 3/9] staging/android/sync: Move sync framework out of staging

Gustavo Padovan gustavo at padovan.org
Wed Jan 13 11:00:00 PST 2016


Hi John,

2016-01-13 John.C.Harrison at Intel.com <John.C.Harrison at Intel.com>:

> From: John Harrison <John.C.Harrison at Intel.com>
> 
> The sync framework is now used by the i915 driver. Therefore it can be
> moved out of staging and into the regular tree. Also, the public
> interfaces can actually be made public and exported.

I also have been working on de-staging the sync framework, but I've
taken the approach of cleaning up the sync framework first. e.g., I got
rid of sync_pt and use struct fence directly, also sync_timeline is now
fence_timeline and its ops are gone in favor of fence_ops. My current
work is here: 

https://git.kernel.org/cgit/linux/kernel/git/padovan/linux.git/log/?h=sync

My current plan is clean up patches, add commits messages and document
the changes I've made and then it should be ready for a RFC.

	Gustavo


More information about the Intel-gfx mailing list