Kodi Community Forum

Full Version: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495
(2017-02-19, 04:15)Milhouse Wrote: [ -> ]
(2017-02-18, 17:28)polo_joe Wrote: [ -> ]I can't install any addon from libreelec repository with latest test build. Could anybody confirm this?
Might be that you're trying to install from an LE 9.0 repository which doesn't yet exist - can you upload a debug log when trying to install an add-on?

http://pastebin.com/J0ABvsCM
(2017-02-19, 00:38)garbear Wrote: [ -> ]
(2017-02-18, 12:20)linkinsoldier Wrote: [ -> ]I think i should wait for the bugfix of this before i open another ticket because there is no working input on fifa97, right?

No, you should open an issue for every problem you encounter. Even if there's too many issues to track down, we can still get a sense for which emulators are working better and which should be shipped as default.

I opened another issue with this topic on github:
https://github.com/kodi-game/game.libret...2/issues/3

When the emulator is working (e.g. hangtime), then the emulator seems to be the best snes emulator i found on the rpi3!

(2017-02-19, 00:38)garbear Wrote: [ -> ]
(2017-02-18, 12:20)linkinsoldier Wrote: [ -> ]2) opening mario kart 64 on mupen64 is rebooting libreelec

Is there anyone who can say when N64 emulator is going to work on rpi3?

This is a known issue because OpenGLES support isn't implemented in RetroPlayer on the Pi. Given that it's still experimental on OpenGL (current progress), it might be a while before we see built-in N64 support on the Pi.

Have you tried IARL and RetroArch? RetroArch should support N64 on the Pi.

I have tried IARL but I haven't tried RetroArch since i dont want to replace my libreelec-Pi - for me the real beauty is to have everything directly out of kodi Smile
(2017-02-19, 04:24)Milhouse Wrote: [ -> ]
(2017-02-18, 11:23)esco Wrote: [ -> ]As requested:

dmesg: http://pastebin.com/f1DCtsZa
journal: http://pastebin.com/p52rvz6t
kodi.log http://pastebin.com/91sid8Z2

Thank you Milhouse.

You might want to check this thread on the LibreELEC forum: https://forum.libreelec.tv/thread-4878-p...l#pid34974 also this thread https://forum.libreelec.tv/thread-4235-post-34183.html

Apparently the issues you are seeing are not not seen on x86_64 hardware, so appear to be specific to the RPi.

Configuring "BOB MMAL deinterlacing" "fixes" it, can you try that and confirm if better/worse/unchanged?

Setting "vcgencmd arbiter set arm_uc 12 0" at the command line may also help (with or without BOB) - changing this setting worked for @smp1. Useful info about the arbiter setting here and here.

If this is due to insufficient RAM bandwidth then a small SDRAM overclock might help - the default RAM frequency is 500MHz but most Pi can overclock SDRAM frequency to 550, and some can go as high as 600. It does require a fair amount of testing to determine a stable overclock however (see separate threads discussing overclocking and methodology etc.).

Thanks a lot Milhouse. Unfortunatelly still the same with BOB, arbiter set to 12 0, and SDRAM O/C (500), tested both latest non-x and x builds.
(2017-02-18, 23:39)popcornmix Wrote: [ -> ]John Cox is back working on HEVC acceleration for Pi.
This update switches to using the vchiq gpu service (rather than old mailbox interface) which allows more flexibility when submitting GPU jobs.
It also adds gpu support for weighted prediction which was one example that previously wasn't gpu accelerated.

So, if you have any HEVC (aka H.265) content then try it with this build. It should be a little better than the previous build
(and work is continuing).

I tried several of my HEVC movies, typically like this:

Code:
General
Interstellar-imax.mkv
Format                         : Matroska
Format version                 : Version 4 / Version 2
File size                      : 3.21 GiB
Duration                       : 2h 49mn
Overall bit rate               : 2 713 Kbps
Movie name                     : Interstellar bluray sujaidr

Video
ID                             : 1
Format                         : HEVC
Format/Info                    : High Efficiency Video Coding
Format profile                 : Main@L4@Main
Codec ID                       : V_MPEGH/ISO/HEVC
Duration                       : 2h 49mn
Width                          : 1 920 pixels
Height                         : 1 080 pixels
Display aspect ratio           : 16:9
Frame rate mode                : Constant
Frame rate                     : 23.976 fps
Color space                    : YUV
Chroma subsampling             : 4:2:0
Bit depth                      : 8 bits
Writing library                : x265 1.5:[Windows][GCC 4.9.0][64 bit]

on my slightly overclocked Pi3:

