Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-16 | Fix offset should from pci device address | Jakob Bornecrantz | |
2007-04-12 | Add new function for getting a CRTC pointer given a pipe number. | Jesse Barnes | |
2007-04-12 | set bracing style like Linux | Dave Airlie | |
2007-04-11 | Whitespace cleanups. | 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-11 | use fb pitch and fix up some whitespace | David Airlie | |
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-10 | fixup sarea writes for set pipe base and dpms | David Airlie | |
2007-04-10 | re-tab and fixup the i915GM get core clock function to actually work | David Airlie | |
2007-04-10 | set the base address of the CRTC correctly | David Airlie | |
2007-04-10 | mode: fixup problems with framebuffer add function | David Airlie | |
2007-04-10 | make crtc_config be named mode_config | Dave Airlie | |
X.org calls this crtc_config but this is a bad name and will confuse ppl later (and me now :-) | |||
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 | |