Age | Commit message (Expand) | Author | Files | Lines |
2013-05-28 | treewide: Fix typo in printk | Masanari Iida | 1 | -1/+1 |
2013-02-14 | drm/<drivers>: simplify ->fb_probe callback | Daniel Vetter | 1 | -18/+3 |
2013-02-14 | drm/fb-helper: don't disable everything in initial_config | Daniel Vetter | 1 | -0/+4 |
2013-01-21 | drm: revamp framebuffer cleanup interfaces | Daniel Vetter | 1 | -0/+2 |
2012-10-04 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -16/+0 |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 1 | -5/+5 |
2012-10-02 | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. | David Howells | 1 | -1/+0 |
2012-09-20 | drm/radeon: Remove unused functions | Lauri Kasanen | 1 | -16/+0 |
2012-09-20 | drm/radeon: Mark all possible functions / structs as static | Lauri Kasanen | 1 | -1/+1 |
2012-03-20 | drm/radeon: Restrict offset for legacy display engine. | Michel Dänzer | 1 | -1/+4 |
2012-03-15 | drm: Merge tag 'v3.3-rc7' into drm-core-next | Dave Airlie | 1 | -1/+10 |
2012-03-07 | drm/radeon: deal with errors from framebuffer init path. | Dave Airlie | 1 | -1/+10 |
2012-02-09 | drm: do not set fb_info->pixmap fields | Sascha Hauer | 1 | -5/+1 |
2011-12-20 | drm: Replace pitch with pitches[] in drm_framebuffer | Ville Syrjälä | 1 | -2/+2 |
2011-11-30 | drm: move the fb bpp/depth helper into the core. | Dave Airlie | 1 | -1/+1 |
2011-11-29 | drm/radeon/kms: fix up for BIG ENDIAN breakage | Dave Airlie | 1 | -1/+1 |
2011-11-15 | drm: add an fb creation ioctl that takes a pixel format v5 | Jesse Barnes | 1 | -7/+11 |
2011-03-14 | Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next | Dave Airlie | 1 | -1/+4 |
2011-02-23 | drm/radeon: introduce gem_to_radeon_bo helper | Daniel Vetter | 1 | -5/+5 |
2011-02-23 | drm/radeon/kms: align height of fb allocation. | Dave Airlie | 1 | -1/+4 |
2011-02-07 | drm: dumb scanout create/mmap for intel/radeon (v3) | Dave Airlie | 1 | -1/+1 |
2011-01-15 | Revert "drm: Update fbdev fb_fix_screeninfo" | Dave Airlie | 1 | -0/+2 |
2011-01-07 | drm: Update fbdev fb_fix_screeninfo | James Simmons | 1 | -2/+0 |
2011-01-05 | Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-next | Dave Airlie | 1 | -1/+1 |
2010-12-21 | drm/fb: Don't expose mmio for fbdev emulation layer | James Simmons | 1 | -2/+0 |
2010-12-20 | drm/radeon: use aperture size not vram size for overlap tests | Dave Airlie | 1 | -1/+1 |
2010-10-19 | Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next | Dave Airlie | 1 | -1/+0 |
2010-10-07 | drm: don't drop handle reference on unload | Dave Airlie | 1 | -1/+0 |
2010-10-06 | drm/radeon/kms: Implement KDB debug hooks for radeon KMS. | Chris Ball | 1 | -0/+2 |
2010-10-01 | drm/gem: handlecount isn't really a kref so don't make it one. | Dave Airlie | 1 | -10/+4 |
2010-08-24 | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2010-08-23 | drm/radeon: fix passing wrong type to gem object create. | Dave Airlie | 1 | -1/+1 |
2010-08-11 | vt/console: try harder to print output when panicing | Jesse Barnes | 1 | -1/+1 |
2010-06-08 | drm: Propagate error from drm_fb_helper_init(). | Chris Wilson | 1 | -3/+9 |
2010-05-18 | drm/fbdev: rework output polling to be back in the core. (v4) | Dave Airlie | 1 | -12/+3 |
2010-05-18 | fbdev: allow passing more than one aperture for handoff | Marcin Slusarz | 1 | -2/+7 |
2010-04-20 | Merge branch 'drm-fbdev-cleanup' into drm-core-next | Dave Airlie | 1 | -152/+200 |
2010-04-08 | drm/fb: remove drm_fb_helper_setcolreg | James Simmons | 1 | -1/+0 |
2010-04-07 | drm/kms/fb: use slow work mechanism for normal hotplug also. | Dave Airlie | 1 | -42/+32 |
2010-04-07 | drm/kms/fb: add polling support for when nothing is connected. | Dave Airlie | 1 | -2/+12 |
2010-04-07 | drm/kms/fb: separate fbdev connector list from core drm connectors | Dave Airlie | 1 | -2/+3 |
2010-04-07 | drm/kms/fb: move to using fb helper crtc grouping instead of core crtc list | Dave Airlie | 1 | -108/+132 |
2010-04-07 | drm/fb: fix fbdev object model + cleanup properly. | Dave Airlie | 1 | -98/+122 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-01 | Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stage | Dave Airlie | 1 | -0/+3 |
2010-03-01 | vga_switcheroo: initial implementation (v15) | Dave Airlie | 1 | -0/+3 |
2010-02-26 | Merge remote branch 'korg/drm-radeon-testing' into drm-next-stage | Dave Airlie | 1 | -7/+2 |
2010-02-18 | drm/radeon/kms: simplify memory controller setup V2 | Jerome Glisse | 1 | -1/+1 |
2010-02-11 | Merge branch 'drm-radeon-linus' of ../drm-next | Dave Airlie | 1 | -1/+1 |
2010-02-11 | drm/radeon/kms: fix screen clearing before fbcon. | Dave Airlie | 1 | -1/+1 |