Code:
gpu_mem_1024=320

  arm_freq=1250
  core_freq=500
  gpu_freq=500
  over_voltage=2
  sdram_freq=500
  over_voltage_sdram=4
  sdram_schmoo=0x02000020

  temp_limit=80

in a cheep transparent box with a rather big DIY cooler:

Image[/img]

After playing the movie (about 2.5 hours) the processor temperature is 60° to 66°C depending on the movie. This is a big improvement over previous version when I had to use higher OC values which resulted in about 10° higher temperatures.
IMPORTANT!!!!!

Hello, the included Player ist "maybe" "CRAP"!!!!

OK, i have a Raspberry Pi3 with a TV Stick. Most of the Channels work fine but some channels, TS Streams, have distortions.
Example I recorded a Channel and instead 3 Hours it show 16 hours of recording.
A lot of distortions in the picture.
Try to play the recording on my Mac. The same, even worse. On VLC on Quicktime. Final Cut or Premiere.

BUT: after plug in the HDD on my Samsung TV the recording is PERFECT! 3 Hours of recording no hick ups in the Picture.

WHY? Is there a better Player around to include in Kodi? So the TS Stream can play perfectly?

Maybe it is possible to extract the Player from the Samsung OS it is Linux also.


http://macblurayplayer.com/mac-media-player.htm

this Player does it right

Sorry for bad English.

Please Help
@tjost upload a sample video and post a link. Also upload your debug log (wiki) - see note #9 in the first post.
Not a debug log.

Also please test with latest build #0218, not a build from over a week ago.
ok. i do so. but I do have tis problems in every version I testet.
(2017-02-19, 04:13)CAM STEW Wrote: [ -> ]The HEVC improvements are great, not every video I have is watchable but a large number of them now are. Are there likely to be more improvements?

As I said:
Quote:(and work is continuing).

At the moment we are focusing on up to 1920x1080@24 with 8-bit. In my testing most videos like that play well on a Pi3 with overclock.
Higher framerates are obviously harder. The jellyfish samples are 30fps, so that is 25% more work required.

Samples of videos that don't play well (up to 1920x1080@24) would be useful in case there is something in the encoding that isn't currently gpu accelerated.
The current goal is to reduce the overclock requirements. That does mean if you are overclocking then harder videos can be played.

10-bit is not currently supported. We would like to get some support but the increased sdram bandwidth probably means 10-bit will be more limited (e.g. only 720p).
New LibreELEC.tv Leia build #0219: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.9.10 #1 Sun Feb 19 21:05:59 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Feb 17 2017 20:41:51
Copyright (c) 2012 Broadcom
version 88b8ca93c6eb22e38531075a6d7e4f25f900af43 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170219210453-#0219-ge046683 [Build #0219]

# Kodi version
(18.0-ALPHA1 Git:4c792db). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (e0466839, changelog) and tip of XBMC master (ed030b4a, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.9.y
  • Includes latest bcm2835-driver next (1d52debd, ahead +658)
  • Includes latest kodi-platform master (c8188d82)
  • Includes latest libcec master (0a97062d, ahead +22)
  • Includes latest libnfs master (2e0a67fc, ahead +49)
  • Includes latest p8-platform master (2d90f986, ahead +9)
  • Includes latest addons: inputstream.adaptive (a347296e), inputstream.rtmp (df64b9b2, +6), peripheral.joystick (69c9e5fe, +1), pvr.argustv (5a36c586), pvr.demo (8243935f), pvr.dvblink (0015079e), pvr.dvbviewer (9fb34b3c), pvr.filmon (315e5034), pvr.hdhomerun (98cb8d40), pvr.hts (1caa390d, +1), pvr.iptvsimple (53d63cce), pvr.mediaportal.tvserver (019c7e99), pvr.mythtv (18fe56e4, +11), pvr.nextpvr (cb1b5415), pvr.njoy (080cd321), pvr.octonet (8549a31c), pvr.pctv (e67e9695), pvr.stalker (a609149c), pvr.vbox (dea8335a), pvr.vdr.vnsi (7033621d), pvr.vuplus (6ff2eb28), pvr.wmc (5f1db43f)
  • Exclude [env] kodi-999.99-PR11662.patch: kodi: merged upstream
  • Include [env] afbd134f: linux: Enable Fair Queue packet scheduling (TEST)
  • Include [env] e533a8be: linux: Default to CONFIG_TCP_CONG_BBR (TEST)
  • Include [env] compare: linux: update to linux-4.9.10
  • Include [env] patch: ffmpeg: add extra RPi lib required when building ffmpeg command line with gpu service hevc patches
  • Include [env] patch: repository.retroplayer.libreelec.addons: add temp repo for testing
  • Include [env] patch: Don't build ADSP addons
  • Include [env] patch: iwlwifi-firmware: update to iwlwifi-firmware-ba301aa
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: linux: enable in-tree rtl8192cu for RPi/RPi2
  • Include [env] patch: Add kodi binary addons (pvr, adsp, other)
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] PR:1287: virtio-gpu support (qemu/kvm)
  • Include [env] PR:1326: Build system scripts cleanup
  • Include [env] PR:1329: imagedecoder.raw: add add-on
  • Include [env] PR:1355: xorg-server: clean package when nvidia drivers are bumped
  • Include [env] PR:1365: build system: switch to absolute paths
  • Include [pkg] patch: alsa-lib: conf: Add card config for Intel HDMI/DP LPE audio (alsa-lib)
  • Include [pkg] PR:56: bluetooth: add missing 'Connect' option when device is Trusted (service.libreelec.settings)
  • Include [pkg] PR:11668: FFmpegImage: Document and change alignment
  • Include [pkg] PR:11702: [Fix] Songs smart playlists 3 x slower than similar library node
