Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_probe_helper.c446 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 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()
/linux/include/drm/
H A Ddrm_probe_helper.h14 *connector, uint32_t maxX,
H A Ddrm_modes.h557 int maxX, int maxY);
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_wb_connector.c119 uint32_t maxX, uint32_t maxY) in komeda_wb_connector_fill_modes() argument