]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/omapdrmtest.git/blob - util/display-x11.c
Initial commit
[glsdk/omapdrmtest.git] / util / display-x11.c
1 /*
2  * Copyright (C) 2011 Texas Instruments
3  * Author: Rob Clark <rob.clark@linaro.org>
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of the GNU General Public License version 2 as published by
7  * the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
12  * more details.
13  *
14  * You should have received a copy of the GNU General Public License along with
15  * this program.  If not, see <http://www.gnu.org/licenses/>.
16  */
18 #include "util.h"
21 void
22 disp_x11_usage(void)
23 {
24         MSG("X11 Display Options:");
25 //      MSG("\t-t <tiled-mode>\t8, 16, or 32");
26 //      MSG("\t-s <connector_id>:<mode>\tset a mode");
27 //      MSG("\t-s <connector_id>@<crtc_id>:<mode>\tset a mode");
28 }
30 struct display *
31 disp_x11_open(int argc, char **argv)
32 {
33         ERROR("unimplemented");
34         return NULL;
35 }