Re: [PATCH] Revert "drm/panel-edp: Allow querying the detected panel via sysfs"

2022-02-01 Thread Doug Anderson
Hi, On Tue, Feb 1, 2022 at 9:22 AM Douglas Anderson wrote: > > This reverts commit 363c4c3811db330dee9ce27dd3cee6f590d44e4c. > > Since the point of this attribute is for a test, this should be done > in debugfs, not sysfs. Let's revert and a new patch can be added later > doing it in debugfs. >

[PATCH] Revert "drm/panel-edp: Allow querying the detected panel via sysfs"

2022-02-01 Thread Douglas Anderson
This reverts commit 363c4c3811db330dee9ce27dd3cee6f590d44e4c. Since the point of this attribute is for a test, this should be done in debugfs, not sysfs. Let's revert and a new patch can be added later doing it in debugfs. Signed-off-by: Douglas Anderson --- drivers/gpu/drm/panel/panel-edp.c