Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8088673

Consider Pi vram check/limit adjustment

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 9
    • 8u20
    • javafx
    • linux_arm Raspberry PI


      command line tool vcgencmd seems to be able to query total VRAM,
      can we use this on Pi EGL startup to reset the texture pool limit ?

      https://github.com/raspberrypi/userland/blob/master/interface/vmcs_host/vcgencmd.h

      Shows how much memory is split between the CPU (arm) and GPU.

      root@raspberrypi:~# vcgencmd get_mem arm && vcgencmd get_mem gpu
      arm=448M
      gpu=64M

      The ides would be to find the basic split and then possibly set a texture limit from that.

            ddhill David Hill (Inactive)
            ddhill David Hill (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: