Re: [PATCH v3] drm/amd/display: Disable VUpdate interrupt for DCN hardware

2019-11-05 Thread Li, Sun peng (Leo)
On 2019-11-05 2:01 p.m., sunpeng...@amd.com wrote: > From: Leo Li > > [Why] > > On DCN hardware, the crtc_high_irq handler makes vupdate_high_irq > handler redundant. > > All the vupdate handler does is handle vblank events, and update vrr > for DCE hw (excluding VEGA, more on that later). As

[PATCH v3] drm/amd/display: Disable VUpdate interrupt for DCN hardware

2019-11-05 Thread sunpeng.li
From: Leo Li [Why] On DCN hardware, the crtc_high_irq handler makes vupdate_high_irq handler redundant. All the vupdate handler does is handle vblank events, and update vrr for DCE hw (excluding VEGA, more on that later). As far as usermode is concerned. vstartup happens close enough to vupdate