add initial drm_fb framebuffer
authorDave Airlie <airlied@airlied2.(none)>
Wed, 11 Apr 2007 06:33:03 +0000 (16:33 +1000)
committerDave Airlie <airlied@airlied2.(none)>
Wed, 11 Apr 2007 06:33:03 +0000 (16:33 +1000)
commit32f6a58db216f23a7c71ca9c7eda56aaa8293078
treeb5c1899ce99797552cb6f01391b38a75ae6377f4
parentadd7a928ad1819df17d5764d06fb81985b285d08
add initial drm_fb framebuffer

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.
linux-core/Makefile.kernel
linux-core/drm_crtc.c
linux-core/drm_crtc.h
linux-core/drm_fb.c [new file with mode: 0644]
shared-core/i915_init.c