mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
ANDROID: drm: expose drm_mode_convert_to_umode to display module
Bug: 139367592 Change-Id: I8473097185aa03df20025b7510633d24a21c758d Signed-off-by: Ken Huang <kenbshuang@google.com> (cherry picked from commit 71ca91edd1fe064e40cfbc6129ba5d1f21bbbe2b) Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
parent
baead118d8
commit
c2030b6f4e
|
|
@ -1939,6 +1939,7 @@ void drm_mode_convert_to_umode(struct drm_mode_modeinfo *out,
|
|||
strncpy(out->name, in->name, DRM_DISPLAY_MODE_LEN);
|
||||
out->name[DRM_DISPLAY_MODE_LEN-1] = 0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(drm_mode_convert_to_umode);
|
||||
|
||||
/**
|
||||
* drm_crtc_convert_umode - convert a modeinfo into a drm_display_mode
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user