File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
drivers/gpu/drm/amd/display/amdgpu_dm Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -1356,7 +1356,7 @@ static int dm_late_init(void *handle)
1356
1356
unsigned int linear_lut [16 ];
1357
1357
int i ;
1358
1358
struct dmcu * dmcu = NULL ;
1359
- bool ret = false ;
1359
+ bool ret ;
1360
1360
1361
1361
if (!adev -> dm .fw_dmcu )
1362
1362
return detect_mst_link_for_all_connectors (adev -> ddev );
@@ -1377,13 +1377,10 @@ static int dm_late_init(void *handle)
1377
1377
*/
1378
1378
params .min_abm_backlight = 0x28F ;
1379
1379
1380
- /* todo will enable for navi10 */
1381
- if (adev -> asic_type <= CHIP_RAVEN ) {
1382
- ret = dmcu_load_iram (dmcu , params );
1380
+ ret = dmcu_load_iram (dmcu , params );
1383
1381
1384
- if (!ret )
1385
- return - EINVAL ;
1386
- }
1382
+ if (!ret )
1383
+ return - EINVAL ;
1387
1384
1388
1385
return detect_mst_link_for_all_connectors (adev -> ddev );
1389
1386
}
You can’t perform that action at this time.
0 commit comments