Lines Matching defs:max
1377 * max bpc:
2412 * drm_connector_attach_max_bpc_property - attach "max bpc" property
2413 * @connector: connector to attach max bpc property on.
2415 * @max: The maximum bit depth supported by the connector.
2423 int min, int max)
2430 prop = drm_property_create_range(dev, 0, "max bpc", min, max);
2437 drm_object_attach_property(&connector->base, prop, max);
2438 connector->state->max_requested_bpc = max;
2439 connector->state->max_bpc = max;