File tree Expand file tree Collapse file tree 4 files changed +0
-38
lines changed
drivers/gpu/drm/amd/amdgpu Expand file tree Collapse file tree 4 files changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -104,18 +104,6 @@ static int isp_v4_1_0_hw_init(struct amdgpu_isp *isp)
104
104
goto failure ;
105
105
}
106
106
107
- /*
108
- * Temporary WA added to disable MMHUB TLSi until the GART initialization
109
- * is ready to support MMHUB TLSi and SAW for ISP HW to access GART memory
110
- * using the TLSi path
111
- */
112
- WREG32 (mmDAGB0_WRCLI5_V4_1 >> 2 , 0xFE5FEAA8 );
113
- WREG32 (mmDAGB0_WRCLI9_V4_1 >> 2 , 0xFE5FEAA8 );
114
- WREG32 (mmDAGB0_WRCLI10_V4_1 >> 2 , 0xFE5FEAA8 );
115
- WREG32 (mmDAGB0_WRCLI14_V4_1 >> 2 , 0xFE5FEAA8 );
116
- WREG32 (mmDAGB0_WRCLI19_V4_1 >> 2 , 0xFE5FEAA8 );
117
- WREG32 (mmDAGB0_WRCLI20_V4_1 >> 2 , 0xFE5FEAA8 );
118
-
119
107
return 0 ;
120
108
121
109
failure :
Original file line number Diff line number Diff line change 32
32
33
33
#include "ivsrcid/isp/irqsrcs_isp_4_1.h"
34
34
35
- #define mmDAGB0_WRCLI5_V4_1 0x6811C
36
- #define mmDAGB0_WRCLI9_V4_1 0x6812C
37
- #define mmDAGB0_WRCLI10_V4_1 0x68130
38
- #define mmDAGB0_WRCLI14_V4_1 0x68140
39
- #define mmDAGB0_WRCLI19_V4_1 0x68154
40
- #define mmDAGB0_WRCLI20_V4_1 0x68158
41
-
42
35
#define MAX_ISP410_INT_SRC 8
43
36
44
37
void isp_v4_1_0_set_isp_funcs (struct amdgpu_isp * isp );
Original file line number Diff line number Diff line change @@ -104,18 +104,6 @@ static int isp_v4_1_1_hw_init(struct amdgpu_isp *isp)
104
104
goto failure ;
105
105
}
106
106
107
- /*
108
- * Temporary WA added to disable MMHUB TLSi until the GART initialization
109
- * is ready to support MMHUB TLSi and SAW for ISP HW to access GART memory
110
- * using the TLSi path
111
- */
112
- WREG32 (mmDAGB1_WRCLI5_V4_1_1 >> 2 , 0xFE5FEAA8 );
113
- WREG32 (mmDAGB1_WRCLI9_V4_1_1 >> 2 , 0xFE5FEAA8 );
114
- WREG32 (mmDAGB1_WRCLI10_V4_1_1 >> 2 , 0xFE5FEAA8 );
115
- WREG32 (mmDAGB1_WRCLI14_V4_1_1 >> 2 , 0xFE5FEAA8 );
116
- WREG32 (mmDAGB1_WRCLI19_V4_1_1 >> 2 , 0xFE5FEAA8 );
117
- WREG32 (mmDAGB1_WRCLI20_V4_1_1 >> 2 , 0xFE5FEAA8 );
118
-
119
107
return 0 ;
120
108
121
109
failure :
Original file line number Diff line number Diff line change 32
32
33
33
#include "ivsrcid/isp/irqsrcs_isp_4_1.h"
34
34
35
- #define mmDAGB1_WRCLI5_V4_1_1 0x68420
36
- #define mmDAGB1_WRCLI9_V4_1_1 0x68430
37
- #define mmDAGB1_WRCLI10_V4_1_1 0x68434
38
- #define mmDAGB1_WRCLI14_V4_1_1 0x68444
39
- #define mmDAGB1_WRCLI19_V4_1_1 0x68458
40
- #define mmDAGB1_WRCLI20_V4_1_1 0x6845C
41
-
42
35
#define MAX_ISP411_INT_SRC 8
43
36
44
37
void isp_v4_1_1_set_isp_funcs (struct amdgpu_isp * isp );
You can’t perform that action at this time.
0 commit comments