On Mon, Mar 3, 2014 at 6:53 PM, Daniel Kurtz djkurtz@chromium.org wrote:
But, for exynos, the the driver name is actually "exynos-drm", so the check fails, and drmOpen("exynos", NULL) fails.
# cat /proc/dri/0/name exynos-drm exynos-drm platform:exynos-drm:00
oh, hmm, yeah, I guess you break a few assumptions if the drm name != device name.. I guess mostly nobody notices because usually xserver uses drmOpen() and mesa just open()'s the device file path passed from xserver.
BR, -R