1. 17 Mar, 2022 2 commits
  2. 04 Feb, 2022 2 commits
    • Alper Nebi Yasak's avatar
      debian/local/plymouth.hook: Add panfrost to excluded DRM modules · 8eab97b7
      Alper Nebi Yasak authored
      
      
      The Panfrost kernel module only does 3D rendering acceleration, and is
      not necessary in the initramfs for Plymouth to work. Even worse, adding
      Panfrost without also adding a devfreq governor (a hidden dependency)
      makes it fail to probe and prevents hardware acceleration from being
      used after boot without user intervention. So, avoid adding it to the
      initramfs.
      
      Signed-off-by: Alper Nebi Yasak's avatarAlper Nebi Yasak <alpernebiyasak@gmail.com>
      8eab97b7
    • Alper Nebi Yasak's avatar
      debian/local/plymouth.hook: Apply module exclusions for MODULES=dep as well · fde14113
      Alper Nebi Yasak authored
      
      
      The Plymouth initramfs-tools hook avoids adding certain DRM modules to
      the initramfs, although it's not clear exactly why. Right now this is
      only done if MODULES=most in initramfs-tools config, but they should be
      excluded when MODULES=dep as well.
      
      There are more modules we can want to exclude in both cases, for example
      drivers like Panfrost that only do 3D rendering acceleration which are
      not necessary to output an image to the display.
      
      Extract the modules-to-exclude to a variable we can use with either
      initramfs-tools configuration. While adding modules for the DRM devices
      on the running system, check if they are one of these modules and skip
      those that are.
      
      Signed-off-by: Alper Nebi Yasak's avatarAlper Nebi Yasak <alpernebiyasak@gmail.com>
      fde14113
  3. 19 Jan, 2022 3 commits
  4. 10 Nov, 2021 7 commits
  5. 02 Mar, 2021 2 commits
  6. 26 Feb, 2021 1 commit
  7. 09 Dec, 2020 7 commits
  8. 26 Aug, 2020 1 commit
  9. 03 Aug, 2020 12 commits
  10. 07 Apr, 2020 2 commits
  11. 25 Mar, 2020 1 commit