Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c1279 * @lh_b: list_head for second 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
1291 struct drm_display_mode *b = list_entry(lh_b, struct drm_display_mode, head); in drm_mode_compare()

Completed in 4 milliseconds