aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-10drm/panthor: Fix UAF in panthor_gem_create_with_handle() debugfs codeSimona Vetter2-19/+15
2025-07-09fbcon: Fix outdated registered_fb reference in commentShixiong Ou1-2/+2
2025-07-09drm/ast: Gen7: Switch default registers to gen4+ stateThomas Zimmermann2-35/+1
2025-07-09drm/ast: Gen7: Disable VGASR0[1] as on Gen4+Thomas Zimmermann1-0/+1
2025-07-09drm/ast: Split ast_set_def_ext_reg() by chip generationThomas Zimmermann7-40/+111
2025-07-09drm/ast: Handle known struct ast_dramstruct with helpersThomas Zimmermann3-19/+41
2025-07-09drm/ast: Move struct ast_dramstruct to ast_post.hThomas Zimmermann4-13/+8
2025-07-09drm/ast: Move Gen2+ and Gen1 POST code to separate source filesThomas Zimmermann6-370/+478
2025-07-09drm/ast: Move Gen4+ POST code to separate source fileThomas Zimmermann4-1262/+1302
2025-07-09drm/ast: Move Gen6+ POST code to separate source fileThomas Zimmermann6-522/+576
2025-07-09drm/ast: Move Gen7+ POST code to separate source fileThomas Zimmermann4-5/+48
2025-07-09drm/ast: Declare helpers for POST in headerThomas Zimmermann2-5/+21
2025-07-09dma-buf: heaps: Give default CMA heap a fixed nameJared Kangas3-3/+34
2025-07-09dma-buf: heaps: Parameterize heap name in __add_cma_heap()Jared Kangas1-7/+11
2025-07-09Documentation: dma-buf: heaps: Fix code markupJared Kangas1-3/+3
2025-07-09dma-buf: system_heap: No separate allocation for attachment sg_tablesT.J. Mercier1-26/+17
2025-07-09drm/sched: Consolidate drm_sched_rq_select_entity_rrTvrtko Ursulin1-28/+20
2025-07-09drm/sti: hda: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-14/+13
2025-07-09drm/sti: hdmi: convert to devm_drm_bridge_alloc() APILuca Ceresoli2-14/+14
2025-07-09drm/amdgpu: fix the logic to validate fpriv and root boSunil Khatri1-1/+1
2025-07-09drm/amdgpu: fix MQD debugfs undefined symbol when DEBUG_FS=nSunil Khatri1-1/+4
2025-07-08gpu/trace: make TRACE_GPU_MEM configurableJuston Li3-3/+12
2025-07-08drm/rockchip: vop2: Fix the update of LAYER/PORT select registers when there are multi display output on rk3588/rk3568Andy Yan3-25/+122
2025-07-08drm/rockchip: inno_hdmi: Simpify clk get/enable by devm_clk_get_enabled apiAndy Yan1-38/+12
2025-07-08drm/rockchip: inno_hdmi: switch i2c registration to devm functionsAndy Yan1-6/+2
2025-07-08drm/rockchip: inno_hdmi: Use sleep_range instead of udelayAndy Yan1-2/+2
2025-07-08drm/rockchip: inno_hdmi: Move ddc/i2c configuration and HOTPLUG unmute to inno_hdmi_init_hwAndy Yan1-15/+15
2025-07-08drm/rockchip: inno_hdmi: Rename function inno_hdmi_reset to inno_hdmi_init_hwAndy Yan1-2/+2
2025-07-08drm/rockchip: inno_hdmi: Remove unnecessary parentheses to make checkpatch happyAndy Yan1-2/+1
2025-07-08drm/rockchip: inno_hdmi: Refactor register macros to make checkpatch happyAndy Yan1-101/+113
2025-07-08drm/rockchip: inno_hdmi: Merge register definition to c fileAndy Yan2-352/+340
2025-07-08drm/rockchip: dw_hdmi: Use dev_err_probe() to simplify codeYumeng Fang1-12/+4
2025-07-08drm/rockchip: cdn-dp: Convert to drm bridgeChaoyi Chen2-190/+111
2025-07-08drm/rockchip: vop2: fail cleanly if missing a primary plane for a video-portHeiko Stuebner1-0/+4
2025-07-08drm/rockchip: lvds: Convert to drm bridgeChaoyi Chen1-39/+29
2025-07-07drm/tegra: Use dma_buf from GEM object instanceThomas Zimmermann1-1/+1
2025-07-07drm/tegra: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann1-1/+1
2025-07-07drm/vgem/vgem_drv convert to use faux_deviceGreg Kroah-Hartman1-15/+15
2025-07-07drm/vkms: convert to use faux_deviceGreg Kroah-Hartman2-16/+16
2025-07-07drm/gem-shmem: Do not map s/g table by defaultThomas Zimmermann3-17/+5
2025-07-07drm/bridge: tc358767: fix uninitialized variable regressionLuca Ceresoli1-0/+1
2025-07-07drm/bridge: analogix_dp: Use devm_drm_bridge_alloc() APIMarek Szyprowski2-30/+13
2025-07-06drm/dp: Clean up white space in drm_edp_backlight_probe_state()Dan Carpenter1-7/+7
2025-07-06drm/fbdev-client: Skip DRM clients if modesetting is absentThierry Reding1-0/+5
2025-07-05drm/bridge: adv7511: Fix DRM_BRIDGE_OP_HDMI_{AUDIO|CEC_ADAPTER} setupCristian Ciocaltea1-3/+3
2025-07-05drm/bridge: Fix kdoc comment for DRM_BRIDGE_OP_HDMI_CEC_ADAPTERCristian Ciocaltea1-1/+1
2025-07-05drm/msm: Small function param doc fixRob Clark1-1/+1
2025-07-05drm/msm: Take the ioctls away from the KMS-only driverRob Clark1-2/+0
2025-07-05drm/msm: Clean up split driver featuresRob Clark1-15/+17
2025-07-05drm/msm: enable separate binding of GPU and display devicesDmitry Baryshkov3-5/+48