summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-01-17drm/vmwgfx: Add a parameter to get max MOB memory sizeThomas Hellstrom2-2/+5
2014-01-17drm/vmwgfx: Implement a buffer object synccpu ioctl.Thomas Hellstrom3-1/+149
2014-01-17drm/vmwgfx: Make sure that the multisampling is offZack Rusin1-1/+1
2014-01-17drm/vmwgfx: Extend the command verifier to handle guest-backed on / offThomas Hellstrom1-107/+208
2014-01-17drm/vmwgfx: Fix up the vmwgfx_drv.h header for new filesThomas Hellstrom1-28/+42
2014-01-17drm/vmwgfx: Enable 3D for new hardware versionThomas Hellstrom1-0/+17
2014-01-17drm/vmwgfx: Add new unused (by user-space) commands to the verifierThomas Hellstrom1-0/+26
2014-01-17drm/vmwgfx: Validate guest-backed shader const commandsThomas Hellstrom1-0/+35
2014-01-17drm/vmwgfx: Add guest-backed shadersThomas Hellstrom5-1/+496
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