Home
last modified time | relevance | path

Searched refs:drm_mode_equal (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Ddrm_modes.h377 bool drm_mode_equal(const struct drm_display_mode *mode1,
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddrm_modes.c189 bool drm_mode_equal(const struct drm_display_mode *mode1, in drm_mode_equal() function
H A Drockchip_display.c802 if (!ret && !drm_mode_equal(_mode, mode)) in display_init()