Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-09 | Fixup sysfs output registration | Jesse Barnes | |
Put off registering new outputs with sysfs until they're properly configured, or we may get duplicates if the type hasn't been set yet (as is the case with SDVO initialization). This also means moving de-registration into the cleanup function instead of output destroy, since the latter occurs during the normal course of setup when an output isn't found (and therefore not registered with sysfs yet. | |||
2008-03-11 | Add support for monitor hotplug signals/waits | Alan Hourihane | |
Also adjust i915 irq handling as it follows the 16bit'ism's of the i8xx series. | |||
2008-02-05 | fix some warnings | Alan Hourihane | |
2007-12-18 | Merge branch 'modesetting-airlied' into modesetting-101 | Dave Airlie | |
2007-12-18 | remove output names | Dave Airlie | |
2007-12-18 | Modesetting Hotplug | Jakob Bornecrantz | |
2007-12-11 | modesetting: fixup property setting and add connector property | Dave Airlie | |
2007-12-06 | add property blobs and edid reporting support | Dave Airlie | |
2007-12-05 | arrgggh.. make all ioctl structs 32/64-bit compatible hopefully. | Dave Airlie | |
This also starts to add blob property support. someone needs to check this work for other things like ppc/x86 alignment diffs | |||
2007-11-15 | intel: fixup || vs | | Dave Airlie | |
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-04-12 | Oops, forgot to push the msleep() in the hotplug test. Wouldn't want to | Jesse Barnes | |
spin in the kernel for a whole second w/o it... | |||
2007-04-12 | Fix 945+ hotplug detection, remove some unused variables. | Jesse Barnes | |
2007-04-12 | Don't need a NULL check prior to calling kfree. | Jesse Barnes | |
2007-04-12 | Move i2c init back to where it belongs and add i2c unregistration in *_destroy. | Jesse Barnes | |
2007-04-11 | Fixup DDC probing. We only have one DDC bus so we have to use it only | Jesse Barnes | |
on demand, and unregister when we're done. | |||
2007-04-07 | just codingstyle cleanups | Jesse Barnes | |
2007-04-05 | Add required permission notices for code copied from X.Org source. | Eric Anholt | |
2007-04-05 | Add copyrights before I forget | Jesse Barnes | |
2007-04-05 | Initial import of modesetting for intel driver in DRM | Dave Airlie | |