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

/freebsd-9.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.c600 RADEON_WRITE(RADEON_CP_CSQ_CNTL, dev_priv->cp_mode);
1216 dev_priv->cp_mode = init->cp_mode;
1222 if ((init->cp_mode != RADEON_CSQ_PRIBM_INDDIS) &&
1223 (init->cp_mode != RADEON_CSQ_PRIBM_INDBM)) {
1224 DRM_DEBUG("BAD cp_mode (%x)!\n", init->cp_mode);
1680 if (dev_priv->cp_mode == RADEON_CSQ_PRIDIS_INDDIS) {
1682 dev_priv->cp_mode);
H A Dr600_cp.c2007 dev_priv->cp_mode = init->cp_mode;
2013 if ((init->cp_mode != RADEON_CSQ_PRIBM_INDDIS) &&
2014 (init->cp_mode != RADEON_CSQ_PRIBM_INDBM)) {
2015 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-9.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 90 milliseconds