Re: [PATCH] drm/panel: st7703: Avoid full proxy f_ops for st7703 debug attributes

2023-01-13 Thread Sam Ravnborg
On Wed, Jan 11, 2023 at 01:53:34AM +0530, Deepak R Varma wrote: > Using DEFINE_SIMPLE_ATTRIBUTE macro with the debugfs_create_file() > function adds the overhead of introducing a proxy file operation > functions to wrap the original read/write inside file removal protection > functions. This adds s

[PATCH] drm/panel: st7703: Avoid full proxy f_ops for st7703 debug attributes

2023-01-10 Thread Deepak R Varma
Using DEFINE_SIMPLE_ATTRIBUTE macro with the debugfs_create_file() function adds the overhead of introducing a proxy file operation functions to wrap the original read/write inside file removal protection functions. This adds significant overhead in terms of introducing and managing the proxy facto