[igt-dev] [PATCH i-g-t v3] lib/i915: Add a helper to read mmio registers via ioctl

Teres Alexis, Alan Previn alan.previn.teres.alexis at intel.com
Fri Sep 15 01:38:20 UTC 2023


Again, thanks for your tinme reviewing this.
Will fix below - my mistake on that extra space.

On Tue, 2023-09-12 at 11:29 +0200, Kamil Konieczny wrote:
> Hi Alan,
> 
> your patch didn't apply cleanly on gitlab CI, see below.
> 
> 
> > 
> > 
alan:snip

> > +int __i915_reg_read_ioctl(int drmfd, __u64 offset, __u64 *value)
> > +{
> > +	struct drm_i915_reg_read reg_read = {0};
> > +	int ret = 0;
> > +
> >  +	reg_read.offset = offset;
> --^
> This space breaks git am, please remove and resend.
> 
> Regards,
> Kamil
> 
will do.


More information about the igt-dev mailing list