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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_blend.h 59 int drm_atomic_normalize_zpos(struct drm_device *dev,
  /src/sys/external/bsd/drm2/dist/drm/
drm_blend.c 340 * drm_atomic_normalize_zpos() helper during their implementation of
352 * See also drm_atomic_normalize_zpos().
484 * drm_atomic_normalize_zpos - calculate normalized zpos values for all crtcs
501 int drm_atomic_normalize_zpos(struct drm_device *dev, function in typeref:typename:int
531 EXPORT_SYMBOL(drm_atomic_normalize_zpos);
drm_atomic_helper.c 946 ret = drm_atomic_normalize_zpos(dev, state);

Completed in 20 milliseconds