aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-11drm/nouveau/clk: switch to instanced constructorBen Skeggs19-129/+128
2021-02-11drm/nouveau/bus: switch to instanced constructorBen Skeggs12-106/+108
2021-02-11drm/nouveau/bios: switch to instanced constructorBen Skeggs6-92/+90
2021-02-11drm/nouveau/bar: switch to instanced constructorBen Skeggs16-87/+91
2021-02-11drm/nouveau/acr: switch to instanced constructorBen Skeggs13-43/+46
2021-02-11drm/nouveau/nvkm: add macros for subdev layoutBen Skeggs5-1/+78
2021-02-11drm/nouveau/device: pass instance id when looking up a subdev/engineBen Skeggs13-109/+41
2021-02-11drm/nouveau/subdev: track type+instance separatelyBen Skeggs3-78/+115
2021-02-11drm/nouveau/subdev: store full subdev name in structBen Skeggs17-35/+29
2021-02-11drm/nouveau/subdev: store subdevs in listBen Skeggs4-38/+31
2021-02-11drm/nouveau/subdev: remove nvkm_subdev.mutexBen Skeggs2-5/+0
2021-02-11drm/nouveau/perfmon: use private spinlock to control exclusive access to perfmonBen Skeggs2-10/+14
2021-02-11drm/nouveau/fifo: private mutexBen Skeggs10-28/+30
2021-02-11drm/nouveau/disp: use private spinlock to control exclusive access to dispBen Skeggs2-10/+14
2021-02-11drm/nouveau/pmu: serialise send() with private mutexBen Skeggs3-3/+7
2021-02-11drm/nouveau/mmu: serialise mmu invalidations with private mutexBen Skeggs6-14/+15
2021-02-11drm/nouveau/ltc: serialise cbc operations with private mutexBen Skeggs2-2/+5
2021-02-11drm/nouveau/instmem: protect mm/lru with private mutexBen Skeggs5-29/+35
2021-02-11drm/nouveau/fb: protect vram mm with private mutexBen Skeggs2-5/+8
2021-02-11drm/nouveau/fb: protect comptags with private mutexBen Skeggs10-23/+29
2021-02-11drm/nouveau/engine: use refcount_t + private mutexBen Skeggs2-13/+25
2021-02-05drm/amd/display: fix unused variable warningArnd Bergmann1-0/+2
2021-02-04drm/mediatek: Add matrix_bits private data for ccorrYongqiang Niu1-10/+17
2021-02-04drm/mediatek: Fix ccorr size configYongqiang Niu1-1/+1
2021-02-04drm/mediatek: Separate ccorr moduleYongqiang Niu6-96/+236
2021-02-04drm/mediatek: Enable dither functionYongqiang Niu1-0/+3
2021-02-04drm/mediatek: Enable OVL_LAYER_SMI_ID_EN for multi-layer usecaseYongqiang Niu1-0/+17
2021-02-04drm/mediatek: Add support for SoC MT8183Yongqiang Niu4-0/+70
2021-02-04drm/mediatek: Add has_dither private data for gammaYongqiang Niu1-4/+10
2021-02-04drm/mediatek: Separate gamma moduleYongqiang Niu6-61/+216
2021-02-04drm/mediatek: Add mtk_dither_set_common() functionHsin-Yi Wang2-9/+22
2021-02-04soc / drm: mediatek: Move mtk mutex driver to soc folderCK Hu7-7/+16
2021-02-04drm/mediatek: Automatically search unclaimed mtk mutex in mtk_mutex_get()CK Hu3-10/+10
2021-02-04drm/mediatek: Change disp/ddp term to mutex in mtk mutex driverCK Hu5-183/+182
2021-02-04drm/mediatek: Rename file mtk_drm_ddp to mtk_mutexCK Hu4-7/+7
2021-02-04drm/mediatek: Remove redundant file includingCK Hu2-4/+0
2021-02-04drm/mediatek: Add fifo_size into rdma private dataYongqiang Niu1-1/+18
2021-02-04drm/mediatek: Fix aal size configYongqiang Niu1-1/+1
2021-02-04dt-bindings: mediatek: add description for postmaskYongqiang Niu1-0/+1
2021-02-04drm/mediatek: mtk_dpi: Create connector for bridgesHsin-Yi Wang1-1/+12
2021-02-04dt-bindings: mediatek: add rdma-fifo-size description for mt8183 displayYongqiang Niu1-0/+9
2021-02-04drm/mediatek: Check if fb is nullYongqiang Niu1-1/+1
2021-02-02drm/amdgpu: Prevent shift wrapping in amdgpu_read_mask()Dan Carpenter1-3/+3
2021-02-02amd/display: remove unneeded variable: "pattern"Bernard Zhao1-3/+1
2021-02-02drm/amd/pm: Disable GFXOFF when GFX DPM or PG disabledJinzhou Su1-4/+10
2021-02-02drm/amd/display: 3.2.121Aric Cyr1-1/+1
2021-02-02drm/amd/display: [FW Promotion] Release 0.0.50Anthony Koo1-2/+2
2021-02-02drm/amd/display: Reject too small viewport size when validating planeNikola Cornij3-3/+29
2021-02-02drm/amd/display: Better handling of dummy p-state tableJoshua Aberback1-7/+5
2021-02-02drm/amd/display: Workaround for some legacy DP-VGA donglesTaimur Hassan1-1/+12