Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-17 | Just use drm_output_destroy to cleanup LVDS failures. It'll call our cleanup | Jesse Barnes | |
routine, which will take care of freeing our dev_priv and i2c ddc bus. | |||
2007-04-17 | Lvds now power up backlight on commit | Jakob Bornecrantz | |
Now saves previous power level in prepare and sets that power level in commit, should power level be 0 it will set maximum level. | |||
2007-04-13 | revert LVDS destroy - this oops on sysfs on sdvo init of i2c bus | David Airlie | |
2007-04-12 | Use crtc_from_pipe call in intel_lvds.c and add get_mode panel mode ↵ | Jesse Barnes | |
detection. Also fix up error case for when LVDS mode can't be determined. Leave placeholder code in place for BIOS mode probing and platform quirks. | |||
2007-04-12 | Move i2c init back to where it belongs and add i2c unregistration in *_destroy. | Jesse Barnes | |
2007-04-11 | Fix i2c unregistration, cleanup panel_fixed_mode assignment. | Jesse Barnes | |
2007-04-11 | fix modeset cleanup for LVDS and reenable it in i915. | Jesse Barnes | |
2007-04-11 | Various changes for in-kernel modesetting: | Jesse Barnes | |
- allow drm_buffer_object_create to be called w/o dev_mapping - fixup i915 init code to allocate memory, fb and set modes right - pass fb to drm_initial_config for setup - change some debug output to make it easier to spot - fixup lvds code to use DDC probing correctly | |||
2007-04-10 | Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ↵ | Jesse Barnes | |
into origin/modesetting-101 Conflicts: linux-core/drm_crtc.c - trivial merge linux-core/drm_crtc.h - trivial merge linux-core/intel_display.c - crtc_config -> mode_config shared-core/i915_dma.c - accommodate new init code in i915_init.c | |||
2007-04-10 | Finish bringing in LVDS code, re-add to Makefile. Needed other changes too: | Jesse Barnes | |
- move EDID structures to drm_edid.h - add EDID info structure to drm_output - add a few routines to intel_display for getting current mode info - add some prototypes to intel_drv.h and drm_crtc.h | |||
2007-04-09 | Slam in most of X.Org's i830_lvds (not quite done yet so removed from ↵ | Jesse Barnes | |
Makefile.kernel too). | |||
2007-04-07 | remove a printk to make things less verbose | 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 | |