summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: add drm_encoder commentsJesse Barnes2011-12-061-0/+12
* drm: add comments for drm_encoder_funcsJesse Barnes2011-12-061-0/+7
* drm: fix comments for drm_crtc structJesse Barnes2011-12-061-0/+11
* drm: remove unused connector_count field from drm_display_modeJesse Barnes2011-12-061-1/+0
* drm: Merge branch 'drm-gma500-alancox' into drm-core-nextDave Airlie2011-12-0622-937/+437
|\
| * gma500: Oaktrail BIOS handlingAlan Cox2011-12-062-12/+36
| * gma500: Fix oaktrail probing part 1Alan Cox2011-12-062-1/+23
| * gma500: Be smarter about layoutAlan Cox2011-12-061-16/+30
| * gma500: gtt based hardware scrolling consoleAlan Cox2011-12-063-12/+122
| * gma500: frame buffer lockingAlan Cox2011-12-063-6/+8
| * gma500: Fix backlight crashAlan Cox2011-12-062-28/+34
| * gma500: kill bogus codeAlan Cox2011-12-061-32/+0
| * gma500: Convert spaces to tabs in accel_2d.c.Akshay Joshi2011-12-061-1/+1
| * gma500: do a pass over the FIXME tagsAlan Cox2011-12-068-31/+26
| * gma500: Add VBLANK support for Poulsbo hardwarePatrik Jakobsson2011-12-062-30/+44
| * gma500: Don't enable MSI on PoulsboPatrik Jakobsson2011-12-061-3/+5
| * gma500: Only register interrupt handler for poulsbo hardwarePatrik Jakobsson2011-12-062-1/+2
| * gma500: kill virtual mapping supportAlan Cox2011-12-062-45/+8
| * gma500: Move the APIAlan Cox2011-12-069-8/+8
| * gma500: kill off NUM_PIPE defineAlan Cox2011-12-062-3/+2
| * gma500: Rename the ioctls to avoid clashing with the legacy driversAlan Cox2011-12-063-20/+20
| * drm/gma500: begin pruning dead bits of APIAlan Cox2011-12-063-644/+24
|/
* drm: Redefine pixel formatsVille Syrjälä2011-12-013-50/+146
* drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-298-48/+49
* drm/radeon/kms: fix up for BIG ENDIAN breakageDave Airlie2011-11-291-1/+1
* drm/gma500: fix compile errorIlija Hadzic2011-11-281-11/+12
* drm/gma500: remove genrated fileIlija Hadzic2011-11-281-51/+0
* drm/gma500: port framebuffer to new plane interface.Dave Airlie2011-11-281-13/+20
* drm/staging/gma500: fix linux-next buildJesse Barnes2011-11-251-15/+22
* Merge branch 'drm-gma500-alanc' into drm-core-nextDave Airlie2011-11-1651-0/+20496
|\
| * gma500: Now connect up to the DRM build to finish the jobAlan Cox2011-11-162-0/+4
| * gma500: fixup build versus latest header changes.Dave Airlie2011-11-163-1/+3
| * gma500: Add support for CedarviewAlan Cox2011-11-166-0/+3318
| * gma500: Add Oaktrail supportAlan Cox2011-11-166-0/+2936
| * gma500: Add Poulsbo supportAlan Cox2011-11-1611-0/+5973
| * gma500: Add the core DRM files and headersAlan Cox2011-11-166-0/+3521
| * gma500: Add the i2c bus supportAlan Cox2011-11-161-0/+169
| * gma500: Add the glue to the various BIOS and firmware interfacesAlan Cox2011-11-165-0/+1077
| * gma500: Add device frameworkAlan Cox2011-11-163-0/+432
| * gma500: introduce the framebuffer support codeAlan Cox2011-11-163-0/+1194
| * gma500: introduce the GTT and MMU handling logicAlan Cox2011-11-163-0/+1419
| * gma500: GEM and GEM glueAlan Cox2011-11-163-0/+386
| * gma500: Move the basic driver out of stagingAlan Cox2011-11-162-0/+65
* | Merge branch 'drm-plane-jbarnes' into drm-core-nextDave Airlie2011-11-1520-70/+700
|\ \
| * | drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-1520-66/+327
| * | drm: add plane support v3Jesse Barnes2011-11-155-8/+377
|/ /
* | drm: Make the per-driver file_operations struct constArjan van de Ven2011-11-1114-170/+183
* | drm: avoid switching to text console if there is no panic timeoutHugh Dickins2011-11-101-0/+7
|/
* Linux 3.2-rc1v3.2-rc1Linus Torvalds2011-11-071-3/+3
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Linus Torvalds2011-11-0742-402/+345
|\