Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-18 | Change some printk's to DRM_DEBUG's | Alan Hourihane | |
2007-05-17 | Large changes for fbdev support. | root | |
Change from DIRECTCOLOR to TRUECOLOR, and enable support for PSEUDOCOLOR. DIRECTCOLOR support needs more work. Add the ability to change the mode on the fbdev device. Support depth 8, 15, 16 and 24 (and 32). Add a /dev/fbX device per CRTC, but there's some code which doesn't allocate the fbX device unless the output is actually enabled. Read the code on this as it impacts the fbcon map flags. Pick CRTC's based on the available outputs. More work could be done here to match modes, so cloning could be achieved on outputs. This fits more inline with what the X code does. | |||
2007-05-10 | Just some minor cleanups. | Alan Hourihane | |
2007-04-20 | Clean up and return if no outputs are found. | Kristian Høgsberg | |
2007-04-19 | backout SDVO control bus check and comment why this is a bad idea | Dave Airlie | |
2007-04-18 | Fix return status | Alan Hourihane | |
2007-04-18 | Merge remote branch 'origin/modesetting-101' into modesetting-101 | Alan Hourihane | |
2007-04-18 | Support the RGB outputs of SDVO cards, which are essentially | Alan Hourihane | |
VGA outs. The drm_initial_config path has specific handling code to name match for VGA, TMDS or LVDS. This is pretty restrictive and should probably be dealt with to be more generic. | |||
2007-04-18 | Check status after SDVO command for sdvo_set_control_bus_switch | Alan Hourihane | |
2007-04-18 | Move SDVO PENDING check to read_response so all SDVO commands | Alan Hourihane | |
benefit from the spin loop. | |||
2007-04-18 | backout alanh's broken commit | Dave Airlie | |
2007-04-17 | Fix a register read that was swapped SDVOB/SDVOC | Alan Hourihane | |
Check for the PENDING message when reading the attached displays. Ensures the command has completed before continuing. (probably need to check PENDING in other SDVO calls too) | |||
2007-04-10 | add sdvo debugging output | David Airlie | |
2007-04-10 | fixup true/false in intel_sdvo.c | David Airlie | |
2007-04-05 | Add required permission notices for code copied from X.Org source. | Eric Anholt | |
2007-04-05 | Initial import of modesetting for intel driver in DRM | Dave Airlie | |