Home
last modified time | relevance | path

Searched refs:lh_a (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c1278 * @lh_a: list_head for first mode
1281 * Compare two modes, given by @lh_a and @lh_b, returning a value indicating
1285 * Negative if @lh_a is better than @lh_b, zero if they're equivalent, or
1286 * positive if @lh_b is better than @lh_a.
1288 static int drm_mode_compare(void *priv, struct list_head *lh_a, struct list_head *lh_b) in drm_mode_compare() argument
1290 struct drm_display_mode *a = list_entry(lh_a, struct drm_display_mode, head); in drm_mode_compare()

Completed in 3 milliseconds