summaryrefslogtreecommitdiff
path: root/bsd-core/drm/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-10-16 10:51:56 +1000
committerDave Airlie <airlied@redhat.com>2008-10-16 10:51:56 +1000
commitpatch)
treeaa0341b505e8c2c85b657c0980f8470be151b494 /bsd-core/drm/Makefile
parentd958cd7bb95558aa6c49824e2ae2b302f1433d2e (diff)
drm: remove stray debug code
Diffstat (limited to 'bsd-core/drm/Makefile')
0 files changed, 0 insertions, 0 deletions
e); void add(DrmPropObject *ob, Property *prop, uint64_t value); void add(DrmPropObject *ob, const std::string& prop, uint64_t value); void add(DrmPropObject *ob, const std::map<std::string, uint64_t>& values); int test(bool allow_modeset = false); int commit(void* data, bool allow_modeset = false); int commit_sync(bool allow_modeset = false); private: Card& m_card; _drmModeAtomicReq* m_req; }; }