Searched refs:RADEON_RESET_CP (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Dni.c1737 reset_mask |= RADEON_RESET_CP;
1740 reset_mask |= RADEON_RESET_GRBM | RADEON_RESET_GFX | RADEON_RESET_CP;
1858 if (reset_mask & RADEON_RESET_CP) {
1971 RADEON_RESET_CP))) {
H A Dr600.c1639 reset_mask |= RADEON_RESET_CP;
1642 reset_mask |= RADEON_RESET_GRBM | RADEON_RESET_GFX | RADEON_RESET_CP;
1748 if (reset_mask & RADEON_RESET_CP) {
1926 RADEON_RESET_CP))) {
H A Dsi.c3771 reset_mask |= RADEON_RESET_CP;
3774 reset_mask |= RADEON_RESET_GRBM | RADEON_RESET_GFX | RADEON_RESET_CP;
3882 if (reset_mask & (RADEON_RESET_GFX | RADEON_RESET_COMPUTE | RADEON_RESET_CP)) {
3897 if (reset_mask & RADEON_RESET_CP) {
4113 RADEON_RESET_CP))) {
H A Devergreen.c3841 reset_mask |= RADEON_RESET_CP;
3844 reset_mask |= RADEON_RESET_GRBM | RADEON_RESET_GFX | RADEON_RESET_CP;
3938 if (reset_mask & RADEON_RESET_CP) {
4096 RADEON_RESET_CP))) {
H A Dcik.c4858 reset_mask |= RADEON_RESET_CP;
4970 if (reset_mask & (RADEON_RESET_GFX | RADEON_RESET_COMPUTE | RADEON_RESET_CP))
4973 if (reset_mask & RADEON_RESET_CP) {
5255 RADEON_RESET_CP))) {
H A Dradeon.h176 #define RADEON_RESET_CP (1 << 3) macro

Completed in 222 milliseconds