summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-01-17drm/vmwgfx: Hook up guest-backed surfacesThomas Hellstrom5-4/+708
2014-01-17drm/vmwgfx: Hook up guest-backed contextsThomas Hellstrom2-0/+227
2014-01-17drm/vmwgfx: Detach backing store from its resources when it is evictedThomas Hellstrom1-1/+44
2014-01-17drm/vmwgfx: Hook up guest-backed queriesThomas Hellstrom3-14/+292
2014-01-17drm/vmwgfx: Add the possibility to validate a buffer as a MOBThomas Hellstrom3-7/+23
2014-01-17drm/vmwgfx: Read bounding box memory from the appropriate registerThomas Hellstrom1-2/+7
2014-01-17drm/vmwgfx: Hook up MOBs to TTM as a separate memory typeThomas Hellstrom5-13/+136
2014-01-17drm/vmwgfx: Add MOB managementThomas Hellstrom5-1/+632
2014-01-17drm/vmwgfx: Adapt capability reporting to new hardware versionThomas Hellstrom1-3/+34
2014-01-17drm/vmwgfx: Update the svga register definitionThomas Hellstrom2-2/+14
2014-01-17drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom4-2/+7
2014-01-17drm/vmwgfx: Update the svga3d register header file for new device versionThomas Hellstrom1-14/+650
2014-01-17drm/vmwgfx: Fix the driver for large dma addressesThomas Hellstrom3-169/+39
2014-01-14gpu: fix qxl missing crc32_leRandy Dunlap2-1/+2
2014-01-14drivers: gpu: Include appropriate header file in r128_ioc32.cRashika1-0/+1
2014-01-14drivers: gpu: Mark function as static in via_drv.cRashika1-1/+1
2014-01-14drivers: gpu: Mark function as static in sis_drv.cRashika1-1/+1
2014-01-14drivers: gpu: Mark function as static in qxl_kms.cRashika1-1/+1
2014-01-14drivers: gpu: Include appropriate header file in mga_ioc32.cRashika1-0/+1
2014-01-14drivers: gpu: Mark functions as static in mgag200_ttm.cRashika1-3/+3
2014-01-14drivers: gpu: Mark functions as static in mgag200_mode.cRashika1-3/+3
2014-01-14drivers: gpu: Mark function as static in mgag200_main.cRashika1-1/+1
2014-01-14drivers: gpu: Mark functions as static and remove unused function in cirrus_t...Rashika1-23/+3
2014-01-14drivers: gpu: Mark functions as static in cirrus_mode.cRashika1-4/+4
2014-01-14drivers: gpu: Mark function as static in cirrus_main.cRashika1-1/+1
2014-01-14drivers: gpu: Mark functions as static in ast_ttm.cRashika1-3/+3
2014-01-14drivers: gpu: Mark functions as static in ast_mode.cRashika1-10/+10
2014-01-14drivers: gpu: Mark function as static and remove unused function in ast_main.cRashika1-48/+1
2014-01-14drivers: gpu: Include appropriate header file in drm_usb.cRashika1-0/+1
2014-01-14drm/gma500: Remove unused function declarationDaniel Vetter1-5/+0
2014-01-14drm: store the gem vma offset manager in a typed pointerDaniel Vetter4-18/+15
2014-01-14Merge tag 'vmwgfx-next-2014-01-13' of git://people.freedesktop.org/~thomash/l...Dave Airlie5-51/+71
2014-01-14Merge tag 'ttm-next-2014-01-13' of git://people.freedesktop.org/~thomash/linu...Dave Airlie5-18/+55
2014-01-13drm/cirrus: Fix cirrus drm driver for fbdev + qemuMartin Koegler1-0/+3
2014-01-13Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie5-63/+40
2014-01-13Merge branch 'drm-next-3.14-wip' of git://people.freedesktop.org/~agd5f/linux...Dave Airlie66-614/+1572
2014-01-13Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie52-852/+5268
2014-01-09drm/msm: add a330/apq8x74Rob Clark5-23/+144
2014-01-09drm/msm: add mdp5/apq8x74Rob Clark12-2/+2167
2014-01-09drm/msm: add hdmi support for apq8x74/mdp5Rob Clark8-107/+511
2014-01-09drm/msm: move irq utils to mdp_kmsRob Clark10-169/+254
2014-01-09drm/msm: split out msm_kms.hRob Clark6-30/+60
2014-01-09drm/msm: mdp4_format -> mdp_formatRob Clark7-31/+64
2014-01-09drm/msm: resync generated headersRob Clark14-243/+1525
2014-01-09drm/msm: move mdp4 -> mdp/mdp4Rob Clark9-6/+6
2014-01-09drm/msm: add support for msm8060ab/bstemRob Clark3-5/+19
2014-01-09drm/msm: add support for non-IOMMU systemsRob Clark12-147/+410
2014-01-09drm/msm: fix bus scalingRob Clark4-15/+23
2014-01-09drm/msm: add missing MODULE_FIRMWARE()sRob Clark1-0/+5
2014-01-09drm/msm: COMPILE_TEST supportRob Clark3-4/+10