File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ int amdgpu_irq_init(struct amdgpu_device *adev)
320
320
if (!amdgpu_device_has_dc_support (adev )) {
321
321
if (!adev -> enable_virtual_display )
322
322
/* Disable vblank IRQs aggressively for power-saving */
323
+ /* XXX: can this be enabled for DC? */
323
324
adev_to_drm (adev )-> vblank_disable_immediate = true;
324
325
325
326
r = drm_vblank_init (adev_to_drm (adev ), adev -> mode_info .num_crtc );
Original file line number Diff line number Diff line change @@ -4259,9 +4259,6 @@ static int amdgpu_dm_initialize_drm_device(struct amdgpu_device *adev)
4259
4259
}
4260
4260
}
4261
4261
4262
- /* Disable vblank IRQs aggressively for power-saving. */
4263
- adev_to_drm (adev )-> vblank_disable_immediate = true;
4264
-
4265
4262
/* loops over all connectors on the board */
4266
4263
for (i = 0 ; i < link_cnt ; i ++ ) {
4267
4264
struct dc_link * link = NULL ;
You can’t perform that action at this time.
0 commit comments