Re: [PATCH v2 3/7] drm_modes: add videomode_from_drm_display_mode
From: Steve Longerbeam <slongerbeam@gmail.com>
Date: 2014-12-19 19:10:36
Also in:
dri-devel, lkml
From: Steve Longerbeam <slongerbeam@gmail.com>
Date: 2014-12-19 19:10:36
Also in:
dri-devel, lkml
On 12/19/2014 03:03 AM, Philipp Zabel wrote:
+EXPORT_SYMBOL_GPL(videomode_from_drm_display_mode); Is it ok for drm_modes to export a function that doesn't start with drm_ ? We could just rename this to drm_display_mode_to_videomode if necessary. I can fix it up as I apply it, but I'd like to know which is preferred.
Yeah, drm_display_mode_to_videomode() is probably better, makes it more clear it's part of the DRM kernel interfaces. Steve