Re: [PATCH v2] drm: add logging for RMFB ioctl

2021-07-27 Thread Daniel Vetter
On Mon, Jul 26, 2021 at 07:49:06AM +, Simon Ser wrote: > We already have logging for ADDFB2. Add some logging for RMFB as > well. > > This can be handy when trying to find out why a CRTC gets magically > disabled. > > v2: make log message more explicit, add log messages to > drm_framebuffer_r

Re: [PATCH v2] drm: add logging for RMFB ioctl

2021-07-27 Thread Pekka Paalanen
On Mon, 26 Jul 2021 22:04:21 +0200 Sam Ravnborg wrote: > Hi Simon, > > On Mon, Jul 26, 2021 at 07:49:06AM +, Simon Ser wrote: > > We already have logging for ADDFB2. Add some logging for RMFB as > > well. > > > > This can be handy when trying to find out why a CRTC gets magically > > disabl

Re: [PATCH v2] drm: add logging for RMFB ioctl

2021-07-26 Thread Sam Ravnborg
Hi Simon, On Mon, Jul 26, 2021 at 07:49:06AM +, Simon Ser wrote: > We already have logging for ADDFB2. Add some logging for RMFB as > well. > > This can be handy when trying to find out why a CRTC gets magically > disabled. > > v2: make log message more explicit, add log messages to > drm_fr