aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-06drm/fb: add more correct 8/16/24/32 bpp fb support.Dave Airlie1-1/+7
2009-10-05drm/fb: add setcmap and fix 8-bit support.Dave Airlie1-1/+2
2009-10-05drm/radeon/kms: respect single crtc cards, only create one crtc. (v2)Dave Airlie1-1/+6
2009-09-25drm/kms: start adding command line interface using fb.Dave Airlie1-6/+20
2009-09-18drm/radeon/kms: Use surfaces for scanout / cursor byte swapping on big endian.Michel Dänzer1-103/+18
2009-09-11drm/radeon/kms: set fbdev_info for suspend/resumeDave Airlie1-0/+1
2009-08-31drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie1-578/+92
2009-08-19drm/radeon/kms: memset the allocated framebuffer before using it.Dave Airlie1-0/+2
2009-07-29drm/radeon: set fb aperture sizes for framebuffer handoff.Dave Airlie1-0/+5
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie1-3/+9
2009-07-15drm/radeon: Endianness fixes for radeondrmfb.Michel Dänzer1-3/+50
2009-06-24drm/radeon: Don't initialize acceleration related fields of struct fb_info.Michel Dänzer1-3/+3
2009-06-24drm/radeon: fix radeon kms framebuffer deviceJerome Glisse1-8/+19
2009-06-15drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse1-0/+825