Add support for wl_display types for native display 47/30147/1
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>
Tue, 10 Dec 2013 05:16:47 +0000 (14:16 +0900)
committerTony SIM <chinyeow.sim.xt@renesas.com>
Wed, 12 Nov 2014 05:39:59 +0000 (13:39 +0800)
commit9638f5570c7b0f63fe5c018911b03bca43954894
treef13f833c16f0fa9f34529d3aad74a2822c7c76aa
parent28a2de6eaa9e10e9cf5d98b043cd06c3880e8bfe
Add support for wl_display types for native display

In the nested wayland composition scenario, the compositor needs to forward the
DRM authentication to its server. Only the DRM master can authenticate the
client.

We store the wl_display and pass it to the wl_kms server in the middle, so that
the wl_kms server in the middle can forward the authentication request to its
server.

This fix requires the latest wayland-kms.

Change-Id: Iee7d87f1097270cb328252bd53230bbb0bf62159
Signed-off-by: Tony SIM <chinyeow.sim.xt@renesas.com>
egl.c