summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/svga/drm
AgeCommit message (Expand)AuthorFilesLines
2020-02-26gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák1-12/+1
2020-01-29winsys/svga: Enable transhuge pages for buffer objectsThomas Hellstrom1-0/+1
2020-01-29winsys/svga: use new ioctl for loggingRoland Scheidegger4-6/+42
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2019-10-28util: remove LIST_DEL macroTimothy Arceri1-3/+3
2019-10-28util: remove LIST_DELINIT macroTimothy Arceri1-3/+3
2019-10-28util: remove LIST_ADDTAIL macroTimothy Arceri2-4/+4
2019-10-28util: remove LIST_INITHEAD macroTimothy Arceri2-4/+4
2019-10-24winsys/svga: Limit the maximum DMA hardware buffer sizeThomas Hellstrom1-1/+4
2019-07-31tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom1-1/+1
2019-07-19util: use standard name for sprintf()Eric Engestrom1-1/+1
2019-06-20winsys/svga: Make it possible to specify coherent resourcesThomas Hellstrom3-15/+10
2019-06-06winsys/svga/drm: Fix 32-bit RPCI send messageDeepak Rawat1-12/+23
2019-06-02winsys/drm: Fix out of scope variable usageDeepak Rawat1-12/+13
2019-05-17svga: Add an environment variable to force coherent surface memoryThomas Hellstrom4-3/+18
2019-05-17pipebuffer, winsys/svga: Add functionality to update pb_validate_entry flagsThomas Hellstrom1-16/+7
2019-05-17winsys/svga: Fix RELOC_INTERNAL mob GPU accessThomas Hellstrom1-1/+9
2019-05-17svga: Remove the surface_invalidate winsys functionThomas Hellstrom3-18/+0
2019-05-02svga: move host logging to winsysCharmaine Lee5-0/+495
2019-05-02winsys/svga: Don't abort on EBUSY errors from execbufferThomas Hellstrom1-1/+3
2019-05-02winsys/svga: Update the drm interface fileThomas Hellstrom2-174/+188
2019-05-02winsys/svga: Enable the transfer_from_buffer GPU command for vgpu10Thomas Hellstrom1-0/+1
2019-05-02winsys/svga: Add an environment variable to force host-backed operationThomas Hellstrom1-6/+11
2019-04-30winsys/svga/drm: Include sys/types.hKhem Raj1-0/+1
2019-04-15Delete autotoolsDylan Baker1-36/+0
2019-03-08winsys/svga: use new pb_usage_flags enum typeBrian Paul3-6/+26
2019-02-14drm-uapi: use local files, not system libdrmEric Engestrom1-1/+1
2018-11-29winsys/svga: Fix a memory leakThomas Hellstrom1-0/+2
2018-10-30scons: drop unused HAVE_STDINT_H macroEric Engestrom1-1/+0
2018-10-30svga: Add missing include guardsMichał Janiszewski1-0/+1
2018-09-10winsys/drm: check for CAPS2/SM41 support if VGPU10 is enabledCharmaine Lee1-1/+1
2018-09-10winsys/drm: Add support for quality level in surface ioctlDeepak Rawat4-8/+16
2018-09-10winsys/drm: enable intra_surface_copy if HW_CAP2 is supportedCharmaine Lee1-6/+9
2018-09-10winsys/svga: Add support for new surface ioctl, multisample patternDeepak Rawat5-95/+321
2018-09-10svga: add sample count to the surface_can_create interfaceCharmaine Lee1-1/+5
2018-09-05svga: sync with upstream changes to surface flagsCharmaine Lee4-8/+13
2018-09-05winsys/svga: Avoid cap2 code path for nowNeha Bhende1-13/+5
2018-09-05svga/winsys: Add cap2 support in winsysNeha Bhende2-0/+15
2018-09-05winsys/drm: Fix assert when try to accumulate an invalid fdCharmaine Lee1-2/+7
2018-05-30gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2-10/+10
2018-01-23winsys/svga: check correct member after createGrazvydas Ignotas1-1/+1
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+1
2017-11-28meson: build svga driver on linuxDylan Baker1-0/+45
2017-11-01svga: Use __asm__ instead of asmDylan Baker1-3/+0
2017-10-26winsys/svga/drm: add ERESTART define for *BSDGreg V1-0/+5
2017-07-17winsys/svga/drm: Enable import/export fence FDSinclair Yeh3-19/+53
2017-07-17winsys/svga/drm: Connect winsys-side fence_* functionsSinclair Yeh4-10/+109
2017-07-17winsys/svga/drm: Prepare to support fence fdSinclair Yeh1-3/+8
2017-07-17drivers/svga, winsys/svga/drm: Thread through timeout for fence_finishSinclair Yeh3-2/+6
2017-06-22svga: fix pre-mature flushing of the command bufferCharmaine Lee2-2/+3