index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
gma500
/
framebuffer.c
Age
Commit message (
Expand
)
Author
2012-03-10
gma500: mark psb_fbdev_destroy() and psb_fbdev_fini() as static
Kirill A. Shutemov
2012-03-10
gma500: drop unused psbfb_suspend()/psbfb_resume()
Kirill A. Shutemov
2012-03-10
gma500: psbfb_create(): move depth initialization out of loop
Kirill A. Shutemov
2012-03-10
gma500: re-order calling on the fix setup so we set up after the DRM layer
Alan Cox
2012-03-10
gma500: plug in more of the gamma functionality
Alan Cox
2012-02-09
drm: do not set fb_info->pixmap fields
Sascha Hauer
2012-02-09
drm: add convenience function to create an range property
Sascha Hauer
2012-01-27
gma500: Fix suspend/resume functions
Ryan Mallon
2011-12-20
gma500: Fix encoder type checking for connectors
Patrik Jakobsson
2011-12-20
drm: Replace pitch with pitches[] in drm_framebuffer
Ville Syrjälä
2011-12-06
gma500: Be smarter about layout
Alan Cox
2011-12-06
gma500: gtt based hardware scrolling console
Alan Cox
2011-12-06
gma500: kill virtual mapping support
Alan Cox
2011-11-29
drm: move the fb bpp/depth helper into the core.
Dave Airlie
2011-11-28
drm/gma500: port framebuffer to new plane interface.
Dave Airlie
2011-11-16
gma500: introduce the framebuffer support code
Alan Cox