Skip to content

Instantly share code, notes, and snippets.

@austriancoder
Created February 10, 2017 21:11
Show Gist options
  • Save austriancoder/fac0d8bf41ef17c3ce71eaa4bdbfcbf7 to your computer and use it in GitHub Desktop.
Save austriancoder/fac0d8bf41ef17c3ce71eaa4bdbfcbf7 to your computer and use it in GitHub Desktop.
working armada ddx with etnaviv
[ 26.447] (II) armada: Support for Marvell LCD Controller: 88AP510
[ 26.447] (II) armada: Support for Freescale IPU: i.MX6
[ 26.490] (II) armada(0): Added screen for KMS device /dev/dri/card0
[ 26.490] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 26.490] (II) armada(0): hardware: imx-drm
[ 26.491] (II) armada(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 26.491] (==) armada(0): Depth 24, (--) framebuffer bpp 32
[ 26.491] (==) armada(0): RGB weight 888
[ 26.491] (==) armada(0): Default visual is TrueColor
[ 26.491] (**) armada(0): Option "XvAccel" "TRUE"
[ 26.491] (**) armada(0): Option "UseGPU" "TRUE"
[ 26.491] (**) armada(0): Option "AccelModule" "etnadrm_gpu"
[ 26.492] (II) Loading sub module "etnadrm_gpu"
[ 26.492] (II) LoadModule: "etnadrm_gpu"
[ 26.503] (II) Loading /usr/lib/xorg/modules/drivers/etnadrm_gpu.so
[ 26.508] (II) Module Etnaviv GPU driver (DRM): vendor="X.Org Foundation"
[ 26.509] compiled for 1.19.0, module version = 0.0.0
[ 26.509] ABI class: X.Org ANSI C Emulation, version 0.4
...
[ 26.630] (==) Depth 24 pixmap format is 32 bpp
[ 26.675] (**) armada(0): Option "HWcursor" "TRUE"
[ 26.675] (**) armada(0): Option "HotPlug" "TRUE"
[ 26.680] (==) armada(0): Backing store enabled
[ 26.680] (==) armada(0): Silken mouse enabled
[ 26.681] (--) armada(0): Vivante GC320 GPU revision 5007 (etnaviv) 2d PE2.0
[ 26.682] (II) armada(0): [DRI2] Setup complete
[ 26.682] (II) armada(0): [DRI2] DRI driver: etnaviv
[ 26.682] (II) armada(0): direct rendering: DRI2 enabled
[ 26.682] (**) armada(0): direct rendering: DRI3 disabled
[ 26.682] (II) armada(0): No hardware cursor support - disabling hardware cursors
[ 26.682] (II) armada(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 26.684] (==) armada(0): DPMS enabled
[ 26.684] (**) armada(0): hotplug detection enabled
[ 26.685] (II) armada(0): etnaviv: Xv: using YUY2 tiled format intermediate YUV target
[ 26.746] (--) RandR disabled
[ 26.779] (II) SELinux: Disabled on system
[ 26.913] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 26.914] (II) AIGLX: enabled GLX_ARB_create_context
[ 26.914] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 26.914] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 26.915] (II) AIGLX: enabled GLX_INTEL_swap_event
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment