Home
last modified time | relevance | path

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

/drivers/gpu/drm/
A Ddrm_probe_helper.c445 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 Ddrm_modes.c1703 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 Dkomeda_wb_connector.c119 uint32_t maxX, uint32_t maxY) in komeda_wb_connector_fill_modes() argument

Completed in 19 milliseconds