Searched refs:cp_mode (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Dradeon_ioc32.c47 int cp_mode; member in struct:drm_radeon_init32
77 init.cp_mode = init32->cp_mode;
H A Dradeon_cp.c610 RADEON_WRITE(RADEON_CP_CSQ_CNTL, dev_priv->cp_mode);
1226 dev_priv->cp_mode = init->cp_mode;
1232 if ((init->cp_mode != RADEON_CSQ_PRIBM_INDDIS) &&
1233 (init->cp_mode != RADEON_CSQ_PRIBM_INDBM)) {
1234 DRM_DEBUG("BAD cp_mode (%x)!\n", init->cp_mode);
1689 if (dev_priv->cp_mode == RADEON_CSQ_PRIDIS_INDDIS) {
1691 dev_priv->cp_mode);
H A Dr600_cp.c2038 dev_priv->cp_mode = init->cp_mode;
2044 if ((init->cp_mode != RADEON_CSQ_PRIBM_INDDIS) &&
2045 (init->cp_mode != RADEON_CSQ_PRIBM_INDBM)) {
2046 DRM_DEBUG("BAD cp_mode (%x)!\n", init->cp_mode);
H A Dradeon_drm.h569 int cp_mode; member in struct:drm_radeon_init
H A Dradeon_drv.h201 int cp_mode; member in struct:drm_radeon_private
/freebsd-10.3-release/sys/dev/drm/
H A Dradeon_cp.c578 RADEON_WRITE(RADEON_CP_CSQ_CNTL, dev_priv->cp_mode);
1166 dev_priv->cp_mode = init->cp_mode;
1172 if ((init->cp_mode != RADEON_CSQ_PRIBM_INDDIS) &&
1173 (init->cp_mode != RADEON_CSQ_PRIBM_INDBM)) {
1174 DRM_DEBUG("BAD cp_mode (%x)!\n", init->cp_mode);
1623 if (dev_priv->cp_mode == RADEON_CSQ_PRIDIS_INDDIS) {
1625 dev_priv->cp_mode);
H A Dradeon_drm.h541 int cp_mode; member in struct:drm_radeon_init
H A Dr600_cp.c1845 dev_priv->cp_mode = init->cp_mode;
1851 if ((init->cp_mode != RADEON_CSQ_PRIBM_INDDIS) &&
1852 (init->cp_mode != RADEON_CSQ_PRIBM_INDBM)) {
1853 DRM_DEBUG("BAD cp_mode (%x)!\n", init->cp_mode);
H A Dradeon_drv.h296 int cp_mode; member in struct:drm_radeon_private

Completed in 99 milliseconds