On Thu, 12 Mar 2020 16:05:00 -0700, Umesh Nerlige Ramappa wrote: > > From: Lionel Landwerlin <lionel.g.landwerlin@xxxxxxxxx> > > This isn't really gen specific stuff, so just move it to the common > code. It seems pollin is not the only member which is not gen specific but is initialized in gen specific code. Anyway any other such moves are for future patches. > @@ -2626,6 +2620,12 @@ static void gen12_oa_enable(struct i915_perf_stream *stream) > */ > static void i915_oa_stream_enable(struct i915_perf_stream *stream) > { > + /* > + * Maybe make ->pollin per-stream state if we support multiple > + * concurrent streams in the future. > + */ > + stream->pollin = false; What about the comment above? Isn't pollin already per-stream? Please fix if needed. Otherwise this is: Reviewed-by: Ashutosh Dixit <ashutosh.dixit@xxxxxxxxx> _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx