summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-22intel/dev: Set has_local_mem for DG1dg1-lmemJordan Justen1-0/+1
2020-06-22anv: Allocate scratch and workaround BO in local memorySagar Ghuge2-2/+4
2020-06-22anv: Allocate aux map table in local memorySagar Ghuge3-0/+6
2020-06-22anv: Add flag for forcing system or local memorySagar Ghuge1-0/+26
2020-06-22anv: Allocate BO in appropriate regionSagar Ghuge3-1/+38
2020-06-22anv: Wrapper around DRM_IOCTL_I915_GEM_OBJECT_SETPARAMSagar Ghuge3-0/+38
2020-06-22anv: Query memory region infoSagar Ghuge2-12/+107
2020-06-22iris: Map with WC on non-LLC platforms.Rafael Antognolli1-0/+4
2020-06-22iris: Add flag for forcing system or local memory.Rafael Antognolli1-0/+27
2020-06-22iris/resource: Allocate in system memory in some cases.Rafael Antognolli2-4/+9
2020-06-22iris/bufmgr: Add flag to allocate from local memory.Rafael Antognolli9-26/+83
2020-06-22iris/bufmgr: Add new set of buckets for local memory.Rafael Antognolli1-22/+52
2020-06-22iris/bufmgr: Query memory region info.Rafael Antognolli1-0/+57
2020-06-22!UPSTREAM: drm-uapi/i915: Add local-mem api changesRafael Antognolli1-0/+27
2020-06-22!UPSTREAM: drm-uapi/i915: Add local-mem api changesJordan Justen1-0/+35
2020-06-22!UPSTREAM: drm-uapi/i915: Add local-mem api changesJordan Justen1-0/+58
2020-06-22iris/bufmgr: Align vma addresses to 64K for local memoryJordan Justen1-2/+7
2020-06-22intel/devinfo: Add has_local_memJordan Justen1-0/+1
2020-06-22docs: cat maintainer keys to a single fileEric Engestrom8-553/+553
2020-06-22docs: drop deleted file from extra sphinx filesEric Engestrom1-1/+0
2020-06-22anv: Make use of devinfo has_aux_map fieldJordan Justen3-13/+16
2020-06-22iris: Make use of devinfo has_aux_map fieldJordan Justen1-1/+1
2020-06-22gitlab-ci: drop gettext from the build imagesEric Engestrom4-6/+3
2020-06-22util: rename xmlpool.h to driconf.hEric Engestrom27-29/+29
2020-06-22driconf: drop now unused translation facilityEric Engestrom39-842/+439
2020-06-22driconf: drop 9% swedish translationEric Engestrom4-287/+3
2020-06-22driconf: drop 8% dutch translationEric Engestrom4-280/+3
2020-06-22driconf: drop 6% french translationEric Engestrom4-275/+3
2020-06-22driconf: drop 26% spanish translationEric Engestrom4-280/+3
2020-06-22driconf: drop 15% german translationEric Engestrom4-282/+3
2020-06-22driconf: drop 28% catalan translationEric Engestrom3-293/+2
2020-06-22zink: use correct define value for reserved slot count in ntvMike Blumenkrantz1-1/+1
2020-06-22intel/dev: Add device info for DG1Jordan Justen2-0/+14
2020-06-22anv/dg1: Don't use SET_TILING kernel uapi.Rafael Antognolli2-4/+20
2020-06-22iris/bufmgr: Do not use map_gtt or use set/get_tiling on DG1Rafael Antognolli3-11/+37
2020-06-22intel/devinfo: Add function to check for DRM_I915_GEM_GET_TILING.Rafael Antognolli2-0/+29
2020-06-22intel/l3: Return the URB size from devinfo for DG1Rafael Antognolli1-0/+4
2020-06-22intel/isl: Update mocs for DG1Rafael Antognolli1-5/+14
2020-06-22intel/l3: Add DG1 L3 configurationAnuj Phogat1-1/+12
2020-06-22anv: Set L3 full way allocation at context init if L3 cfg is NULLJordan Justen2-1/+15
2020-06-22iris/l3: Enable L3 full way allocation when L3 config is NULLJordan Justen1-4/+11
2020-06-22intel/l3: Allow platforms to have no l3 configurationsJordan Justen1-4/+10
2020-06-22intel/l3: Don't rely on cfg entry URB size being 0 as a sentinalJordan Justen1-20/+32
2020-06-22intel/devinfo: Add is_dg1 to device infoAnuj Phogat1-0/+1
2020-06-22turnip: Enable tessellationShader physical device featureBrian Ho1-1/+1
2020-06-22ir3: Unconditionally enable MERGEDREGS on a6xxBrian Ho1-20/+1
2020-06-22turnip: Force sysmem for tessellationBrian Ho2-0/+9
2020-06-22turnip: Support tess for drawsBrian Ho4-7/+45
2020-06-22turnip: Emit HS/DS user consts as draw statesBrian Ho2-1/+11
2020-06-22turnip: Update VFD_CONTROL with tess system valuesBrian Ho3-12/+136