Searched refs:maxX (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/ |
| A D | drm_probe_helper.c | 445 uint32_t maxX, uint32_t maxY, in __drm_helper_update_and_validate() argument 470 mode->status = drm_mode_validate_size(mode, maxX, maxY); in __drm_helper_update_and_validate() 559 uint32_t maxX, uint32_t maxY) in drm_helper_probe_single_connector_modes() argument 664 ret = __drm_helper_update_and_validate(connector, maxX, maxY, &ctx); in drm_helper_probe_single_connector_modes() 683 ret = __drm_helper_update_and_validate(connector, maxX, maxY, &ctx); in drm_helper_probe_single_connector_modes()
|
| 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()
|
| /drivers/gpu/drm/arm/display/komeda/ |
| A D | komeda_wb_connector.c | 119 uint32_t maxX, uint32_t maxY) in komeda_wb_connector_fill_modes() argument
|
Completed in 19 milliseconds