Comment 0 for bug 2034105

Revision history for this message
Kai-Chuan Hsieh (kchsieh) wrote :

[ Impact ]

 * There is no cursor in Xorg session when output from AMD Navi3.x dgpu

[ Test Plan ]

 * Test the on the DT with AMD Navi3.x dgpu

 * Attach external monitor to AMD Navi3.x dgpu

 * Switch to Xorg session when login

 * Check if cursor is appeared and works properly

[ Where problems could occur ]

 * The implementation checks DRM_CAP_CURSOR_WIDTH and DRM_CAP_CURSOR_HEIGHT and fallback to original implementation if kernel can't report the caps, therefore, the implementation should be save.

[ Other Info ]

 * Upstream commit: https://cgit.freedesktop.org/xorg/driver/xf86-video-amdgpu/commit/?id=9c959fac3af28d191105f63236096ad456dca614
 * The patch has been mantic and lunar already