Home
last modified time | relevance | path

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

/linux/include/drm/
A Ddrm_probe_helper.h14 *connector, uint32_t maxX,
A Ddrm_modes.h557 int maxX, int maxY);
/linux/drivers/gpu/drm/
A Ddrm_probe_helper.c444 uint32_t maxX, uint32_t maxY, in __drm_helper_update_and_validate() argument
469 mode->status = drm_mode_validate_size(mode, maxX, maxY); in __drm_helper_update_and_validate()
558 uint32_t maxX, uint32_t maxY) in drm_helper_probe_single_connector_modes() argument
663 ret = __drm_helper_update_and_validate(connector, maxX, maxY, &ctx); in drm_helper_probe_single_connector_modes()
682 ret = __drm_helper_update_and_validate(connector, maxX, maxY, &ctx); in drm_helper_probe_single_connector_modes()
A Ddrm_modes.c1701 int maxX, int maxY) in drm_mode_validate_size() argument
1703 if (maxX > 0 && mode->hdisplay > maxX) in drm_mode_validate_size()
/linux/drivers/gpu/drm/rockchip/
A Drk3066_hdmi.c505 uint32_t maxX, uint32_t maxY) in rk3066_hdmi_probe_single_connector_modes() argument
507 if (maxX > 1920) in rk3066_hdmi_probe_single_connector_modes()
508 maxX = 1920; in rk3066_hdmi_probe_single_connector_modes()
512 return drm_helper_probe_single_connector_modes(connector, maxX, maxY); in rk3066_hdmi_probe_single_connector_modes()
/linux/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 23 milliseconds