icd: add an API to scan Linux DRM subsystem
authorChia-I Wu <olvaffe@gmail.com>
Mon, 15 Sep 2014 05:08:49 +0000 (13:08 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Mon, 15 Sep 2014 05:48:50 +0000 (13:48 +0800)
commit2bff20b97e47637d70aa0bf7617a88741d4558c1
tree9929a9b68b69758cdcd308e809dec7a2f60792ac
parent3a5c3dc276a13a286a6747915d3ffc1ec4d3faea
icd: add an API to scan Linux DRM subsystem

It differs from the scanner in intel ICD in that both legacy (primary) nodes
and render nodes are supported.  And it does not open() any of them.
icd/common/CMakeLists.txt
icd/common/icd-enumerate-drm.c [new file with mode: 0644]
icd/common/icd-enumerate-drm.h [new file with mode: 0644]