mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: drivers: gpu: drm: export drm_mode_convert_umode symbol
Export drm_mode_convert_umode symbol for module consumption. Bug: 139653858 Signed-off-by: Shashank Babu Chinta Venkata <sbchin@codeaurora.org> Change-Id: I5d4c15a5edb28616a2ff01d5acdf498bad6973d8
This commit is contained in:
parent
e328a18e1c
commit
92a1c6a253
|
|
@ -2045,6 +2045,7 @@ int drm_mode_convert_umode(struct drm_device *dev,
|
|||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL(drm_mode_convert_umode);
|
||||
|
||||
/**
|
||||
* drm_mode_is_420_only - if a given videomode can be only supported in YCBCR420
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user