Searched refs:radeon_get_scratch (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Dradeon_drv.h824 extern u32 radeon_get_scratch(drm_radeon_private_t *dev_priv, int index);
826 #define GET_SCRATCH(dev_priv, x) radeon_get_scratch(dev_priv, x)
H A Dradeon_cp.c89 u32 radeon_get_scratch(drm_radeon_private_t *dev_priv, int index) function
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_drv.h742 extern u32 radeon_get_scratch(drm_radeon_private_t *dev_priv, int index);
744 #define GET_SCRATCH(dev_priv, x) radeon_get_scratch(dev_priv, x)

Completed in 91 milliseconds