aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-05drm/doc: demote old doc-comments in drm.hSimon Ser1-42/+42
2021-01-05drm/doc: re-format drm.h file commentSimon Ser1-5/+4
2021-01-05drm: bridge: adv7511: Remove redundant null check before clk_disable_unprepareXu Wang1-4/+2
2021-01-05drm: bridge: dw-hdmi: Remove redundant null check before clk_disable_unprepareXu Wang1-4/+2
2021-01-05dt-bindings: display: bridge: renesas,lvds: RZ/G2E needs renesas,companion tooFabrizio Castro1-3/+3
2021-01-05drm: Constify drm_driver in drivers that don't modify itLaurent Pinchart3-3/+3
2021-01-05drm: Use a const drm_driver for legacy PCI devicesLaurent Pinchart4-15/+11
2021-01-05drm: Move legacy device list out of drm_driverLaurent Pinchart3-17/+20
2021-01-05drm: Don't export the drm_gem_dumb_destroy() functionLaurent Pinchart4-17/+9
2021-01-05drm: zte: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart1-6/+1
2021-01-05drm: vc4: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart1-6/+1
2021-01-05drm: sti: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart3-24/+3
2021-01-05drm: arc: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart1-7/+2
2021-01-05drm: rcar-du: Fix leak of CMM platform device referenceLaurent Pinchart1-3/+19
2021-01-05drm: rcar-du: Fix the return check of of_parse_phandle and of_find_device_by_nodeWang Xiaojun1-4/+4
2021-01-05drm: rcar-du: Drop local encoder variableLaurent Pinchart2-6/+2
2021-01-05drm: rcar-du: Skip encoder allocation for LVDS1 in dual-link modeLaurent Pinchart1-34/+25
2021-01-05drm: rcar-du: Replace dev_private with container_ofLaurent Pinchart4-7/+10
2021-01-05drm: rcar-du: Embed drm_device in rcar_du_deviceLaurent Pinchart8-33/+29
2021-01-05drm: rcar-du: Use DRM-managed allocation for encodersLaurent Pinchart1-18/+29
2021-01-05drm: rcar-du: Use DRM-managed allocation for VSP planesLaurent Pinchart1-5/+17
2021-01-05drm: rcar-du: Drop unneeded encoder cleanup in error pathLaurent Pinchart1-4/+1
2021-01-05drm: rcar-du: Release vsp device reference in all error pathsLaurent Pinchart1-1/+1
2021-01-05drm: rcar-du: Fix crash when using LVDS1 clock for CRTCLaurent Pinchart3-12/+9
2021-01-05drm: Add default modes for connectors in unknown stateLaurent Pinchart2-2/+9
2021-01-05drm: rcar-du: Fix PM reference leak in rcar_cmm_enable()Qinglang Miao1-1/+1
2021-01-05drm/bridge: thc63lvd1024: Fix regulator_get_optional() misuseMark Brown1-1/+1
2021-01-05dt-bindings: display: bridge: thc63lvd1024: Document dual-output modeLaurent Pinchart1-5/+11
2021-01-04drm/imx: ipuv3-crtc: use drm managed resourcesPhilipp Zabel1-71/+43
2021-01-04drm/imx: ipuv3-plane: use drm managed resourcesPhilipp Zabel3-63/+36
2021-01-04drm/imx: parallel-display: use drm managed resourcesPhilipp Zabel1-28/+29
2021-01-04drm/imx: imx-tve: use drm managed resourcesPhilipp Zabel1-35/+39
2021-01-04drm/imx: imx-ldb: use drm managed resourcesPhilipp Zabel1-9/+22
2021-01-04drm/imx: dw_hdmi-imx: use drm managed resourcesPhilipp Zabel1-8/+17
2021-01-04drm/imx: parallel-display: move initialization into probePhilipp Zabel1-22/+20
2021-01-04drm/imx: parallel-display: use local bridge and connector variablesPhilipp Zabel1-10/+10
2021-01-04drm/imx: imx-tve: use devm_clk_registerPhilipp Zabel1-1/+1
2021-01-04drm/imx: imx-tve: move initialization into probePhilipp Zabel1-23/+19
2021-01-04drm/imx: imx-tve: use local encoder and connector variablesPhilipp Zabel1-7/+8
2021-01-04drm/imx: imx-ldb: move initialization into probePhilipp Zabel1-35/+37
2021-01-04drm/imx: imx-ldb: use local connector variablePhilipp Zabel1-6/+6
2021-01-04drm/imx: dw_hdmi-imx: move initialization into probePhilipp Zabel1-48/+26
2021-01-04drm/crtc: add drmm_crtc_alloc_with_planes()Philipp Zabel2-28/+130
2021-01-04drm/plane: add drmm_universal_plane_alloc()Philipp Zabel2-29/+147
2021-01-04drm/simple_kms_helper: add drmm_simple_encoder_alloc()Philipp Zabel2-2/+36
2021-01-04drm: add drmm_encoder_alloc()Philipp Zabel2-23/+116
2021-01-04drm/encoder: make encoder control functions optionalPhilipp Zabel3-4/+4
2021-01-04gpu: drm: imx: convert comma to semicolonZheng Yongjun1-1/+1
2021-01-04drm/imx: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski1-0/+1
2021-01-04gpu/ipu-v3/ipu-di: Strip out 2 unused 'di_sync_config' entriesLee Jones1-4/+0