Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-11 | add initial drm_fb framebuffer | Dave Airlie | |
So far I can load fbcon, once I use my miniglx to add a framebuffer. fbcon doesn't show anything on screen but baby steps and all that. | |||
2007-04-11 | comment out unworkable code | Dave Airlie | |
2007-04-11 | use the baseaddr at least | Dave 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 | Move i915 init code to new file, i915_init.c, and create a new high level | Jesse Barnes | |
init routine that runs at driver load time. |