Searched refs:maxX (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_probe_helper.c | 446 uint32_t maxX, uint32_t maxY, in __drm_helper_update_and_validate() argument 471 mode->status = drm_mode_validate_size(mode, maxX, maxY); in __drm_helper_update_and_validate() 560 uint32_t maxX, uint32_t maxY) in drm_helper_probe_single_connector_modes() argument 665 ret = __drm_helper_update_and_validate(connector, maxX, maxY, &ctx); in drm_helper_probe_single_connector_modes() 684 ret = __drm_helper_update_and_validate(connector, maxX, maxY, &ctx); in drm_helper_probe_single_connector_modes()
|
| H A D | drm_modes.c | 1703 int maxX, int maxY) in drm_mode_validate_size() argument 1705 if (maxX > 0 && mode->hdisplay > maxX) in drm_mode_validate_size()
|
| /linux/include/drm/ |
| H A D | drm_probe_helper.h | 14 *connector, uint32_t maxX,
|
| H A D | drm_modes.h | 557 int maxX, int maxY);
|
| /linux/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_wb_connector.c | 119 uint32_t maxX, uint32_t maxY) in komeda_wb_connector_fill_modes() argument
|