Message ID | 20171130182229.50427-1-seanpaul@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Nov 30, 2017 at 01:22:20PM -0500, Sean Paul wrote: > I'm adding some stuff below it and it's killing my editor's vibe. > > Cc: Manasi Navare <manasi.d.navare@intel.com> > Signed-off-by: Sean Paul <seanpaul@chromium.org> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Yay for ocd editors! > --- > drivers/gpu/drm/drm_connector.c | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c > index 704fc8934616..f14b48e6e839 100644 > --- a/drivers/gpu/drm/drm_connector.c > +++ b/drivers/gpu/drm/drm_connector.c > @@ -759,10 +759,11 @@ DRM_ENUM_NAME_FN(drm_get_tv_subconnector_name, > * should update this value using drm_mode_connector_set_tile_property(). > * Userspace cannot change this property. > * link-status: > - * Connector link-status property to indicate the status of link. The default > - * value of link-status is "GOOD". If something fails during or after modeset, > - * the kernel driver may set this to "BAD" and issue a hotplug uevent. Drivers > - * should update this value using drm_mode_connector_set_link_status_property(). > + * Connector link-status property to indicate the status of link. The > + * default value of link-status is "GOOD". If something fails during or > + * after modeset, the kernel driver may set this to "BAD" and issue a > + * hotplug uevent. Drivers should update this value using > + * drm_mode_connector_set_link_status_property(). > * > * Connectors also have one standardized atomic property: > * > -- > 2.15.0.531.g2ccb3012c9-goog > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
On Fri, Dec 1, 2017 at 2:24 AM, Daniel Vetter <daniel@ffwll.ch> wrote: > On Thu, Nov 30, 2017 at 01:22:20PM -0500, Sean Paul wrote: >> I'm adding some stuff below it and it's killing my editor's vibe. >> >> Cc: Manasi Navare <manasi.d.navare@intel.com> >> Signed-off-by: Sean Paul <seanpaul@chromium.org> > > Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> > > Yay for ocd editors! And those who enable them! Thanks for the Ack, I'll fold it into my HDCP patchset since it looks like that should go through intel-gfx. Sean >> --- >> drivers/gpu/drm/drm_connector.c | 9 +++++---- >> 1 file changed, 5 insertions(+), 4 deletions(-) >> >> diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c >> index 704fc8934616..f14b48e6e839 100644 >> --- a/drivers/gpu/drm/drm_connector.c >> +++ b/drivers/gpu/drm/drm_connector.c >> @@ -759,10 +759,11 @@ DRM_ENUM_NAME_FN(drm_get_tv_subconnector_name, >> * should update this value using drm_mode_connector_set_tile_property(). >> * Userspace cannot change this property. >> * link-status: >> - * Connector link-status property to indicate the status of link. The default >> - * value of link-status is "GOOD". If something fails during or after modeset, >> - * the kernel driver may set this to "BAD" and issue a hotplug uevent. Drivers >> - * should update this value using drm_mode_connector_set_link_status_property(). >> + * Connector link-status property to indicate the status of link. The >> + * default value of link-status is "GOOD". If something fails during or >> + * after modeset, the kernel driver may set this to "BAD" and issue a >> + * hotplug uevent. Drivers should update this value using >> + * drm_mode_connector_set_link_status_property(). >> * >> * Connectors also have one standardized atomic property: >> * >> -- >> 2.15.0.531.g2ccb3012c9-goog >> >> _______________________________________________ >> dri-devel mailing list >> dri-devel@lists.freedesktop.org >> https://lists.freedesktop.org/mailman/listinfo/dri-devel > > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch
diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c index 704fc8934616..f14b48e6e839 100644 --- a/drivers/gpu/drm/drm_connector.c +++ b/drivers/gpu/drm/drm_connector.c @@ -759,10 +759,11 @@ DRM_ENUM_NAME_FN(drm_get_tv_subconnector_name, * should update this value using drm_mode_connector_set_tile_property(). * Userspace cannot change this property. * link-status: - * Connector link-status property to indicate the status of link. The default - * value of link-status is "GOOD". If something fails during or after modeset, - * the kernel driver may set this to "BAD" and issue a hotplug uevent. Drivers - * should update this value using drm_mode_connector_set_link_status_property(). + * Connector link-status property to indicate the status of link. The + * default value of link-status is "GOOD". If something fails during or + * after modeset, the kernel driver may set this to "BAD" and issue a + * hotplug uevent. Drivers should update this value using + * drm_mode_connector_set_link_status_property(). * * Connectors also have one standardized atomic property: *
I'm adding some stuff below it and it's killing my editor's vibe. Cc: Manasi Navare <manasi.d.navare@intel.com> Signed-off-by: Sean Paul <seanpaul@chromium.org> --- drivers/gpu/drm/drm_connector.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)