Re: [PATCH] drm/sysfs: Expose DRM connector id in each connector sysfs

2023-04-28 Thread Manasi Navare
Hi Won, Thanks for the patch, I have now merged to drm-misc-next Regards Manasi On Mon, Apr 17, 2023 at 3:52 PM Manasi Navare wrote: > > On Tue, Mar 28, 2023 at 6:45 PM Won Chung wrote: > > > > Expose DRM connector id in device sysfs so that we can map the connector > > id to the connector sys

Re: [PATCH] drm/sysfs: Expose DRM connector id in each connector sysfs

2023-04-17 Thread Manasi Navare
On Tue, Mar 28, 2023 at 6:45 PM Won Chung wrote: > > Expose DRM connector id in device sysfs so that we can map the connector > id to the connector syspath. Currently, even if we can derive the > connector id from modeset, we do not have a way to find the > corresponding connector's syspath. > > T

[PATCH] drm/sysfs: Expose DRM connector id in each connector sysfs

2023-03-28 Thread Won Chung
Expose DRM connector id in device sysfs so that we can map the connector id to the connector syspath. Currently, even if we can derive the connector id from modeset, we do not have a way to find the corresponding connector's syspath. This is helpful when determining the root connector of MST tree.