Build Highlights:
  1. Reintroduce "Revert: hack: add iso to filedirectory list"
  2. [Fix] Songs smart playlists 3 x slower than similar library node
  3. libnfs: memory leak fix
Build Details:
  1. LibreELEC.tv:
    • input: change input repeat config (PR:1327, 2 commits, 11 files changed)
    • Update WeTek proprietary DVB modules to wetekdvb-20170116 (PR:1372, 1 commit, 1 file changed)
    • projects/WeTek_Core: Switch to ondemand CPU scaling governor (PR:1373, 1 commit, 1 file changed)
  2. XBMC:
    • [settings] change allowed remotedelay range to inlcude zero (PR:11662, 1 commit, 1 file changed)
    • [cmake] fix building WiiRemote (PR:11694, 1 commit, 1 file changed)
    • [addons] fix notification setting (PR:11696, 3 commits, 3 files changed)
  3. libnfs:
    • Fix memory leak of nested mount list (6923a992)
    • Merge branch 'master' of github.comConfusedahlberg/libnfs (2e0a67fc)
  4. newclock5:
    • New commits in this build:
      • Revert "hack: add iso to filedirectory list" (8b6a5992)
  5. Additional commits/pull requests/changes not yet merged upstream:
linux kernel 4.10 is approved.
(2017-02-18, 23:39)popcornmix Wrote: [ -> ]
(2017-02-18, 23:26)Milhouse Wrote: [ -> ][*]ffmpeg: improved HEVC 1080p playback

John Cox is back working on HEVC acceleration for Pi.
This update switches to using the vchiq gpu service (rather than old mailbox interface) which allows more flexibility when submitting GPU jobs.
It also adds gpu support for weighted prediction which was one example that previously wasn't gpu accelerated.

So, if you have any HEVC (aka H.265) content then try it with this build. It should be a little better than the previous build
(and work is continuing).

Hi John & Popcornmix,
Thanks very much for this update, several of my H.265 files, which before were jerky, have improved markedly, some are now smooth, others still have a few stalls, but definitely a very useful improvement :-) Thank you.
Hope you'll be able to squeeze some more performance out in due course.
Regards Kevin.
New LibreELEC.tv Leia build #0220: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.0 #1 Mon Feb 20 23:14:18 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Feb 17 2017 20:41:51
Copyright (c) 2012 Broadcom
version 88b8ca93c6eb22e38531075a6d7e4f25f900af43 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170220231315-#0220-ga1d6251 [Build #0220]

