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 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 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

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

2020-08-05 Thread Sandy Huang
add this node to get the current true mode. Signed-off-by: Sandy Huang --- drivers/gpu/drm/drm_sysfs.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/drivers/gpu/drm/drm_sysfs.c b/drivers/gpu/drm/drm_sysfs.c index 939f0032aab1..f39bcd34853b 100644 --- a/drive