summaryrefslogtreecommitdiff
path: root/linux-core/intel_lvds.c
AgeCommit message (Expand)Author
2008-06-05sysfs registration/teardown fixupsJesse Barnes
2008-06-04i915: use kzalloc to allocate intel_output for lvdsJesse Barnes
2008-06-04drm: remove sysfs in driver for now.. should probably be in helperDave Airlie
2008-06-02drm/modesetting: add best encoder finding for modesettingDave Airlie
2008-06-02drm/modesetting: move some connector functions to helper.Dave Airlie
2008-06-02drm/modesetting: another re-org of some internals.Dave Airlie
2008-05-30modesetting: the great renaming.Dave Airlie
2008-05-30modesetting: reorganise out crtc/outputs are allocated.Dave Airlie
2008-05-29modesetting: reorganise code into core and helper functions.Dave Airlie
2008-05-23i915: do a better job of parsing VBIOS dataJesse Barnes
2008-05-13i915: register definition & header file cleanupJesse Barnes
2008-04-10Keep display info in struct display_infoJesse Barnes
2008-04-09Fixup sysfs output registrationJesse Barnes
2007-12-18remove output namesDave Airlie
2007-12-11modesetting: fixup property setting and add connector propertyDave Airlie
2007-11-27Don't use panel fitter if we're programming a native modeJesse Barnes
2007-09-24Merge branch 'master' into modesetting-101 - TTM & typedef removalJesse Barnes
2007-05-17Large changes for fbdev support.root
2007-04-20Add a monitor information structure separate from the EDID data for trackingJesse Barnes
2007-04-17Just use drm_output_destroy to cleanup LVDS failures. It'll call our cleanupJesse Barnes
2007-04-17Lvds now power up backlight on commitJakob Bornecrantz
2007-04-13revert LVDS destroy - this oops on sysfs on sdvo init of i2c busDavid Airlie
2007-04-12Use crtc_from_pipe call in intel_lvds.c and add get_mode panel mode detection...Jesse Barnes
2007-04-12Move i2c init back to where it belongs and add i2c unregistration in *_destroy.Jesse Barnes
2007-04-11Fix i2c unregistration, cleanup panel_fixed_mode assignment.Jesse Barnes
2007-04-11fix modeset cleanup for LVDS and reenable it in i915.Jesse Barnes
2007-04-11Various changes for in-kernel modesetting:Jesse Barnes
2007-04-10Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...Jesse Barnes
2007-04-10Finish bringing in LVDS code, re-add to Makefile. Needed other changes too:Jesse Barnes
2007-04-09Slam in most of X.Org's i830_lvds (not quite done yet so removed from Makefil...Jesse Barnes
2007-04-07remove a printk to make things less verboseJesse 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