summaryrefslogtreecommitdiff
path: root/linux-core/intel_crt.c
AgeCommit message (Collapse)Author
2007-09-24Merge branch 'master' into modesetting-101 - TTM & typedef removalJesse 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-12Oops, forgot to push the msleep() in the hotplug test. Wouldn't want toJesse Barnes
spin in the kernel for a whole second w/o it...
2007-04-12Fix 945+ hotplug detection, remove some unused variables.Jesse Barnes
2007-04-12Don't need a NULL check prior to calling kfree.Jesse Barnes
2007-04-12Move i2c init back to where it belongs and add i2c unregistration in *_destroy.Jesse Barnes
2007-04-11Fixup DDC probing. We only have one DDC bus so we have to use it onlyJesse Barnes
on demand, and unregister when we're done.
2007-04-07just codingstyle cleanupsJesse Barnes
2007-04-05Add required permission notices for code copied from X.Org source.Eric Anholt
2007-04-05Add copyrights before I forgetJesse Barnes
2007-04-05Initial import of modesetting for intel driver in DRMDave Airlie