aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/exported-sql-viewer.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-16fbdev/c2p: Include <linux/export.h>Thomas Zimmermann2-0/+2
2025-06-16fbdev: Include <linux/export.h>Thomas Zimmermann18-0/+26
2025-06-16fbdev: Remove trailing whitespacesThomas Zimmermann1-1/+1
2025-06-16drm/ttm: Include <linux/export.h>Thomas Zimmermann13-0/+22
2025-06-16drm/scheduler: Include <linux/export.h>Thomas Zimmermann3-0/+3
2025-06-16drm/panel: Include <linux/export.h>Thomas Zimmermann4-0/+4
2025-06-16drm/gem: Include <linux/export.h>Thomas Zimmermann5-0/+5
2025-06-16drm/display: Include <linux/export.h>Thomas Zimmermann13-0/+14
2025-06-16drm/client: Include <linux/export.h>Thomas Zimmermann8-0/+10
2025-06-16drm/bridge: Include <linux/export.h>Thomas Zimmermann13-0/+16
2025-06-16drm: Include <linux/export.h>Thomas Zimmermann39-1/+46
2025-06-16drm: Do not include <linux/export.h>Thomas Zimmermann1-1/+0
2025-06-13drm/vkms: Compile all tests with CONFIG_DRM_VKMS_KUNIT_TESTMaíra Canal1-2/+5
2025-06-13Revert "drm/prime: remove drm_prime_lookup_buf_by_handle"Christian König3-10/+49
2025-06-13drm/format-helper: Update tests after BT.601 changesThomas Zimmermann1-6/+6
2025-06-13drm/xe: Make dma-fences compliant with the safe access rulesTvrtko Ursulin3-1/+11
2025-06-13dma-fence: Add safe access helpers and document the rulesTvrtko Ursulin3-23/+157
2025-06-13drm/i915: Protect access to driver and timeline nameTvrtko Ursulin3-6/+21
2025-06-13sync_file: Protect access to driver and timeline nameTvrtko Ursulin1-4/+20
2025-06-13drm/format-helper: Normalize BT.601 factors to 256Thomas Zimmermann1-1/+1
2025-06-12drm: renesas: rz-du: mipi_dsi: Add function pointers for configuring VCLK and mode validationLad Prabhakar1-20/+45
2025-06-12drm: renesas: rz-du: mipi_dsi: Add dphy_late_init() callback for RZ/V2H(P)Lad Prabhakar1-0/+4
2025-06-12drm: renesas: rz-du: mipi_dsi: Add feature flag for 16BPP supportLad Prabhakar1-0/+11
2025-06-12drm: renesas: rz-du: mipi_dsi: Use mHz for D-PHY frequency calculationsLad Prabhakar1-5/+8
2025-06-12drm: renesas: rz-du: mipi_dsi: Make "rst" reset control optional for RZ/V2H(P)Lad Prabhakar1-1/+1
2025-06-12drm: renesas: rz-du: mipi_dsi: Add OF data supportLad Prabhakar2-15/+38
2025-06-12drm: renesas: rz-du: mipi_dsi: Use VCLK for HSFREQ calculationLad Prabhakar1-17/+23
2025-06-12drm: renesas: rz-du: mipi_dsi: Simplify HSFREQ calculationLad Prabhakar1-2/+2
2025-06-12drm: renesas: rz-du: mipi_dsi: Add min check for VCLK rangeLad Prabhakar1-0/+3
2025-06-12drm: omapdrm: reduce clang stack usageArnd Bergmann1-1/+1
2025-06-12drm/prime: remove drm_prime_lookup_buf_by_handleChristian König3-49/+10
2025-06-12drm/file: add client id to drm_file_errorSunil Khatri1-2/+4
2025-06-11accel/qaic: Use dev_printk() in RASJeff Hugo1-8/+8
2025-06-11drm/ttm: Should to return the evict errorEmily Deng1-0/+3
2025-06-11drm/i915/panel: sync panel prepared state at registerJani Nikula1-0/+41
2025-06-11drm/i915/panel: register drm_panel and call prepare/unprepare for ICL+ DSIJani Nikula4-1/+93
2025-06-11drm/i915/panel: add panel register/unregisterJani Nikula3-12/+23
2025-06-11drm/panel: use fwnode based lookups for panel followersJani Nikula1-10/+32
2025-06-11drm/arm/hdlcd: Replace struct simplefb_format with custom typeThomas Zimmermann1-8/+15
2025-06-10drm/panel: ilitek-ili9881c: Add configuration for 7" Raspberry Pi 720x1280Marek Vasut1-0/+219
2025-06-10drm/panel: ilitek-ili9881c: Allow configuration of the number of lanesMarek Vasut1-1/+5
2025-06-10dt-bindings: ili9881c: Document 7" Raspberry Pi 720x1280Marek Vasut1-0/+1
2025-06-10dt-bindings: display: st7701: Add Winstar wf40eswaa6mnn0 panelStefan Eichenberger1-0/+1
2025-06-10drm/panel: st7701: Add Winstar wf40eswaa6mnn0 panel supportStefan Eichenberger1-0/+124
2025-06-10drm/panel: visionox-rm69299: support the variant found in the SHIFT6mqCaleb Connolly1-0/+132
2025-06-10drm/panel: visionox-rm69299: switch to devm_regulator_bulk_get_const()Neil Armstrong1-9/+12
2025-06-10drm/panel: visionox-rm69299: switch to _multi variantsNeil Armstrong1-35/+13
2025-06-10drm/panel: visionox-rm69299: add plumbing to support panel variantsNeil Armstrong1-26/+32
2025-06-10dt-bindings: display: visionox-rm69299: document new compatible stringCaleb Connolly1-1/+3
2025-06-09drm: renesas: rz-du: Implement MIPI DSI host transfersHugo Villeneuve2-0/+240