aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-27Merge branch 'drm-next-3.20' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-10/+0
2015-01-22drm/radeon/radeon_fb: Remove unused functionRickard Strandqvist1-10/+0
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding1-6/+15
2014-12-03drm/radeon: Hide cursor on CRTCs used by fbdev (v2)Michel Dänzer1-1/+31
2014-09-24drm/radeon: use container_of to resolve radeon_fbdev from drm_fb_helperFabian Frederick1-1/+2
2014-08-05drm/radeon: remove discardable flag from radeon_gem_object_createChristian König1-2/+1
2014-08-05drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer1-1/+1
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding1-1/+3
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding1-1/+1
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