Re: [PATCH] drm/crc-debugfs: Add notes about CRC<->commit interactions

2019-08-06 Thread Daniel Vetter
On Mon, Aug 05, 2019 at 04:54:15PM +, Brian Starkey wrote: > On Mon, Aug 05, 2019 at 06:24:17PM +0200, Daniel Vetter wrote: > > On Mon, Aug 05, 2019 at 04:11:43PM +0100, Brian Starkey wrote: > > > CRC generation can be impacted by commits coming from userspace, and > > > enabling CRC generation

Re: [PATCH] drm/crc-debugfs: Add notes about CRC<->commit interactions

2019-08-05 Thread Brian Starkey
On Mon, Aug 05, 2019 at 06:24:17PM +0200, Daniel Vetter wrote: > On Mon, Aug 05, 2019 at 04:11:43PM +0100, Brian Starkey wrote: > > CRC generation can be impacted by commits coming from userspace, and > > enabling CRC generation may itself trigger a commit. Add notes about > > this to the kerneldoc

Re: [PATCH] drm/crc-debugfs: Add notes about CRC<->commit interactions

2019-08-05 Thread Daniel Vetter
On Mon, Aug 05, 2019 at 04:11:43PM +0100, Brian Starkey wrote: > CRC generation can be impacted by commits coming from userspace, and > enabling CRC generation may itself trigger a commit. Add notes about > this to the kerneldoc. > > Signed-off-by: Brian Starkey > --- > > I might have got the wr

[PATCH] drm/crc-debugfs: Add notes about CRC<->commit interactions

2019-08-05 Thread Brian Starkey
CRC generation can be impacted by commits coming from userspace, and enabling CRC generation may itself trigger a commit. Add notes about this to the kerneldoc. Signed-off-by: Brian Starkey --- I might have got the wrong end of the stick, but this is what I understood from what you said. Cheers