Linux DRI Development
[Prev Page][Next Page]
- [pull] amdgpu, amdkfd drm-fixes-6.14, Alex Deucher
- [PATCH v4 00/33] Introduce GPU SVM and Xe SVM implementation,
Matthew Brost
- [PATCH v4 02/33] mm/migrate: Add migrate_device_pfns, Matthew Brost
- [PATCH v4 01/33] drm/xe: Retry BO allocation, Matthew Brost
- [PATCH v4 10/33] drm/xe: Add dma_addr res cursor, Matthew Brost
- [PATCH v4 03/33] mm/migrate: Trylock device page in do_swap_page, Matthew Brost
- [PATCH v4 11/33] drm/xe: Nuke VM's mapping upon close, Matthew Brost
- [PATCH v4 05/33] drm/xe/bo: Introduce xe_bo_put_async, Matthew Brost
- [PATCH v4 13/33] drm/gpuvm: Add DRM_GPUVA_OP_DRIVER, Matthew Brost
- [PATCH v4 14/33] drm/xe: Add (re)bind to SVM page fault handler, Matthew Brost
- [PATCH v4 15/33] drm/xe: Add SVM garbage collector, Matthew Brost
- [PATCH v4 08/33] drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR flag, Matthew Brost
- [PATCH v4 17/33] drm/xe: Do not allow CPU address mirror VMA unbind if the GPU has bindings, Matthew Brost
- [PATCH v4 18/33] drm/xe: Enable CPU address mirror uAPI, Matthew Brost
- [PATCH v4 06/33] drm/gpusvm: Add support for GPU Shared Virtual Memory, Matthew Brost
- [PATCH v4 07/33] drm/xe: Select DRM_GPUSVM Kconfig, Matthew Brost
- [PATCH v4 12/33] drm/xe: Add SVM range invalidation and page fault handler, Matthew Brost
- [PATCH v4 19/33] drm/xe/uapi: Add DRM_XE_QUERY_CONFIG_FLAG_HAS_CPU_ADDR_MIRROR, Matthew Brost
- [PATCH v4 22/33] drm/xe: Add drm_gpusvm_devmem to xe_bo, Matthew Brost
- [PATCH v4 27/33] drm/xe: Add BO flags required for SVM, Matthew Brost
- [PATCH v4 31/33] drm/xe: Add modparam for SVM notifier size, Matthew Brost
- [PATCH v4 32/33] drm/xe: Add always_migrate_to_vram modparam, Matthew Brost
- [PATCH v4 23/33] drm/xe: Add drm_pagemap ops to SVM, Matthew Brost
- [PATCH v4 16/33] drm/xe: Add unbind to SVM garbage collector, Matthew Brost
- [PATCH v4 24/33] drm/xe: Add GPUSVM device memory copy vfunc functions, Matthew Brost
- [PATCH v4 04/33] drm/pagemap: Add DRM pagemap, Matthew Brost
- [PATCH v4 33/33] drm/doc: gpusvm: Add GPU SVM documentation, Matthew Brost
- [PATCH v4 26/33] drm/xe: Add Xe SVM devmem_release GPU SVM vfunc, Matthew Brost
- [PATCH v4 09/33] drm/xe: Add SVM init / close / fini to faulting VMs, Matthew Brost
- [PATCH v4 28/33] drm/xe: Add SVM VRAM migration, Matthew Brost
- [PATCH v4 29/33] drm/xe: Basic SVM BO eviction, Matthew Brost
- [PATCH v4 30/33] drm/xe: Add SVM debug, Matthew Brost
- [PATCH v4 20/33] drm/xe: Add migrate layer functions for SVM support, Matthew Brost
- [PATCH v4 21/33] drm/xe: Add SVM device memory mirroring, Matthew Brost
- [PATCH v4 25/33] drm/xe: Add Xe SVM populate_devmem_pfn GPU SVM vfunc, Matthew Brost
- [PATCH 1/2] drm/ttm: test private resv obj on release/destroy,
Christian König
- [PATCH v2] drm/vkms: Add support for ABGR8888 pixel format, Paz Zcharya
- [PATCH v2 0/4] drm/tests: Fix locking issues (kind of),
Maxime Ripard
- [PATCH 0/6] accel/ivpu: Changes for 6.15,
Jacek Lawrynowicz
- [PATCH 0/3] accel/ivpu: Fixes for 6.14,
Jacek Lawrynowicz
- [PATCH v1 0/4] mm: cleanups for device-exclusive entries (hmm),
David Hildenbrand
- [PATCH RFC] drm/msm/dsi/phy: Program clock inverters in correct register,
Krzysztof Kozlowski
- [PATCH v1 00/12] mm: fixes for device-exclusive entries (hmm),
David Hildenbrand
- [PATCH v1 01/12] mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs, David Hildenbrand
- [PATCH v1 02/12] mm/rmap: reject hugetlb folios in folio_make_device_exclusive(), David Hildenbrand
- [PATCH v1 03/12] mm/rmap: convert make_device_exclusive_range() to make_device_exclusive(), David Hildenbrand
- [PATCH v1 04/12] mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walk, David Hildenbrand
- [PATCH v1 05/12] mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable(), David Hildenbrand
- [PATCH v1 06/12] mm: use single SWP_DEVICE_EXCLUSIVE entry type, David Hildenbrand
- [PATCH v1 07/12] mm/page_vma_mapped: device-private entries are not migration entries, David Hildenbrand
- [PATCH v1 08/12] mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one(), David Hildenbrand
- [PATCH v1 09/12] mm/rmap: handle device-exclusive entries correctly in try_to_migrate_one(), David Hildenbrand
- [PATCH v1 10/12] mm/rmap: handle device-exclusive entries correctly in folio_referenced_one(), David Hildenbrand
- [PATCH v1 11/12] mm/rmap: handle device-exclusive entries correctly in page_vma_mkclean_one(), David Hildenbrand
- [PATCH v1 12/12] mm/rmap: keep mapcount untouched for device-exclusive entries, David Hildenbrand
- [PATCH 00/13] drm/vkms: Allow to configure device,
José Expósito
- [PATCH 02/13] drm/vkms: Add KUnit test scaffolding, José Expósito
- [PATCH 01/13] drm/vkms: Extract vkms_connector header, José Expósito
- [PATCH 04/13] drm/vkms: Move default_config creation to its own function, José Expósito
- [PATCH 05/13] drm/vkms: Set device name from vkms_config, José Expósito
- [PATCH 07/13] drm/vkms: Allow to configure multiple planes, José Expósito
- [PATCH 11/13] drm/vkms: Allow to attach encoders and CRTCs, José Expósito
- [PATCH 06/13] drm/vkms: Add a validation function for VKMS configuration, José Expósito
- [PATCH 13/13] drm/vkms: Allow to attach connectors and encoders, José Expósito
- [PATCH 03/13] drm/vkms: Extract vkms_config header, José Expósito
- [PATCH 10/13] drm/vkms: Allow to configure multiple encoders, José Expósito
- [PATCH 08/13] drm/vkms: Allow to configure multiple CRTCs, José Expósito
- [PATCH 09/13] drm/vkms: Allow to attach planes and CRTCs, José Expósito
- [PATCH 12/13] drm/vkms: Allow to configure multiple connectors, José Expósito
- [PATCH] dma-buf: fix timeout handling in dma_resv_wait_timeout v2,
Christian König
- [PATCH v2 00/16] drm/ast: Clean up display-mode detection and validation,
Thomas Zimmermann
- [PATCH v2 02/16] drm/ast: Align naming in widescreen detection code to manual, Thomas Zimmermann
- [PATCH v2 01/16] drm/ast: Remove 1152x864 from list of widescreen resolutions, Thomas Zimmermann
- [PATCH v2 03/16] drm/ast: Rename support_wide_screen to support_wsxga_p, Thomas Zimmermann
- [PATCH v2 16/16] drm/ast: Only look up VBIOS mode on full modesets, Thomas Zimmermann
- [PATCH v2 08/16] drm/ast: Find VBIOS mode from regular display size, Thomas Zimmermann
- [PATCH v2 15/16] drm/ast: Remove struct ast_vbios_mode_info, Thomas Zimmermann
- [PATCH v2 11/16] drm/ast: Validate DRM display modes against VBIOS modes, Thomas Zimmermann
- [PATCH v2 04/16] drm/ast: Reorganize widescreen test around hardware Gens, Thomas Zimmermann
- [PATCH v2 12/16] drm/ast: Inline ast_get_vbios_mode_info(), Thomas Zimmermann
- [PATCH v2 06/16] drm/ast: Add support_wuxga flag to struct ast_device, Thomas Zimmermann
- [PATCH v2 09/16] drm/ast: Add empty initializer for VBIOS modes, Thomas Zimmermann
- [PATCH v2 13/16] drm/ast: astdp: Rework display-mode setting, Thomas Zimmermann
- [PATCH v2 05/16] drm/ast: Add support_fullhd flag to struct ast_device, Thomas Zimmermann
- [PATCH v2 07/16] drm/ast: Always validate H/V sync flags, Thomas Zimmermann
- [PATCH v2 10/16] drm/ast: Add helpers for VBIOS mode lookup, Thomas Zimmermann
- [PATCH v2 14/16] drm/ast: astdp: Look up mode index from table, Thomas Zimmermann
- [PATCH] gpu: drm_dp_cec: fix broken CEC adapter properties check,
Hans Verkuil
- [PATCH v5 00/14] drm/msm/dpu: Add Concurrent Writeback Support for DPU 10.x+,
Jessica Zhang
- [PATCH v5 11/14] drm/msm/dpu: Start frame done timer after encoder kickoff, Jessica Zhang
- [PATCH v5 08/14] drm/msm/dpu: Configure CWB in writeback encoder, Jessica Zhang
- [PATCH v5 13/14] drm/msm/dpu: Reorder encoder kickoff for CWB, Jessica Zhang
- [PATCH v5 01/14] drm/msm/dpu: fill CRTC resources in dpu_crtc.c, Jessica Zhang
- [PATCH v5 06/14] drm/msm/dpu: Fail atomic_check if multiple outputs request CDM block, Jessica Zhang
- [PATCH v5 10/14] drm/msm/dpu: Adjust writeback phys encoder setup for CWB, Jessica Zhang
- [PATCH v5 12/14] drm/msm/dpu: Skip trigger flush and start for CWB, Jessica Zhang
- [PATCH v5 14/14] drm/msm/dpu: Set possible clones for all encoders, Jessica Zhang
- [PATCH v5 05/14] drm/msm/dpu: Require modeset if clone mode status changes, Jessica Zhang
- [PATCH v5 07/14] drm/msm/dpu: Reserve resources for CWB, Jessica Zhang
- [PATCH v5 03/14] drm/msm/dpu: switch RM to use crtc_id rather than enc_id for allocation, Jessica Zhang
- [PATCH v5 09/14] drm/msm/dpu: Support CWB in dpu_hw_ctl, Jessica Zhang
- [PATCH v5 02/14] drm/msm/dpu: move resource allocation to CRTC, Jessica Zhang
- [PATCH v5 04/14] drm/msm/dpu: Add CWB to msm_display_topology, Jessica Zhang
- Re: [PATCH v5 00/14] drm/msm/dpu: Add Concurrent Writeback Support for DPU 10.x+, Dmitry Baryshkov
- [PATCH] drm/msm/dp: account for widebus and yuv420 during mode validation,
Abhinav Kumar
- [PATCH 00/14] drm: Move to using devm_platform_ioremap_resource,
Anusha Srivatsa
- [PATCH 01/14] drm/aspeed: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 02/14] drm/fsl-dcu: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 03/14] drm/hisilicon: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 04/14] drm/mediatek: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 05/14] drm/meson: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 06/14] drm/mxsfb: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 07/14] drm/rockchip: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 08/14] drm/sprd: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 09/14] drm/sti: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 10/14] drm/stm: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 11/14] drm/tegra: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 12/14] drm/tiny: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 13/14] drm/vc4: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 14/14] Documentation: Update the todo, Anusha Srivatsa
- [PATCH v4 00/18] Enable drm/imagination BXM-4-64 Support for LicheePi 4A,
Michal Wilczynski
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
[no subject], Unknown
[PATCH v6 0/6] Maintenence of devcoredump <-> GuC-Err-Capture plumbing,
Alan Previn
[PATCH 00/16] Converge on using secs_to_jiffies() part two,
Easwar Hariharan
[PATCH 04/16] ALSA: ac97: convert timeouts to secs_to_jiffies(), Easwar Hariharan
[PATCH 05/16] btrfs: convert timeouts to secs_to_jiffies(), Easwar Hariharan
[PATCH 11/16] nvme: convert timeouts to secs_to_jiffies(), Easwar Hariharan
[PATCH 10/16] power: supply: da9030: convert timeouts to secs_to_jiffies(), Easwar Hariharan
[PATCH 13/16] spi: spi-imx: convert timeouts to secs_to_jiffies(), Easwar Hariharan
[PATCH 14/16] platform/x86/amd/pmf: convert timeouts to secs_to_jiffies(), Easwar Hariharan
[PATCH 12/16] spi: spi-fsl-lpspi: convert timeouts to secs_to_jiffies(), Easwar Hariharan
[PATCH 06/16] rbd: convert timeouts to secs_to_jiffies(), Easwar Hariharan
[PATCH 16/16] RDMA/bnxt_re: convert timeouts to secs_to_jiffies(), Easwar Hariharan
[PATCH 15/16] platform/x86: thinkpad_acpi: convert timeouts to secs_to_jiffies(), Easwar Hariharan
[PATCH 07/16] libceph: convert timeouts to secs_to_jiffies(), Easwar Hariharan
[PATCH 02/16] scsi: lpfc: convert timeouts to secs_to_jiffies(), Easwar Hariharan
[PATCH 03/16] accel/habanalabs: convert timeouts to secs_to_jiffies(), Easwar Hariharan
Re: [PATCH 00/16] Converge on using secs_to_jiffies() part two, Andrew Morton
[PATCH v2] drm/panic: Better binary encoding in QR code, Jocelyn Falempe
[PATCH v8 00/14] Display Global Histogram,
Arun R Murthy
- [PATCH v8 01/14] drm: Define histogram structures exposed to user, Arun R Murthy
- [PATCH v8 02/14] drm: Define ImageEnhancemenT LUT structures exposed to user, Arun R Murthy
- [PATCH v8 03/14] drm/crtc: Expose API to create drm crtc property for histogram, Arun R Murthy
- [PATCH v8 04/14] drm/crtc: Expose API to create drm crtc property for IET LUT, Arun R Murthy
- [PATCH v8 07/14] drm/xe: Add histogram support to Xe builds, Arun R Murthy
- [PATCH v8 06/14] drm/i915/histogram: Add support for histogram, Arun R Murthy
- [PATCH v8 08/14] drm/i915/histogram: histogram interrupt handling, Arun R Murthy
- [PATCH v8 05/14] drm/i915/histogram: Define registers for histogram, Arun R Murthy
- [PATCH v8 10/14] drm/i915/iet: Add support to writing the IET LUT data, Arun R Murthy
- [PATCH v8 11/14] drm/i915/crtc: Hook i915 IET LUT with the drm IET properties, Arun R Murthy
- [PATCH v8 09/14] drm/i915/histogram: Hook i915 histogram with drm histogram, Arun R Murthy
- [PATCH v8 12/14] drm/i915/histogram: histogram delay counter doesnt reset, Arun R Murthy
- [PATCH v8 13/14] drm/i915/histogram: Histogram changes for Display 20+, Arun R Murthy
- [PATCH v8 14/14] drm/i915/histogram: Enable pipe dithering, Arun R Murthy
[PATCH v2] drm/sched: Use struct for drm_sched_init() params,
Philipp Stanner
[PATCH v2] drm/i915/selftests: avoid using uninitialized context,
Krzysztof Karas
[PATCH v2] MAINTAINERS: Update drm/rcar-du maintainers,
Tomi Valkeinen
[PATCH] MAINTAINERS: Update drm/rcar-du maintainers,
Tomi Valkeinen
[PATCH] dma-buf: fix timeout handling in dma_resv_wait_timeout,
Christian König
[PATCH v2 1/2] dt-bindings: display: renesas, du: narrow interrupts and resets per variants,
Krzysztof Kozlowski
[PATCH] drm/amd/display: restore invalid MSA timing check for freesync,
Melissa Wen
[PATCH v3] drm/i915: Fix page cleanup on DMA remap failure,
Brian Geffon
[no subject], Unknown
[PATCH v12 0/2] drm/atomic: Ease async flip restrictions,
André Almeida
[PATCH] drm/amdgpu: restore wait-free fastpath for GEM_WAIT_IDLE,
Lucas Stach
[PATCH] drm/ast: astdp: Fix timeout for enabling video signal,
Thomas Zimmermann
[PULL] drm-next 6.14 merge window fixes part 1,
Simona Vetter
[PATCH 1/2] dt-bindings: display/msm/dsi-phy: Add header with exposed clock IDs,
Krzysztof Kozlowski
[PATCH] drm/i915/selftests: avoid using uninitialized context,
Krzysztof Karas
[PATCH] drm/hisilicon/hibmc: select CONFIG_DRM_DISPLAY_DP_HELPER,
Arnd Bergmann
[PATCH v2 0/5] misc: fastrpc: Add invokeV2 to support new features,
Ekansh Gupta
[PATCH v1 drm-dp 0/4] Add HPD, getting EDID, colorbar features in DP function,
Yongbang Shi
[PATCH v1 0/2] support for csot-pna957qt1-1 MIPI-DSI panel,
Langyan Ye
[PATCH v1] drm/virtio: Extend blob UAPI with deferred-mapping hinting, Dmitry Osipenko
[PATCH v8 00/13] drm/bridge: cdns-dsi: Fix the color-shift issue,
Aradhya Bhatia
- [PATCH v8 01/13] drm/bridge: cdns-dsi: Fix connecting to next bridge, Aradhya Bhatia
- [PATCH v8 02/13] drm/bridge: cdns-dsi: Fix phy de-init and flag it so, Aradhya Bhatia
- [PATCH v8 03/13] drm/bridge: cdns-dsi: Fix the clock variable for mode_valid(), Aradhya Bhatia
- [PATCH v8 04/13] drm/bridge: cdns-dsi: Check return value when getting default PHY config, Aradhya Bhatia
- [PATCH v8 05/13] drm/bridge: cdns-dsi: Wait for Clk and Data Lanes to be ready, Aradhya Bhatia
- [PATCH v8 06/13] drm/bridge: cdns-dsi: Move to devm_drm_of_get_bridge(), Aradhya Bhatia
- [PATCH v8 07/13] drm/mipi-dsi: Add helper to find input format, Aradhya Bhatia
- [PATCH v8 08/13] drm/bridge: cdns-dsi: Support atomic bridge APIs, Aradhya Bhatia
- [PATCH v8 09/13] drm/bridge: cdns-dsi: Move DSI mode check to _atomic_check(), Aradhya Bhatia
- [PATCH v8 10/13] drm/atomic-helper: Refactor crtc & encoder-bridge op loops into separate functions, Aradhya Bhatia
- [PATCH v8 11/13] drm/atomic-helper: Separate out bridge pre_enable/post_disable from enable/disable, Aradhya Bhatia
- [PATCH v8 12/13] drm/atomic-helper: Re-order bridge chain pre-enable and post-disable, Aradhya Bhatia
- [PATCH v8 13/13] drm/bridge: cdns-dsi: Use pre_enable/post_disable to enable/disable, Aradhya Bhatia
[PATCH AUTOSEL 6.1 2/2] fbdev: omap: use threaded IRQ for LCD DMA, Sasha Levin
[PATCH AUTOSEL 6.6 2/3] fbdev: omap: use threaded IRQ for LCD DMA, Sasha Levin
[PATCH AUTOSEL 6.12 4/7] fbdev: omap: use threaded IRQ for LCD DMA, Sasha Levin
[PATCH AUTOSEL 6.13 5/8] fbdev: omap: use threaded IRQ for LCD DMA, Sasha Levin
Re: [PATCH v2] drm/bridge: Use devm_platform_get_and_ioremap_resource(), Maxime Ripard
[PATCH AUTOSEL 5.4 2/2] drm/sti: hdmi: use eld_mutex to protect access to connector->eld, Sasha Levin
[PATCH AUTOSEL 5.10 2/3] drm/sti: hdmi: use eld_mutex to protect access to connector->eld, Sasha Levin
[PATCH AUTOSEL 5.15 2/3] drm/sti: hdmi: use eld_mutex to protect access to connector->eld, Sasha Levin
[PATCH AUTOSEL 6.1 1/9] drm/virtio: New fence for every plane update,
Sasha Levin
[PATCH AUTOSEL 6.6 01/17] drm/virtio: New fence for every plane update,
Sasha Levin
- [PATCH AUTOSEL 6.6 04/17] drm/bridge: anx7625: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.6 03/17] drm/connector: add mutex to protect ELD from concurrent access, Sasha Levin
- [PATCH AUTOSEL 6.6 05/17] drm/bridge: ite-it66121: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.6 07/17] drm/exynos: hdmi: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.6 06/17] drm/amd/display: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.6 09/17] drm/sti: hdmi: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.6 08/17] drm/radeon: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.6 10/17] drm/vc4: hdmi: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.6 13/17] drm/bridge: it6505: fix HDCP Bstatus check, Sasha Levin
- [PATCH AUTOSEL 6.6 14/17] drm/bridge: it6505: fix HDCP encryption when R0 ready, Sasha Levin
- [PATCH AUTOSEL 6.6 12/17] drm/bridge: it6505: Change definition MAX_HDCP_DOWN_STREAM_COUNT, Sasha Levin
- [PATCH AUTOSEL 6.6 11/17] drm/amd/display: Fix Mode Cutoff in DSC Passthrough to DP2.1 Monitor, Sasha Levin
- [PATCH AUTOSEL 6.6 15/17] drm/bridge: it6505: fix HDCP CTS compare V matching, Sasha Levin
- [PATCH AUTOSEL 6.6 16/17] drm/bridge: it6505: fix HDCP CTS KSV list wait timer, Sasha Levin
[PATCH AUTOSEL 6.12 01/31] drm/virtio: New fence for every plane update,
Sasha Levin
- [PATCH AUTOSEL 6.12 02/31] drm: Add panel backlight quirks, Sasha Levin
- [PATCH AUTOSEL 6.12 04/31] drm: panel-backlight-quirks: Add Framework 13 glossy and 2.8k panels, Sasha Levin
- [PATCH AUTOSEL 6.12 03/31] drm: panel-backlight-quirks: Add Framework 13 matte panel, Sasha Levin
- [PATCH AUTOSEL 6.12 06/31] nvkm: correctly calculate the available space of the GSP cmdq buffer, Sasha Levin
- [PATCH AUTOSEL 6.12 05/31] nvkm/gsp: correctly advance the read pointer of GSP message queue, Sasha Levin
- [PATCH AUTOSEL 6.12 07/31] drm/tests: hdmi: handle empty modes in find_preferred_mode(), Sasha Levin
- [PATCH AUTOSEL 6.12 08/31] drm/tests: hdmi: return meaningful value from set_connector_edid(), Sasha Levin
- [PATCH AUTOSEL 6.12 09/31] drm/amd/display: Populate chroma prefetch parameters, DET buffer fix, Sasha Levin
- [PATCH AUTOSEL 6.12 10/31] drm/amd/display: Overwriting dualDPP UBF values before usage, Sasha Levin
- [PATCH AUTOSEL 6.12 12/31] drm/connector: add mutex to protect ELD from concurrent access, Sasha Levin
- [PATCH AUTOSEL 6.12 13/31] drm/bridge: anx7625: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.12 14/31] drm/bridge: ite-it66121: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.12 15/31] drm/amd/display: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.12 17/31] drm/radeon: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.12 16/31] drm/exynos: hdmi: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.12 19/31] drm/vc4: hdmi: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.12 18/31] drm/sti: hdmi: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.12 20/31] drm/amd/display: Fix Mode Cutoff in DSC Passthrough to DP2.1 Monitor, Sasha Levin
- [PATCH AUTOSEL 6.12 21/31] drm/amdgpu: Don't enable sdma 4.4.5 CTXEMPTY interrupt, Sasha Levin
- [PATCH AUTOSEL 6.12 22/31] drm/amdkfd: Queue interrupt work to different CPU, Sasha Levin
- [PATCH AUTOSEL 6.12 23/31] drm/bridge: it6505: Change definition MAX_HDCP_DOWN_STREAM_COUNT, Sasha Levin
- [PATCH AUTOSEL 6.12 24/31] drm/bridge: it6505: fix HDCP Bstatus check, Sasha Levin
- [PATCH AUTOSEL 6.12 26/31] drm/bridge: it6505: fix HDCP CTS compare V matching, Sasha Levin
- [PATCH AUTOSEL 6.12 29/31] drm/amd/display: Increase sanitizer frame larger than limit when compile testing with clang, Sasha Levin
- [PATCH AUTOSEL 6.12 25/31] drm/bridge: it6505: fix HDCP encryption when R0 ready, Sasha Levin
- [PATCH AUTOSEL 6.12 27/31] drm/bridge: it6505: fix HDCP CTS KSV list wait timer, Sasha Levin
- [PATCH AUTOSEL 6.12 30/31] drm/amd/display: Limit Scaling Ratio on DCN3.01, Sasha Levin
[PATCH AUTOSEL 6.13 01/34] drm/virtio: New fence for every plane update,
Sasha Levin
- [PATCH AUTOSEL 6.13 02/34] drm: Add panel backlight quirks, Sasha Levin
- [PATCH AUTOSEL 6.13 03/34] drm/amd/display: Add support for minimum backlight quirk, Sasha Levin
- [PATCH AUTOSEL 6.13 05/34] drm: panel-backlight-quirks: Add Framework 13 glossy and 2.8k panels, Sasha Levin
- [PATCH AUTOSEL 6.13 04/34] drm: panel-backlight-quirks: Add Framework 13 matte panel, Sasha Levin
- [PATCH AUTOSEL 6.13 06/34] nvkm/gsp: correctly advance the read pointer of GSP message queue, Sasha Levin
- [PATCH AUTOSEL 6.13 07/34] nvkm: correctly calculate the available space of the GSP cmdq buffer, Sasha Levin
- [PATCH AUTOSEL 6.13 08/34] drm/tests: hdmi: handle empty modes in find_preferred_mode(), Sasha Levin
- [PATCH AUTOSEL 6.13 09/34] drm/tests: hdmi: return meaningful value from set_connector_edid(), Sasha Levin
- [PATCH AUTOSEL 6.13 10/34] drm/amd/display: Populate chroma prefetch parameters, DET buffer fix, Sasha Levin
- [PATCH AUTOSEL 6.13 11/34] drm/amd/display: Overwriting dualDPP UBF values before usage, Sasha Levin
- [PATCH AUTOSEL 6.13 14/34] drm/connector: add mutex to protect ELD from concurrent access, Sasha Levin
- [PATCH AUTOSEL 6.13 13/34] drm/msm/dpu: filter out too wide modes if no 3dmux is present, Sasha Levin
- [PATCH AUTOSEL 6.13 16/34] drm/bridge: ite-it66121: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.13 15/34] drm/bridge: anx7625: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.13 18/34] drm/exynos: hdmi: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.13 17/34] drm/amd/display: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.13 19/34] drm/msm/dp: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.13 21/34] drm/sti: hdmi: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.13 20/34] drm/radeon: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.13 23/34] drm/amd/display: Fix Mode Cutoff in DSC Passthrough to DP2.1 Monitor, Sasha Levin
- [PATCH AUTOSEL 6.13 22/34] drm/vc4: hdmi: use eld_mutex to protect access to connector->eld, Sasha Levin
- [PATCH AUTOSEL 6.13 26/34] drm/bridge: it6505: Change definition MAX_HDCP_DOWN_STREAM_COUNT, Sasha Levin
- [PATCH AUTOSEL 6.13 24/34] drm/amdgpu: Don't enable sdma 4.4.5 CTXEMPTY interrupt, Sasha Levin
- [PATCH AUTOSEL 6.13 25/34] drm/amdkfd: Queue interrupt work to different CPU, Sasha Levin
- [PATCH AUTOSEL 6.13 27/34] drm/bridge: it6505: fix HDCP Bstatus check, Sasha Levin
- [PATCH AUTOSEL 6.13 28/34] drm/bridge: it6505: fix HDCP encryption when R0 ready, Sasha Levin
- [PATCH AUTOSEL 6.13 29/34] drm/bridge: it6505: fix HDCP CTS compare V matching, Sasha Levin
- [PATCH AUTOSEL 6.13 30/34] drm/bridge: it6505: fix HDCP CTS KSV list wait timer, Sasha Levin
- [PATCH AUTOSEL 6.13 33/34] drm/amd/display: Limit Scaling Ratio on DCN3.01, Sasha Levin
- [PATCH AUTOSEL 6.13 32/34] drm/amd/display: Increase sanitizer frame larger than limit when compile testing with clang, Sasha Levin
[PATCH v2 0/5] Handheld gaming PC panel orientation quirks,
John Edwards
[PATCH] gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines,
Vitalii Mordan
[PATCH] drm/ttm: use ttm_resource_unevictable() to replace pin_count and swapped, Zhaoyu Liu
[PATCH v3 00/10] drm/display: generic HDMI CEC helpers,
Dmitry Baryshkov
- [PATCH v3 01/10] drm/connector: add CEC-related fields, Dmitry Baryshkov
- [PATCH v3 02/10] drm/display: add CEC helpers code, Dmitry Baryshkov
- [PATCH v3 03/10] drm/display: hdmi-state-helper: handle CEC physical address, Dmitry Baryshkov
- [PATCH v3 06/10] drm/bridge: move private data to the end of the struct, Dmitry Baryshkov
- [PATCH v3 07/10] drm/display: hdmi-cec-helper: add bridge-related functions, Dmitry Baryshkov
- [PATCH v3 05/10] drm/display: bridge-connector: hook in CEC notifier support, Dmitry Baryshkov
- [PATCH v3 04/10] drm/vc4: hdmi: switch to generic CEC helpers, Dmitry Baryshkov
- [PATCH v3 08/10] drm/display: bridge-connector: handle CEC adapters, Dmitry Baryshkov
- [PATCH v3 10/10] drm/bridge: adv7511: switch to the HDMI connector helpers, Dmitry Baryshkov
- [PATCH v3 09/10] drm/bridge: allow limiting I2S formats, Dmitry Baryshkov
[PATCH v2] drm/virtio: Align host mapping request to maximum platform page size,
Sasha Finkelstein via B4 Relay
[linus:master] [drm/tests] 2735d5e406: WARNING:at_drivers/gpu/drm/drm_framebuffer.c:#drm_framebuffer_init[drm], kernel test robot
[PATCH RFT 0/2] drm/bridge: Use per-client debugfs entry,
Wolfram Sang
[PATCH 00/63] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y,
Jim Cromie
- [PATCH 04/63] dyndbg: make ddebug_class_param union members same size, Jim Cromie
- [PATCH 01/63] docs/dyndbg: update examples \012 to \n, Jim Cromie
- [PATCH 03/63] dyndbg: reword "class unknown," to "class:_UNKNOWN_", Jim Cromie
- [PATCH 02/63] test-dyndbg: fixup CLASSMAP usage error, Jim Cromie
- [PATCH 05/63] dyndbg: replace classmap list with a vector, Jim Cromie
- [PATCH 09/63] dyndbg: reduce verbose/debug clutter, Jim Cromie
- [PATCH 06/63] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it, Jim Cromie
- [PATCH 07/63] dyndbg: split param_set_dyndbg_classes to _module & wrapper fns, Jim Cromie
- [PATCH 08/63] dyndbg: drop NUM_TYPE_ARRAY, Jim Cromie
- [PATCH 13/63] dyndbg: reduce verbose=3 messages in ddebug_add_module, Jim Cromie
- [PATCH 14/63] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code, Jim Cromie
- [PATCH 12/63] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap, Jim Cromie
- [PATCH 21/63] dyndbg: allow ddebug_add_module to fail, Jim Cromie
- [PATCH 20/63] dyndbg: drop premature optimization in ddebug_add_module, Jim Cromie
- [PATCH 11/63] dyndbg: tighten ddebug_class_name() 1st arg type, Jim Cromie
- [PATCH 15/63] checkpatch: add an exception to the do-while wrapper advice, Jim Cromie
- [PATCH 19/63] dyndbg: make proper substructs in _ddebug_info, Jim Cromie
- [PATCH 18/63] dyndbg: add/use for_subvec() to reduce boilerplate, Jim Cromie
- [PATCH 24/63] dyndbg: hoist the range-overlap checks, Jim Cromie
- [PATCH 10/63] dyndbg: silence debugs with no-change updates, Jim Cromie
- [PATCH 16/63] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP, Jim Cromie
- [PATCH 23/63] dyndbg: fail modprobe on ddebug_class_range_overlap(), Jim Cromie
- [PATCH 17/63] dyndbg: check DYNDBG_CLASSMAP_DEFINE args at compile-time, Jim Cromie
- [PATCH 25/63] ddebug: cleanup-range-overlap fails, Jim Cromie
- [PATCH 31/63] selftests-dyndbg: add comma_terminator_tests, Jim Cromie
- [PATCH 29/63] dyndbg-doc: add classmap info to howto, Jim Cromie
- [PATCH 26/63] dyndbg-test: change do_prints testpoint to accept a loopct, Jim Cromie
- [PATCH 27/63] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*, Jim Cromie
- [PATCH 30/63] dyndbg: treat comma as a token separator, Jim Cromie
- [PATCH 28/63] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API, Jim Cromie
- [PATCH 33/63] selftests-dyndbg: test_percent_splitting, Jim Cromie
- [PATCH 34/63] docs/dyndbg: explain new delimiters: comma, percent, Jim Cromie
- [PATCH 35/63] selftests-dyndbg: add test_mod_submod, Jim Cromie
- [PATCH 38/63] dyndbg: drop "protection" of class'd pr_debugs from legacy queries, Jim Cromie
- [PATCH 39/63] drm: use correct ccflags-y spelling, Jim Cromie
- [PATCH 37/63] dyndbg: change __dynamic_func_call_cls* macros into expressions, Jim Cromie
- [PATCH 22/63] dyndbg: rework ddebug_attach_*module_classes(), Jim Cromie
- [PATCH 36/63] docs/dyndbg: explain flags parse 1st, Jim Cromie
- [PATCH 41/63] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2, Jim Cromie
- [PATCH 32/63] dyndbg: split multi-query strings with %, Jim Cromie
- [PATCH 40/63] checkpatch: dont warn about unused macro arg on empty body, Jim Cromie
- [PATCH 44/63] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver, Jim Cromie
- [PATCH 45/63] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver, Jim Cromie
- [PATCH 47/63] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper, Jim Cromie
- [PATCH 42/63] drm-dyndbg: adapt DRM to invoke DYNDBG_CLASSMAP_PARAM, Jim Cromie
- [PATCH 46/63] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper, Jim Cromie
- [PATCH 52/63] drm-dyndbg: add DRM_CLASSMAP_USE to bochs, Jim Cromie
- [PATCH 51/63] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm, Jim Cromie
- [PATCH 43/63] drm-print: fix config-dependent unused variable, Jim Cromie
- [PATCH 49/63] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver, Jim Cromie
- [PATCH 50/63] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu, Jim Cromie
- [PATCH 55/63] drm-dyndbg: add DRM_CLASSMAP_USE to radeon, Jim Cromie
- [PATCH 48/63] drm-dyndbg: DRM_CLASSMAP_USE in nouveau, Jim Cromie
- [PATCH 61/63] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver, Jim Cromie
- [PATCH 59/63] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver, Jim Cromie
- [PATCH 63/63] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN, Jim Cromie
- [PATCH 53/63] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv, Jim Cromie
- [PATCH 57/63] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver, Jim Cromie
- [PATCH 64/64] This series fixes dyndbg (dynamic debug) classmap support for DRM., Jim Cromie
- [PATCH 54/63] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver, Jim Cromie
- [PATCH 56/63] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver, Jim Cromie
- [PATCH 62/63] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver, Jim Cromie
- [PATCH 58/63] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver, Jim Cromie
- [PATCH 60/63] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver, Jim Cromie
[PATCH] drm/i915: Remove unused live_context_for_engine,
linux
[PATCH] drm/kmb: Remove unused const and defines,
linux
[PATCH RESEND] drm/virtio: Align host mapping request to maximum platform page size,
Sasha Finkelstein via B4 Relay
[PATCH v6 0/7] drm/msm: make use of the HDMI connector infrastructure,
Dmitry Baryshkov
[PATCH v1 0/2] nouveau/svm: fix + cleanup for nouveau_atomic_range_fault(),
David Hildenbrand
[PATCH] accel/amdxdna: Refactor hardware context destroy routine, Lizhi Hou
[PATCH] drm_mode: document that pageflip events must always be sent, Xaver Hugl
[PATCH v2] drm/ast: Fix ast_dp connection status,
Jocelyn Falempe
[PATCH 0/6] drm: introduce atomic_needs_modeset() callbacks,
Dmitry Baryshkov
[PATCH] drm/ast: Fix default resolution on BMC when DP is not connected,
Jocelyn Falempe
[PATCH 00/15] drm/ast: Clean up display-mode detection and validation,
Thomas Zimmermann
- [PATCH 03/15] drm/ast: Reorganize widescreen test around hardware Gens, Thomas Zimmermann
- [PATCH 08/15] drm/ast: Find VBIOS mode from regular display size, Thomas Zimmermann
- [PATCH 06/15] drm/ast: Add support_wuxga flag to struct ast_device, Thomas Zimmermann
- [PATCH 11/15] drm/ast: Validate DRM display modes against VBIOS modes, Thomas Zimmermann
- [PATCH 10/15] drm/ast: Add helpers for VBIOS mode lookup, Thomas Zimmermann
- [PATCH 07/15] drm/ast: Always validate H/V sync flags, Thomas Zimmermann
- [PATCH 05/15] drm/ast: Add support_fullhd flag to struct ast_device, Thomas Zimmermann
- [PATCH 09/15] drm/ast: Add empty initializer for VBIOS modes, Thomas Zimmermann
- [PATCH 13/15] drm/ast: astdp: Rework display-mode setting, Thomas Zimmermann
- [PATCH 02/15] drm/ast: Align naming in widescreen detection code to manual, Thomas Zimmermann
- [PATCH 12/15] drm/ast: Inline ast_get_vbios_mode_info(), Thomas Zimmermann
- [PATCH 15/15] drm/ast: Only look up VBIOS mode on full modesets, Thomas Zimmermann
- [PATCH 04/15] drm/ast: Rename support_widescreen to support_wsxga_p, Thomas Zimmermann
- [PATCH 14/15] drm/ast: Remove struct ast_vbios_mode_info, Thomas Zimmermann
- [PATCH 01/15] drm/ast: Remove 1152x864 from list of widescreen resolutions, Thomas Zimmermann
[PATCH v11 0/5] Introduce DRM device wedged event,
Raag Jadav
[no subject], Unknown
[PATCH 0/7] Enable Aux based Nits brightness control for eDP,
Suraj Kandpal
[PATCH 0/3] drm/bridge: it6505: fix DP link traning and improve compatibility,
Hermes Wu via B4 Relay
[PATCH v9 0/5] drm/panthor: Display size of internal kernel BOs through fdinfo,
Adrián Larumbe
[PATCH v2 0/2] Add HDMI audio on the Radxa ROCK 5B,
Detlev Casanova
[PATCH v2] drm/vmwgfx: Fix dumb buffer leak, Ian Forbes
[GIT PULL] fbdev fixes and cleanups for v6.14-rc1,
Helge Deller
[PATCH] MAINTAINERS: Remove Noralf Trønnes as driver maintainer,
Noralf Trønnes via B4 Relay
[PATCH v1] drm/i915/guc: Always disable interrupt ahead of synchronize_irq,
Zhanjun Dong
[PATCH 0/5] drm: strict type checking for drm_device based logging helpers,
Jani Nikula
[PATCH 3/5] drm/sched: stop passing non struct drm_device to drm_err() and friends, Jani Nikula
[PATCH 4/5] drm/print: Include drm_device.h, Jani Nikula
[PATCH 5/5] drm/print: require struct drm_device for drm_err() and friends, Jani Nikula
[PATCH v2 0/5] kci-gitlab: Introducing GitLab-CI Pipeline for Kernel Testing,
Vignesh Raman
[Index of Archives]
[Linux DRI Users]
[Linux Intel Graphics]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Scanners]
[Yosemite Answers]