Re: [PATCH] drm: sysfs: Add to get current mode

2020-08-06 Thread Huang Jiachai
Hi Daniel 在 2020/8/5 17:36, Daniel Vetter 写道: On Wed, Aug 5, 2020 at 10:37 AM Sandy Huang wrote: add this node to get the current true mode. Signed-off-by: Sandy Huang Uh what's this for? Since it's sysfs, I guess there's something parsing this, which means we'd kinda need to have that piec

Re: [PATCH] drm: sysfs: Add to get current mode

2020-08-05 Thread daniel
On Wed, Aug 05, 2020 at 06:03:15PM +0800, Huang Jiachai wrote: > Hi Daniel > > 在 2020/8/5 17:36, Daniel Vetter 写道: > > On Wed, Aug 5, 2020 at 10:37 AM Sandy Huang wrote: > > > add this node to get the current true mode. > > > > > > Signed-off-by: Sandy Huang > > Uh what's this for? Since it's s

Re: [PATCH] drm: sysfs: Add to get current mode

2020-08-05 Thread Daniel Vetter
On Wed, Aug 5, 2020 at 10:37 AM Sandy Huang wrote: > > add this node to get the current true mode. > > Signed-off-by: Sandy Huang Uh what's this for? Since it's sysfs, I guess there's something parsing this, which means we'd kinda need to have that piece too. If it's just for debugging purposes