aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-28treewide: Fix typo in printkMasanari Iida1-1/+1
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter1-18/+3
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter1-0/+4
2013-01-20drm: revamp framebuffer cleanup interfacesDaniel Vetter1-0/+2
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-16/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-5/+5
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-09-20drm/radeon: Remove unused functionsLauri Kasanen1-16/+0
2012-09-20drm/radeon: Mark all possible functions / structs as staticLauri Kasanen1-1/+1
2012-03-20drm/radeon: Restrict offset for legacy display engine.Michel Dänzer1-1/+4
2012-03-15drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie1-1/+10
2012-03-07drm/radeon: deal with errors from framebuffer init path.Dave Airlie1-1/+10
2012-02-09drm: do not set fb_info->pixmap fieldsSascha Hauer1-5/+1
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-2/+2
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie1-1/+1
2011-11-29drm/radeon/kms: fix up for BIG ENDIAN breakageDave Airlie1-1/+1
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes1-7/+11
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie1-1/+4
2011-02-23drm/radeon: introduce gem_to_radeon_bo helperDaniel Vetter1-5/+5
2011-02-23drm/radeon/kms: align height of fb allocation.Dave Airlie1-1/+4
2011-02-07drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie1-1/+1
2011-01-14Revert "drm: Update fbdev fb_fix_screeninfo"Dave Airlie1-0/+2
2011-01-07drm: Update fbdev fb_fix_screeninfoJames Simmons1-2/+0
2011-01-05Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie1-1/+1
2010-12-21drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons1-2/+0
2010-12-20drm/radeon: use aperture size not vram size for overlap testsDave Airlie1-1/+1
2010-10-19Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie1-1/+0
2010-10-07drm: don't drop handle reference on unloadDave Airlie1-1/+0
2010-10-06drm/radeon/kms: Implement KDB debug hooks for radeon KMS.Chris Ball1-0/+2
2010-10-01drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie1-10/+4
2010-08-23Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-1/+1
2010-08-23drm/radeon: fix passing wrong type to gem object create.Dave Airlie1-1/+1
2010-08-10vt/console: try harder to print output when panicingJesse Barnes1-1/+1
2010-06-08drm: Propagate error from drm_fb_helper_init().Chris Wilson1-3/+9
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-12/+3
2010-05-18fbdev: allow passing more than one aperture for handoffMarcin Slusarz1-2/+7
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie1-152/+200
2010-04-08drm/fb: remove drm_fb_helper_setcolregJames Simmons1-1/+0
2010-04-07drm/kms/fb: use slow work mechanism for normal hotplug also.Dave Airlie1-42/+32
2010-04-07drm/kms/fb: add polling support for when nothing is connected.Dave Airlie1-2/+12
2010-04-07drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie1-2/+3
2010-04-07drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie1-108/+132
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-98/+122
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie1-0/+3
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-0/+3
2010-02-26Merge remote branch 'korg/drm-radeon-testing' into drm-next-stageDave Airlie1-7/+2
2010-02-18drm/radeon/kms: simplify memory controller setup V2Jerome Glisse1-1/+1
2010-02-11Merge branch 'drm-radeon-linus' of ../drm-nextDave Airlie1-1/+1
2010-02-11drm/radeon/kms: fix screen clearing before fbcon.Dave Airlie1-1/+1