OSDN Git Service

freedreno: pipe loader for either kgsl or msm
authorRob Clark <robclark@freedesktop.org>
Thu, 29 Aug 2013 21:26:16 +0000 (17:26 -0400)
committerRob Clark <robclark@freedesktop.org>
Thu, 29 Aug 2013 21:35:05 +0000 (17:35 -0400)
commitde10d383d029c8559522f731e04572dc997a0dbc
treee13062af1f99f2fa1e202feb84105f9ac8a2995d
parente95b7d89b9cd7d82b6122f9ad9bbf2249a0a8802
freedreno: pipe loader for either kgsl or msm

The downstream android kernel driver is "kgsl", the upstream drm/kms
driver is called "msm".  Since libdrm_freedreno handles the differences
between the two, we need to load the same thing for either device.

Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/gallium/targets/dri-freedreno/Makefile.am
src/gallium/targets/dri-freedreno/target-kgsl.c [moved from src/gallium/targets/dri-freedreno/target.c with 100% similarity]
src/gallium/targets/dri-freedreno/target-msm.c [new file with mode: 0644]
src/gallium/targets/egl-static/egl_pipe.c