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-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-08-24
gma500/cdv: Add eDP support
Zhao Yakui
2012-08-24
gma500/cdv: add the bits that don't need the new code
Alan Cox
2012-05-22
drm: Constify drm_mode_config_funcs pointer
Laurent Pinchart
2012-05-22
drm: Constify gem_vm_ops pointer
Laurent Pinchart
2012-05-17
gma500: unload fixes
Alan Cox
2012-05-11
gma500: Clean up some of the noise
Alan Cox
2012-05-07
gma500: framebuffer: mark psb_fb_helper_funcs as static
Kirill A. Shutemov
2012-05-07
gma500: vram_addr should be __iomem
Kirill A. Shutemov
2012-05-03
gma500: wide framebuffer memory
Alan Cox
2012-04-27
cdv: continue synching up with updated reference code
Alan Cox
2012-04-27
gma500: support 1080p
Alan Cox
2012-03-20
gma500: Fix mmap frambuffer
Yoichi Yuasa
2012-03-15
drm: Merge tag 'v3.3-rc7' into drm-core-next
Dave Airlie
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-03-05
drm, gma500: Fix Cedarview boot failures in 3.3-rc
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