summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_fb.c
AgeCommit message (Expand)Author
2016-04-18drm/radeon: rework fbdev handling on chips with no connectorsAlex Deucher
2015-08-03Revert "drm/radeon: dont switch vt on suspend"Alex Deucher
2015-03-19radeon/fb: add wrapper functions around fb connector add/removeDave Airlie
2015-03-19drm/radeon: dont switch vt on suspendMaarten Lankhorst
2015-01-27Merge branch 'drm-next-3.20' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2015-01-22drm/radeon/radeon_fb: Remove unused functionRickard Strandqvist
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding
2014-12-03drm/radeon: Hide cursor on CRTCs used by fbdev (v2)Michel Dänzer
2014-09-24drm/radeon: use container_of to resolve radeon_fbdev from drm_fb_helperFabian Frederick
2014-08-05drm/radeon: remove discardable flag from radeon_gem_object_createChristian König
2014-08-05drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding
2013-05-28treewide: Fix typo in printkMasanari Iida
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter
2013-01-20drm: revamp framebuffer cleanup interfacesDaniel Vetter
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells
2012-09-20drm/radeon: Remove unused functionsLauri Kasanen
2012-09-20drm/radeon: Mark all possible functions / structs as staticLauri Kasanen
2012-03-20drm/radeon: Restrict offset for legacy display engine.Michel Dänzer
2012-03-15drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie
2012-03-07drm/radeon: deal with errors from framebuffer init path.Dave Airlie
2012-02-09drm: do not set fb_info->pixmap fieldsSascha Hauer
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie
2011-11-29drm/radeon/kms: fix up for BIG ENDIAN breakageDave Airlie
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie
2011-02-23drm/radeon: introduce gem_to_radeon_bo helperDaniel Vetter
2011-02-23drm/radeon/kms: align height of fb allocation.Dave Airlie
2011-02-07drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie
2011-01-14Revert "drm: Update fbdev fb_fix_screeninfo"Dave Airlie
2011-01-07drm: Update fbdev fb_fix_screeninfoJames Simmons
2011-01-05Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie
2010-12-21drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons
2010-12-20drm/radeon: use aperture size not vram size for overlap testsDave Airlie
2010-10-19Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie
2010-10-07drm: don't drop handle reference on unloadDave Airlie
2010-10-06drm/radeon/kms: Implement KDB debug hooks for radeon KMS.Chris Ball
2010-10-01drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie
2010-08-23Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2010-08-23drm/radeon: fix passing wrong type to gem object create.Dave Airlie
2010-08-10vt/console: try harder to print output when panicingJesse Barnes
2010-06-08drm: Propagate error from drm_fb_helper_init().Chris Wilson
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie
2010-05-18fbdev: allow passing more than one aperture for handoffMarcin Slusarz
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie