aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_fb.c
Commit message (Expand)AuthorAgeFilesLines
* remove firmware files, merge more uncritical stuff from 3.0.101Wolfgang Wiedmeyer2015-10-231-29/+17
* samsung update 1codeworkx2012-06-021-17/+29
* Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie2011-03-141-1/+4
|\
| * drm/radeon/kms: align height of fb allocation.Dave Airlie2011-02-231-1/+4
* | drm/radeon: introduce gem_to_radeon_bo helperDaniel Vetter2011-02-231-5/+5
* | drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie2011-02-071-1/+1
|/
* Revert "drm: Update fbdev fb_fix_screeninfo"Dave Airlie2011-01-141-0/+2
* drm: Update fbdev fb_fix_screeninfoJames Simmons2011-01-071-2/+0
* Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2011-01-051-1/+1
|\
| * drm/radeon: use aperture size not vram size for overlap testsDave Airlie2010-12-201-1/+1
* | drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons2010-12-211-2/+0
|/
* Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2010-10-191-1/+0
|\
| * drm: don't drop handle reference on unloadDave Airlie2010-10-071-1/+0
* | drm/radeon/kms: Implement KDB debug hooks for radeon KMS.Chris Ball2010-10-061-0/+2
|/
* drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie2010-10-011-10/+4
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-231-1/+1
|\
| * drm/radeon: fix passing wrong type to gem object create.Dave Airlie2010-08-231-1/+1
* | vt/console: try harder to print output when panicingJesse Barnes2010-08-101-1/+1
|/
* drm: Propagate error from drm_fb_helper_init().Chris Wilson2010-06-081-3/+9
* drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-181-12/+3
* fbdev: allow passing more than one aperture for handoffMarcin Slusarz2010-05-181-2/+7
* Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie2010-04-201-152/+200
|\
| * drm/fb: remove drm_fb_helper_setcolregJames Simmons2010-04-081-1/+0
| * drm/kms/fb: use slow work mechanism for normal hotplug also.Dave Airlie2010-04-071-42/+32
| * drm/kms/fb: add polling support for when nothing is connected.Dave Airlie2010-04-071-2/+12
| * drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie2010-04-071-2/+3
| * drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie2010-04-071-108/+132
| * drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-071-98/+122
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie2010-03-011-0/+3
|\
| * vga_switcheroo: initial implementation (v15)Dave Airlie2010-03-011-0/+3
* | Merge remote branch 'korg/drm-radeon-testing' into drm-next-stageDave Airlie2010-02-261-7/+2
|\ \ | |/ |/|
| * drm/radeon/kms: simplify memory controller setup V2Jerome Glisse2010-02-181-1/+1
| * drm/radeon/kms: consolidate crtc count in rdevAlex Deucher2010-02-091-6/+1
* | Merge branch 'drm-radeon-linus' of ../drm-nextDave Airlie2010-02-111-1/+1
|\ \
| * | drm/radeon/kms: fix screen clearing before fbcon.Dave Airlie2010-02-111-1/+1
| |/
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-101-25/+47
|\ \ | |/
| * drm/radeon/kms: Rework radeon object handlingJerome Glisse2009-12-021-24/+39
| * drm/radeon/kms: pick 8bpp console when 32MB or less VRAMDave Airlie2009-12-021-1/+8
* | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
|/
* drm/fb: add more correct 8/16/24/32 bpp fb support.Dave Airlie2009-10-061-1/+7
* drm/fb: add setcmap and fix 8-bit support.Dave Airlie2009-10-051-1/+2
* drm/radeon/kms: respect single crtc cards, only create one crtc. (v2)Dave Airlie2009-10-051-1/+6
* drm/kms: start adding command line interface using fb.Dave Airlie2009-09-251-6/+20
* drm/radeon/kms: Use surfaces for scanout / cursor byte swapping on big endian.Michel Dänzer2009-09-181-103/+18
* drm/radeon/kms: set fbdev_info for suspend/resumeDave Airlie2009-09-111-0/+1
* drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie2009-08-311-578/+92
* drm/radeon/kms: memset the allocated framebuffer before using it.Dave Airlie2009-08-191-0/+2
* drm/radeon: set fb aperture sizes for framebuffer handoff.Dave Airlie2009-07-291-0/+5
* drm/radeon/kms: add initial colortiling support.Dave Airlie2009-07-291-3/+9