Lines Matching +full:sw +full:- +full:managed
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
190 /* NOTE: mm managed at the page level, size is in # of pages
191 * and position mm_node->start is in # of pages:
221 * sw hangcheck timer. Written (via debugfs) by igt tests to test
222 * the sw hangcheck mechanism.
298 return -EINVAL; in msm_hdmi_modeset_init()
330 return -EINVAL; in msm_dsi_modeset_init()
378 return -EINVAL; in msm_dp_register()
388 return -EINVAL; in msm_dp_modeset_init()
489 * struct msm_hrtimer_work - a helper to combine an hrtimer with kthread_work
514 ({ DRM_DEV_DEBUG_DRIVER((drm)->dev, fmt, ##__VA_ARGS__); -(err); })