chewitt / linux

Linux kernel source tree -- WARNING I REBASE MY BRANCHES!
Other
23 stars 17 forks source link

GXM "pink line" problem #12

Closed chewitt closed 1 year ago

chewitt commented 1 year ago

Users report seeing a 1px pink line on GXM boards when when Kodi renders e.g. SD media at 23.976 content to devices that do not support that mode, resulting in Kodi using e.g. 1080p@60. This is often found with older TVs or monitors that often support only 1080@50/59.94/60 and not the lower fractional rates. The issue is not seen when Kodi uses EGL rendering (compositing the image before DRM output) which helps to narrow the problem to something in the DIRECT-TO-PLANE rendering path. The issue is likely to be in the DRM plane setup.

chewitt commented 1 year ago

From experimenting in meson_overlay.c this appears to work: https://github.com/chewitt/linux/commit/3d98470803952cfa9ed0f329ca952df896d6138c

chewitt commented 1 year ago

Submission https://patchwork.kernel.org/project/linux-amlogic/patch/20230303123312.155164-1-christianshewitt@gmail.com/

chewitt commented 1 year ago

merged in drm-misc-fixes https://cgit.freedesktop.org/drm/drm-misc/commit/?id=5c8cf1664f288098a971a1d1e65716a2b6a279e1