On Thu, Feb 20, 2020 at 1:44 AM James Hughes
wrote:
>
> On Wed, 19 Feb 2020 at 22:51, Eric Anholt wrote:
> >
> > On Mon, Feb 17, 2020 at 7:41 AM James Hughes
> > wrote:
> > >
> > > The wait_for macro's for Broadcom VC4 and V3D drivers used msleep
> > > which is inappropriate due to its inaccurac
On Wed, 19 Feb 2020 at 22:51, Eric Anholt wrote:
>
> On Mon, Feb 17, 2020 at 7:41 AM James Hughes
> wrote:
> >
> > The wait_for macro's for Broadcom VC4 and V3D drivers used msleep
> > which is inappropriate due to its inaccuracy at low values (minimum
> > wait time is about 30ms on the Raspberry
On Mon, Feb 17, 2020 at 7:41 AM James Hughes
wrote:
>
> The wait_for macro's for Broadcom VC4 and V3D drivers used msleep
> which is inappropriate due to its inaccuracy at low values (minimum
> wait time is about 30ms on the Raspberry Pi).
>
> This patch replaces the macro with the one from the In