index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
drm_fb.c
Age
Commit message (
Expand
)
Author
2007-05-18
Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...
Jesse Barnes
2007-05-18
Add locking. The main lock is dev->mode_config.config_lock. It should be
Jesse Barnes
2007-05-18
Move fbo creation to the specified fb driver which gives
Alan Hourihane
2007-05-17
Set crtcinfo on temporary mode
Alan Hourihane
2007-05-17
Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...
Jesse Barnes
2007-05-17
Grab the default mode if the preferred mode isn't available.
Alan Hourihane
2007-05-17
Fix FB pitch value (we had it wrong and were working around it in a few
Jesse Barnes
2007-05-17
Fix build problem
Alan Hourihane
2007-05-17
Large changes for fbdev support.
root
2007-05-10
Just some minor cleanups.
Alan Hourihane
2007-04-17
another large overhaul of interactions with userspace...
Dave Airlie
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.. j...
David Airlie
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