Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-17 | Fix build problem | Alan Hourihane | |
2007-05-17 | Large changes for fbdev support. | root | |
Change from DIRECTCOLOR to TRUECOLOR, and enable support for PSEUDOCOLOR. DIRECTCOLOR support needs more work. Add the ability to change the mode on the fbdev device. Support depth 8, 15, 16 and 24 (and 32). Add a /dev/fbX device per CRTC, but there's some code which doesn't allocate the fbX device unless the output is actually enabled. Read the code on this as it impacts the fbcon map flags. Pick CRTC's based on the available outputs. More work could be done here to match modes, so cloning could be achieved on outputs. This fits more inline with what the X code does. | |||
2007-05-10 | Just some minor cleanups. | Alan Hourihane | |
2007-04-17 | another large overhaul of interactions with userspace... | Dave Airlie | |
We need to keep a list of user created fbs to nuke on master exit. We also need to use the bo properly. | |||
2007-04-14 | Use drm_mem_reg_ioremap to map buffer object. | Jesse Barnes | |
2007-04-12 | only initialise modes when fbcon or fbset asks for it | Dave Airlie | |
2007-04-11 | line_length calculation was incorrect.. I now can get fbcon to run | David Airlie | |
2007-04-11 | oops for 32 pitch.. hey I can see stuff on fbcon now.. it looks like text.. ↵ | David Airlie | |
just a bit garbled | |||
2007-04-11 | fixup framebuffer depth | David Airlie | |
2007-04-11 | add copyright statement | Dave Airlie | |
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. |