When I changed channel it flickers
This was fixed in Kodi 22 "P", so wait for LE13.
When I changed channel it flickers
This was fixed in Kodi 22 "P", so wait for LE13.
signal HLG not work in TV LG
Try this build.
IMO it's worth trying the new Intel Xe driver.
CONFIG_DRM_XE=m
i915.force_probe=!xxxx xe.force_probe=xxxx (disable i915 and enable Xe driver, xxxx=Intel PCI graphics ID)
I'm running this on TGL and kernel 6.9. No idea if it fixes anything, I don't use audio passthrough.
diff --git a/drivers/media/dvb-frontends/si2183.c b/drivers/media/dvb-frontends/si2183.c
index b9564d4f4a84..2b97c96caa10 100644
--- a/drivers/media/dvb-frontends/si2183.c
+++ b/drivers/media/dvb-frontends/si2183.c
@@ -1692,8 +1692,7 @@ static struct si_base *match_base(struct i2c_adapter *i2c, u8 adr)
return NULL;
}
-static int si2183_probe(struct i2c_client *client,
- const struct i2c_device_id *id)
+static int si2183_probe(struct i2c_client *client)
{
struct si2183_config *config = client->dev.platform_data;
struct si2183_dev *dev;
Display More
^ changes for kernel 6.6
It's probably related to AAC audio. See here.
flickering deinterlacing
That's BOB deinterlacing. RPi4 can only do BOB when using a hardware decoding. For high quality deinterlacing (BWDIF) switch to software decoding.
Back in pre-LE10 days there was a MMAL (GPU-assisted?) high quality deinterlacing method but I doubt that it would ever be re-implemented.
Maybe some setting on that TV is forcing an HDR mode?
I wonder if YUV mode can be forced by editing EDID?
RGB support is mandatory, it's not possible to to disable it in EDID. Intel driver defaults to RGB and they don't provide a way to switch to YCbCr from the userspace.
I looked and I can't find a/drivers/gpu/drm/i915/display/intel_hdmi.c anywhere
need to modify the code and recompile
^ This. There is no other way other than hacking the kernel.
That EDID does not have HDMI-Forum VSDB (vendor-specific data block).
Check your TV's HDMI related settings. I am not familiar with Panasonic TVs but on Samsung you have to enable "Input Signal Plus" to enable HDMI 2.0 EDID. There must be something similar to that on Panasonic.
Upd.: looks like on Panasonic it is called HDMI "Mode 2".
m88rs6060 was added to CE 5.4/5.15 kernel to support TBS 5930. A working m88rs6060 driver is not enough to make the internal tuner of that mecool box work.
/usr/lib/kodi/kodi.bin -v
DVB was broken in 6.1.52 and fixed in 6.1.53. LE 11.0.4 use kernel 6.1.68. So this must be something else.
but it seemingly affects these TV tuners in TVHeadend
This was fixed by https://github.com/torvalds/linux…4c05c89f46e41d1
LE can be built with Wayland. It would miss some crucial features like refresh rate switching. Also Kodi does not support HDR passthrough on Wayland.
It's better we think how (and when) we can drop it too.
It was dropped since LE 11 and now used only in Generic-legacy.