xserver/hw/xfree86/drivers/modesetting
Sascha Hauer 456a001e3f introduce open_hw() function
probe_hw opens the hardware in the order we want it:
first try devname, if this is NULL then try the KMSDEVICE
environment variable and as a last fallback use "/dev/dri/card0".
Instead of implementing the same code again when really opening
the device move the code to a open_hw() function and let probe_hw
use it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-03-05 15:18:36 +00:00
..
COPYING Fill the COPYING file with license text 2012-02-21 16:14:31 +00:00
Makefile.am make: add all warnings according to the platform 2012-02-22 09:57:04 +00:00
driver.c introduce open_hw() function 2012-03-05 15:18:36 +00:00
driver.h modesetting: move shadow stuff to other structure 2012-02-20 11:00:56 +00:00
drmmode_display.c modesetting: fix warnings, remove dead code. 2012-02-22 09:59:12 +00:00
drmmode_display.h modesetting: move shadow stuff to other structure 2012-02-20 11:00:56 +00:00
modesetting.man add initial man page 2011-09-29 16:00:50 +01:00