Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-18 | Merge branch 'modesetting-airlied' into modesetting-101 | Dave Airlie | |
2007-12-18 | remove output names | Dave Airlie | |
2007-12-18 | Fix and cleanup of Hotplug | Jakob Bornecrantz | |
2007-12-18 | Modesetting Hotplug | Jakob Bornecrantz | |
2007-12-11 | modesetting: fixup property setting and add connector property | Dave Airlie | |
2007-09-27 | Add some more checks to modelist walking for matching | Alan Hourihane | |
incoming modes to current modelist. | |||
2007-09-24 | Cleanup SDVO debug output | Jesse Barnes | |
SDVO debug messages were incorrectly including severity prefixes in each print rather than each unique line. Fix it up. | |||
2007-09-24 | Merge branch 'master' into modesetting-101 - TTM & typedef removal | Jesse Barnes | |
Conflicts: linux-core/drmP.h linux-core/drm_bo.c linux-core/drm_drv.c linux-core/drm_objects.h shared-core/drm.h shared-core/i915_dma.c shared-core/i915_drv.h shared-core/i915_irq.c Mostly removing typedefs that snuck into the modesetting code and updating to the latest TTM APIs. As of today, the i915 driver builds, but there are likely to be problems, so debugging and bugfixes will come next. | |||
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 | |