Searched refs:drm_mode_match (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_modes.c | 1531 bool drm_mode_match(const struct drm_display_mode *mode1, in drm_mode_match() function 1563 EXPORT_SYMBOL(drm_mode_match); 1578 return drm_mode_match(mode1, mode2, in drm_mode_equal() 1601 return drm_mode_match(mode1, mode2, in drm_mode_equal_no_clocks() 1622 return drm_mode_match(mode1, mode2, in drm_mode_equal_no_clocks_no_stereo()
|
| H A D | drm_client_modeset.c | 332 if (!drm_mode_match(modes[j], modes[i], in drm_client_target_cloned() 360 if (drm_mode_match(mode, dmt_mode, in drm_client_target_cloned()
|
| /linux/include/drm/ |
| H A D | drm_modes.h | 543 bool drm_mode_match(const struct drm_display_mode *mode1,
|