HomeSort by: relevance | last modified time | path
    Searched refs:aspect_ratio_allowed (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_file.h 198 * @aspect_ratio_allowed:
203 bool aspect_ratio_allowed; member in struct:drm_file
  /src/sys/external/bsd/drm2/dist/drm/
drm_crtc.c 417 if (!file_priv->aspect_ratio_allowed)
609 if (!file_priv->aspect_ratio_allowed &&
drm_ioctl.c 388 file_priv->aspect_ratio_allowed = req->value;
393 file_priv->aspect_ratio_allowed = req->value;
drm_connector.c 2173 if (!file_priv->aspect_ratio_allowed) {
2270 if (!file_priv->aspect_ratio_allowed)

Completed in 18 milliseconds