|
@@ -152,7 +152,9 @@ EXPORT_SYMBOL(drm_panel_detach);
|
|
*
|
|
*
|
|
* Return: A pointer to the panel registered for the specified device tree
|
|
* Return: A pointer to the panel registered for the specified device tree
|
|
* node or an ERR_PTR() if no panel matching the device tree node can be found.
|
|
* node or an ERR_PTR() if no panel matching the device tree node can be found.
|
|
|
|
+ *
|
|
* Possible error codes returned by this function:
|
|
* Possible error codes returned by this function:
|
|
|
|
+ *
|
|
* - EPROBE_DEFER: the panel device has not been probed yet, and the caller
|
|
* - EPROBE_DEFER: the panel device has not been probed yet, and the caller
|
|
* should retry later
|
|
* should retry later
|
|
* - ENODEV: the device is not available (status != "okay" or "ok")
|
|
* - ENODEV: the device is not available (status != "okay" or "ok")
|