popcornmix

Results 853 comments of popcornmix

Obviously if a new feature required a change to say, firmware and kernel or to firmware and userland then you won't benefit from that feature if you only update one...

I don't really see what the issue is. Copying to a symlinked directory should be fine. What error message do you get? What does ``` ls -ld /opt /data/opt ls...

Can you edit /usr/bin/rpi-update and in download_rev change: ``` curl -L "${REPO_URI}/tarball/${FW_REV}" | tar xzf - -C "${FW_RE$ ``` to ``` curl -L "${REPO_URI}/tarball/${FW_REV}" | tar xzfh - -C "${FW_RE$...

Try setting ``SKIP_WARNING=1`` in environment if you don't won't want to be prompted by warnings. But be aware the warnings are there for a reason.

Can you use JUST_CHECK from here?

I've pushed an update that now allows rpi-update to an empty directory. It's not directly useful, but does allow the files retrieved from rpi-update to be examined before a real...

For the PR to work you need https://github.com/raspberrypi/linux/pull/4201 (it should be a no-op without kernel support). We are in a chicken and egg situation here - getting drm support for...

When playing 10-bit hevc: ``` $ kmsprint -p | egrep "COLOR|bpc|format " output format (39) = 2 (YCrCb422) [RGB444=0|YCrCb444=1|YCrCb422=2|YCrCb420=3] max bpc (40) = 12 [8 - 12] COLOR_ENCODING (78) =...

https://github.com/raspberrypi/linux/pull/4280 was submitted upstream for feedback which I believe makes the selection automatically, but it sounds like userspace controlling output was preferred. ping @mripard

I'll update this PR based on the [newer kernel approach](https://github.com/raspberrypi/linux/pull/4754) shortly. Basically the "max bpc" setting will remain (which is a standard drm property) but the "output format" (which would...