Commits
Richard Liu committed 4cdb3123344
MA-10665 Enable Vivante drm GPU on imx8 Include below two changes: 1. Install libdrm_vivante.so build out from libdrm.git to support drm based GPU. 2. Seperate /dev/dri(/.*). /dev/dri and /dev/dri/card* use graphic_device, display hal need open /dev/dri path and go through /dev/dri/card*, they are display related. /dev/dri/renderD* use gpu_device they are memory related. Selinux log: RenderThread: type=1400 audit(0.0:30): avc: denied { write } for name="renderD128" dev="tmpfs" ino=3201 scontext=u:r:platform_app:s0:c5 12,c768 tcontext=u:object_r:graphics_device:s0 tclass=chr_file permissive=0 Change-Id: Ib7c8881d3391d4957ea44c8bb538a8687e3e9776 Signed-off-by: Richard Liu <xuegang.liu@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/3380 Reviewed-by: guoyin.chen <guoyin.chen@nxp.com>