# Kodi version
(18.0-ALPHA1 Git:4c792db). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (a1d6251d, changelog) and tip of XBMC master (38ce480c, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.10.y
  • Includes latest bcm2835-driver next (1a717bb3, ahead +659)
  • Includes latest kodi-platform master (c8188d82)
  • Includes latest libcec master (0a97062d, ahead +22)
  • Includes latest libnfs master (2e0a67fc, ahead +49)
  • Includes latest p8-platform master (2d90f986, ahead +9)
  • Includes latest addons: inputstream.adaptive (a347296e), inputstream.rtmp (df64b9b2, +6), peripheral.joystick (69c9e5fe, +1), pvr.argustv (5a36c586), pvr.demo (8243935f), pvr.dvblink (0015079e), pvr.dvbviewer (9fb34b3c), pvr.filmon (315e5034), pvr.hdhomerun (98cb8d40), pvr.hts (1caa390d, +1), pvr.iptvsimple (53d63cce), pvr.mediaportal.tvserver (019c7e99), pvr.mythtv (18fe56e4, +11), pvr.nextpvr (cb1b5415), pvr.njoy (080cd321), pvr.octonet (8549a31c), pvr.pctv (e67e9695), pvr.stalker (a609149c), pvr.vbox (dea8335a), pvr.vdr.vnsi (7033621d), pvr.vuplus (6ff2eb28), pvr.wmc (5f1db43f)
  • Exclude [env] kodi-999.99-PR11662.patch: kodi: merged upstream
  • Include [env] afbd134f: linux: Enable Fair Queue packet scheduling (TEST)
  • Include [env] e533a8be: linux: Default to CONFIG_TCP_CONG_BBR (TEST)
  • Include [env] patch: ffmpeg: add extra RPi lib required when building ffmpeg command line with gpu service hevc patches
  • Include [env] patch: repository.retroplayer.libreelec.addons: add temp repo for testing
  • Include [env] patch: Don't build ADSP addons
  • Include [env] patch: iwlwifi-firmware: update to iwlwifi-firmware-ba301aa
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: linux: enable in-tree rtl8192cu for RPi/RPi2
  • Include [env] patch: Add kodi binary addons (pvr, adsp, other)
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] PR:1121: linux: update to linux-4.10.0
  • Include [env] PR:1287: virtio-gpu support (qemu/kvm)
  • Include [env] PR:1326: Build system scripts cleanup
  • Include [env] PR:1329: imagedecoder.raw: add add-on
  • Include [env] PR:1355: xorg-server: clean package when nvidia drivers are bumped
  • Include [env] PR:1365: build system: switch to absolute paths
  • Include [env] PR:1379: projectM: remove glew [LE9]
  • Include [pkg] patch: alsa-lib: conf: Add card config for Intel HDMI/DP LPE audio (alsa-lib)
  • Include [pkg] PR:56: bluetooth: add missing 'Connect' option when device is Trusted (service.libreelec.settings)
  • Include [pkg] PR:11668: FFmpegImage: Document and change alignment
  • Include [pkg] PR:11702: [Fix] Songs smart playlists 3 x slower than similar library node
Build Highlights:
  1. New 4.10.0 kernel
Build Details:
  1. LibreELEC.tv:
    • WeTek_Hub/WeTek_Play_2: disable meson PWM support (PR:1380, 1 commit, 2 files changed)
  2. XBMC:
    • CMake: kodi-eventclients-wiiremote depends on cwiid (PR:11698, 1 commit, 1 file changed)
    • changed: disable hardcoded musicbrainz rate limiting for python scrapers (PR:11678, 1 commit, 2 files changed)
    • FileItem: Revert treating iso as file folder (PR:11701, 1 commit, 1 file changed)
    • fix skip specified amount (PR:11501, 1 commit, 1 file changed)
  3. newclock5:
    • New commits in this build:
      • MMALCodec: Clear eos flag when drain is no longer true (01038233)
    • Commits no longer in build:
      • Revert "hack: add iso to filedirectory list" (8b6a5992)
  4. kernel 4.10.y:
    • New commits in this build:
      • Revert "pinctrl: bcm2835: switch to GPIOLIB_IRQCHIP" (7afdc575)
      • Revert "staging: vc04_services: remove vchiq_copy_from_user" (54d860d0)
      • ARM64: Fix bad cast in vc04_services (a6b5cfed)
      • ARM64/SND_BCM2835: Port it to arm64. (78932c65)
      • ARM64: Enable HDMI audio and vc04_services in bcmrpi3_defconfig (697b5892)
      • ARM64: Run bcmrpi3_defconfig through savedefconfig. (b6dda5f9)
      • config: Add CONFIG_USB_DWC2 and CONFIG_USB_GADGET (2496bf73)
      • ARM64: Force hardware emulation of deprecated instructions. (f4a10179)
      • squash: fix order of sound/soc/bcm makefile (6a42290a)
    • Commits no longer in build:
      • pinctrl-bcm2835: Fix interrupt handling for GPIOs 28-31 and 46-53 (3cf40b1a)
      • pinctrl-bcm2835: Return pins to inputs when freed (95138fa6)
      • clk: bcm2835: Mark GPIO clocks enabled at boot as critical. (ae2a32fe)
      • Revert "Added driver for HiFiBerry Amp amplifier add-on board" (cb5a6f90)
      • vchiq_arm: Tweak the logging output (65e43d29)
      • staging/vchi: Convert to current get_user_pages() arguments. (490533a0)
      • staging/vchi: Update for rename of page_cache_release() to put_page(). (438e0744)
      • drivers/vchi: Remove dependency on CONFIG_BROKEN. (883aeaa8)
      • i2c: bcm2835: Fix hang for writing messages larger than 16 bytes (35d51630)
      • i2c: bcm2835: Protect against unexpected TXW/RXR interrupts (a0c4b58c)
      • i2c: bcm2835: Use dev_dbg logging on transfer errors (9fd4b9dc)
      • i2c: bcm2835: Can't support I2C_M_IGNORE_NAK (3fbfcdf7)
      • i2c: bcm2835: Add support for Repeated Start Condition (d3bd32ec)
      • i2c: bcm2835: Support i2c-dev ioctl I2C_TIMEOUT (0d265409)
      • i2c: bcm2835: Add support for dynamic clock (b9d75536)
      • arm64: Add CONFIG_ARCH_BCM2835 (fa488dce)
      • Revert "Revert "Added driver for HiFiBerry Amp amplifier add-on board"" (d0b425ec)
      • hifiberry-amp: Adjust for ALSA object refactoring (745e5a27)
      • bcm2835-i2s: Changes for allowing asymmetric sample formats. (b7ce26a3)
      • Revert "bcm2835-i2s: Changes for allowing asymmetric sample formats." (61a1b8ff)
      • usb: dwc2: Avoid suspending if we're in gadget mode (#1825) (0f8fc984)
      • Revert "clk-bcm2835: Mark used PLLs and dividers CRITICAL" (d11d5b5d)
      • clk: bcm2835: Fix ->fixed_divider of pllh_aux (b97e4d21)
      • clk: bcm: Support rate change propagation on bcm2835 clocks (41551b5f)
      • clk: bcm: Allow rate change propagation to PLLH_AUX on VEC clock (68616de4)
      • clk: bcm: Fix 'maybe-uninitialized' warning in bcm2835_clock_choose_div_and_prate() (8e8f6cac)
      • clk: bcm2835: Don't rate change PLLs on behalf of DSI PLL dividers. (d5045d72)
      • clk: bcm2835: Register the DSI0/DSI1 pixel clocks. (c2da7a8c)
      • clk: bcm2835: Add leaf clock measurement support, disabled by default (702906f2)
      • drm/panel: Add support for the Raspberry Pi 7" Touchscreen. (f3a37d08)
      • BCM270X: Add the DSI panel to the defconfig. (525f5a86)
      • ARM: bcm2835: dt: Add the DSI module nodes and clocks. (53788f7e)
      • BCM270X: Enable the DSI panel node in the VC4 overlay. (e6443b98)
      • drm/vc4: Fix termination of the initial scan for branch targets. (7293468d)
      • drm/vc4: Add support for rendering with ETC1 textures. (9b5ba7b3)
      • drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state. (3131cbaf)
      • drm/vc4: Add fragment shader threading support (7407af6e)
      • drm/vc4: Fix race between page flip completion event and clean-up (5e74f753)
      • drm/vc4: Fix ->clock_select setting for the VEC encoder (585a085e)
      • drm: Add TV connector states to drm_connector_state (bf2b0c10)
      • drm: Turn DRM_MODE_SUBCONNECTOR_xx definitions into an enum (5c2d2121)
      • drm/vc4: Add support for the VEC (Video Encoder) IP (6732713a)
      • drm/vc4: Set up SCALER_DISPCTRL at boot. (bbe2e203)
      • drm/vc4: Add support for feeding DSI encoders from the pixel valve. (3b00057b)
      • drm/vc4: Add DSI driver (8d13e435)
      • ARM: dts: bcm283x: Add VEC node in bcm283x.dtsi (451555b3)
      • ARM: dts: bcm283x: Enable the VEC IP on all RaspberryPi boards (fe30169d)
      • BCM270X: Disable VEC unless vc4-kms-v3d is present. (bd96b6fa)
      • drm/vc4: Name the primary and cursor planes in fkms. (65c95ff7)
      • drm/vc4: Add DRM_DEBUG_ATOMIC for the insides of fkms. (ab8e7380)
      • drm/vc4: Fix sending of page flip completion events in FKMS mode. (403092ec)
      • drm/vc4: Fulfill user BO creation requests from the kernel BO cache. (518b9a67)
      • drm/vc4: Fix OOPSes from trying to cache a partially constructed BO. (9913e183)
      • drm/vc4: Verify at boot that CMA doesn't cross a 256MB boundary. (095c4480)
      • clk-bcm2835: Mark used PLLs and dividers CRITICAL (6c453992)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1121: linux: update to linux-4.10.0
    • Added: [env] PR:1379: projectM: remove glew [LE9]
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495