]> git.baikalelectronics.ru Git - kernel.git/commit
drm/uapi: Remove unused DRM_DISPLAY_INFO_LEN
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 26 Mar 2019 17:34:01 +0000 (19:34 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 27 Mar 2019 11:55:13 +0000 (13:55 +0200)
commitbf8cb246207ab913256c7ec61d02800031e2476b
treec596b7e9565b97f6c19ee1e6965740a48d139aa9
parent6fbccf0645aafba4b11d0c8b0156ad52add28248
drm/uapi: Remove unused DRM_DISPLAY_INFO_LEN

Remove the unused DRM_DISPLAY_INFO_LEN from the uapi headers.
I presume the original plan was to expose the display name
via getconnector, but looks like that never happened. So we have
the define for the length of the string but no string anywhere.

A quick scan didn't seem to reveal userspace referencing this
so hopefully we can just nuke it.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190326173401.7329-4-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/uapi/drm/drm_mode.h