summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* drm/sched: Add locking to drm_sched_entity_modify_schedTvrtko Ursulin2024-09-241-0/+2
* drm/ci: uprev mesa, IGT and deqp-runnerVignesh Raman2024-09-2434-148/+234
* drm/scheduler: Improve documentationShuicheng Lin2024-09-244-17/+15
* accel/ivpu: Fix a typoAndrew Kreimer2024-09-241-1/+1
* drm: Link drm_rect.o into DRM core moduleThomas Zimmermann2024-09-241-1/+1
* drm/sti: avoid potential dereference of error pointersMa Ke2024-09-231-0/+3
* drm/sti: avoid potential dereference of error pointers in sti_gdp_atomic_checkMa Ke2024-09-231-0/+3
* drm/sti: avoid potential dereference of error pointers in sti_hqvdp_atomic_checkMa Ke2024-09-231-0/+3
* dma-buf: Add syntax highlighting to code listings in the documentTommy Chiang2024-09-231-6/+9
* drm/mcde: Enable module autoloadingLiao Chen2024-09-231-0/+1
* drm/bridge: it6505: Enable module autoloadingLiao Chen2024-09-231-0/+1
* dt-bindings: lcdif: Document the dmas/dma-names propertiesFabio Estevam2024-09-231-0/+20
* drm/panel: nt35510: Make new commands optionalLinus Walleij2024-09-221-6/+9
* drm/imx: Add missing DRM_BRIDGE_CONNECTOR dependencyAlexander Stein2024-09-221-0/+2
* drm: panel-orientation-quirks: Add quirk for AYA NEO GEEKJoaquín Ignacio Aramendía2024-09-221-0/+6
* drm: panel-orientation-quirks: Add quirk for AYA NEO Founder editionJoaquín Ignacio Aramendía2024-09-221-0/+6
* drm: panel-orientation-quirks: Add quirk for AYA NEO 2 modelJoaquín Ignacio Aramendía2024-09-221-0/+6
* drm/imx/ipuv3: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan2024-09-211-4/+2
* drm/imx/dcss: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan2024-09-211-3/+1
* drm/imx/dcss: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan2024-09-211-4/+2
* udmabuf: reuse folio array when pin foliosHuan Yang2024-09-201-15/+21
* udmabuf: remove udmabuf_folioHuan Yang2024-09-201-36/+29
* udmabuf: introduce udmabuf init and deinit helperHuan Yang2024-09-201-21/+31
* udmabuf: udmabuf_create pin folio codestyle cleanupHuan Yang2024-09-201-61/+76
* udmabuf: fix vmap_udmabuf error page setHuan Yang2024-09-202-7/+16
* udmabuf: change folios array from kmalloc to kvmallocHuan Yang2024-09-201-13/+13
* udmabuf: pre-fault when first page faultHuan Yang2024-09-201-2/+31
* MAINTAINERS: udmabuf: Add myself as co-maintainer for udmabuf driverVivek Kasireddy2024-09-201-0/+1
* dma-buf/dma-fence: Use a successful read_trylock() annotation for dma_fence_b...Thomas Hellström2024-09-201-3/+3
* drm/rockchip: Load crtc devices in preferred orderJonas Karlman2024-09-191-0/+23
* drm/rockchip: dw_hdmi: Enable 4K@60Hz mode on RK3399 and RK356xJonas Karlman2024-09-191-2/+2
* drm/rockchip: dw_hdmi: Use auto-generated tablesDouglas Anderson2024-09-191-51/+53
* drm/rockchip: dw_hdmi: Set cur_ctr to 0 alwaysDouglas Anderson2024-09-191-15/+1
* drm/rockchip: dw_hdmi: Add phy_config for 594Mhz pixel clockNickey Yang2024-09-191-0/+1
* drm/rockchip: dw_hdmi: Adjust cklvl & txlvl for RF/EMIYakir Yang2024-09-191-1/+1
* drm/rockchip: dw_hdmi: Filter modes based on hdmiphy_clkJonas Karlman2024-09-191-18/+17
* drm/rockchip: Fix a typoAndrew Kreimer2024-09-191-1/+1
* drm/ast: Warn about unsupported TX chipsThomas Zimmermann2024-09-181-1/+16
* drm/ast: Use TX-chip register constantsThomas Zimmermann2024-09-183-11/+13
* drm/ast: Rename register constants for TX-chip typesThomas Zimmermann2024-09-182-16/+14
* drm/panic: Fix uninitialized spinlock acquisition with CONFIG_DRM_PANIC=nLyude Paul2024-09-172-1/+15
* drm/v3d: Appease lockdep while updating GPU statsTvrtko Ursulin2024-09-161-5/+41
* drm/panel: raydium-rm69380: transition to mipi_dsi wrapped functionsTejas Vipin2024-09-161-64/+29
* drm/omap: Fix locking in omap_gem_new_dmabuf()Tomi Valkeinen2024-09-161-8/+2
* drm/omap: Hide sparse warningsTomi Valkeinen2024-09-161-3/+3
* drm/omap: Fix possible NULL dereferenceTomi Valkeinen2024-09-163-23/+9
* accel/qaic: Change to use DEFINE_SHOW_ATTRIBUTE macroLonglong Xia2024-09-131-38/+5
* drm/ast: Avoid upcasting to struct ast_deviceThomas Zimmermann2024-09-135-27/+21
* drm/ast: Respect return value from CRTC initThomas Zimmermann2024-09-131-1/+3
* drm/ast: vga: Inline ast_vga_connector_init()Thomas Zimmermann2024-09-131-29/+26