Re: [Intel-gfx] [PATCH v3 0/5] drm/i915: Atomic sprites v3

2014-04-09 Thread akash goel
We went through all the 5 patches. Already patches have undergone multiple revisions and a thorough review has been done for them. So we couldn't find any anomalies as such & all patches seems to be fine. Reviewed-by: "Akash Goel " for all the patches in the series. On Thu, Feb 13, 2014 at 9

Re: [Intel-gfx] [PATCH v3 0/5] drm/i915: Atomic sprites v3

2014-04-09 Thread sourab gupta
On Thu, Feb 13, 2014 at 9:12 PM, wrote: > From: Ville Syrjälä > > OK, so Daniel convinced me that the check+wait thing I used earlier > wasn't really safe. I then decided that the only to make it safe it > open coding the wait_for_event() mysefl, and after doing that I > realized that we don't e

[Intel-gfx] [PATCH v3 0/5] drm/i915: Atomic sprites v3

2014-02-13 Thread ville . syrjala
From: Ville Syrjälä OK, so Daniel convinced me that the check+wait thing I used earlier wasn't really safe. I then decided that the only to make it safe it open coding the wait_for_event() mysefl, and after doing that I realized that we don't even need the silly vbl_received thingy, and just a wa