HomeSort by: relevance | last modified time | path
    Searched defs:sum_rot (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_client_modeset.c 943 unsigned int sum_rot, sum_rest; local in function:drm_client_rotation
947 sum_rot = (panel_rot + cmdline_rot) % 4;
953 *rotation = (1 << sum_rot) | sum_rest;

Completed in 30 milliseconds