OSDN Git Service

freedreno: add dummy fd_bo_from_fbdev implementation when KGSL is disabled
authorNicolas Dechesne <nicolas.dechesne@linaro.org>
Mon, 11 Apr 2016 14:50:23 +0000 (16:50 +0200)
committerRob Clark <robclark@freedesktop.org>
Thu, 21 Apr 2016 13:40:32 +0000 (09:40 -0400)
commit739b8886025b31f2f9d09a535c8ff3670bb1d036
tree0b4e68ab92aab106a9cb979a0351471c89c4935f
parentcc9a53f076d4e958e595e1daaff2c286ce1b7bb1
freedreno: add dummy fd_bo_from_fbdev implementation when KGSL is disabled

Make sure that this function is defined (even empty/dummy) when KGSL support is
disabled, since it's part of the driver i/f and it was reported to cause symbols
issues when building against musl libc implementation.

Reported-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Rob Clark <robclark@freedesktop.org>
freedreno/freedreno_bo.c