messages from 2023-11-07 12:29:04 to 2023-11-08 10:44:58 UTC [more...]
[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
2023-11-08 10:43 UTC (17+ messages)
` [PATCH 01/17] dt-bindings: hwinfo: samsung, exynos-chipid: "
` [PATCH 02/17] dt-bindings: i2c: exynos5: "
` [PATCH 03/17] dt-bindings: i2c: samsung, s3c2410-i2c: "
` [PATCH 04/17] dt-bindings: mmc: samsung, exynos-dw-mshc: "
` [PATCH 05/17] dt-bindings: pinctrl: samsung: "
` [PATCH 06/17] dt-bindings: rtc: s3c-rtc: "
` [PATCH 07/17] dt-bindings: serial: samsung: "
` [PATCH 08/17] dt-bindings: samsung: exynos-pmu: "
` [PATCH 09/17] dt-bindings: gpu: arm, mali-midgard: add specific compatibles for existing Exynos SoC
` [PATCH 10/17] dt-bindings: iio: samsung, exynos-adc: add specific compatibles for existing SoC
` [PATCH 11/17] ASoC: dt-bindings: samsung-i2s: "
` [PATCH 12/17] dt-bindings: pwm: samsung: "
` [PATCH 13/17] arm64: dts: exynos5433: add specific compatibles to several blocks
` [PATCH 14/17] arm64: dts: exynos7: "
` [PATCH 15/17] arm64: dts: exynos7885: "
` [PATCH 16/17] arm64: dts: exynos850: "
[RFC PATCH 00/10] Color Pipeline API w/ VKMS
2023-11-08 10:16 UTC (15+ messages)
` [RFC PATCH 01/10] drm/doc/rfc: Describe why prescriptive color pipeline is needed
[PATCH] drm: i915: Adapt to -Walloc-size
2023-11-08 9:47 UTC (2+ messages)
[RFC v4 0/5] Proposal to use netlink for RAS and Telemetry across drm subsystem
2023-11-08 9:24 UTC (8+ messages)
[PATCH] drm/amd/display: remove duplicated argument
2023-11-08 7:36 UTC (3+ messages)
[PATCH v9 0/6] Panel replay phase1 implementation
2023-11-08 8:44 UTC (8+ messages)
` [PATCH v9 1/6] drm/panelreplay: dpcd register definition for panelreplay
` [PATCH v9 2/6] drm/i915/psr: Move psr specific dpcd init into own function
` [PATCH v9 3/6] drm/i915/panelreplay: Initializaton and compute config for panel replay
` [PATCH v9 4/6] drm/i915/panelreplay: Enable panel replay dpcd initialization for DP
` [PATCH v9 5/6] drm/i915/panelreplay: enable/disable panel replay
` [PATCH v9 6/6] drm/i915/panelreplay: Debugfs support for "
[PATCH] drm/ttm: Schedule delayed_delete worker closer
2023-11-08 8:36 UTC (3+ messages)
[PATCH] drm/Makefile: Move tiny drivers before native drivers
2023-11-08 8:24 UTC (3+ messages)
[PATCH v3 00/16] drm: Convert to platform remove callback returning void
2023-11-08 7:54 UTC (4+ messages)
` [PATCH v3 08/16] drm/exynos: "
[PATCH] nouveau/gsp/r535: Fix a NULL vs error pointer bug
2023-11-08 7:40 UTC
[PATCH] drm/amd/pm: replace 1-element arrays with flexible-array members
2023-11-08 7:29 UTC (2+ messages)
[PATCH v2] drm/mediatek: Add spinlock for setting vblank event in atomic_begin
2023-11-08 7:27 UTC (2+ messages)
[PATCH] drm/amd/pm: clean up redundant comparisons with 0
2023-11-08 7:02 UTC (5+ messages)
[PATCH] drm/amd/pm: replace 1-element arrays with flexible-array members
2023-11-08 6:55 UTC
[PATCH] drm/qxl: prevent memory leak
2023-11-08 7:01 UTC (4+ messages)
[PATCH] drm/amdgpu: remove unused MES_LOG_BUFFER struct
2023-11-08 6:55 UTC
[PATCH] drm/sched: fix potential page fault in drm_sched_job_init()
2023-11-08 6:33 UTC (3+ messages)
Blank screen on boot of Linux 6.5 and later on Lenovo ThinkPad L570
2023-11-08 5:23 UTC (15+ messages)
[RFC PATCH v3 00/12] Device Memory TCP
2023-11-08 3:48 UTC (33+ messages)
` [RFC PATCH v3 04/12] netdev: support binding dma-buf to netdevice
` [RFC PATCH v3 05/12] netdev: netdevice devmem allocator
` [RFC PATCH v3 06/12] memory-provider: dmabuf devmem memory provider
` [RFC PATCH v3 07/12] page-pool: device memory support
` [RFC PATCH v3 08/12] net: support non paged skb frags
` [RFC PATCH v3 10/12] tcp: RX path for devmem TCP
[PATCH v3] drm: amd: Resolve Sphinx unexpected indentation warning
2023-11-08 4:07 UTC (3+ messages)
[PATCH v8 3/5] drm/sched: Split free_job into own work item
2023-11-08 3:29 UTC (7+ messages)
` [PATCH] drm/sched: Don't disturb the entity when in RR-mode scheduling
[git pull] drm next + fixes for 6.7-rc1
2023-11-08 1:28 UTC (2+ messages)
[PATCH drm-misc-next v9 00/12] [RFC] DRM GPUVM features
2023-11-08 0:12 UTC (13+ messages)
` [PATCH drm-misc-next v9 01/12] drm/gpuvm: convert WARN() to drm_WARN() variants
` [PATCH drm-misc-next v9 02/12] drm/gpuvm: don't always WARN in drm_gpuvm_check_overflow()
` [PATCH drm-misc-next v9 03/12] drm/gpuvm: export drm_gpuvm_range_valid()
` [PATCH drm-misc-next v9 04/12] drm/nouveau: make use of drm_gpuvm_range_valid()
` [PATCH drm-misc-next v9 05/12] drm/gpuvm: add common dma-resv per struct drm_gpuvm
` [PATCH drm-misc-next v9 06/12] drm/nouveau: make use of the GPUVM's shared dma-resv
` [PATCH drm-misc-next v9 07/12] drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm
` [PATCH drm-misc-next v9 08/12] drm/nouveau: separately allocate struct nouveau_uvmm
` [PATCH drm-misc-next v9 09/12] drm/gpuvm: reference count drm_gpuvm structures
` [PATCH drm-misc-next v9 10/12] drm/gpuvm: add an abstraction for a VM / BO combination
` [PATCH drm-misc-next v9 11/12] drm/gpuvm: track/lock/validate external/evicted objects
` [PATCH drm-misc-next v9 12/12] drm/nouveau: use GPUVM common infrastructure
Fwd: 01f05940a9a75e11a2be64993c44ad8dd06e6e26 causes Wayland servers to flicker in non-gl virtio QEMU cards
2023-11-08 0:11 UTC
[PATCH 0/3] drm/ci: Add support for SM8250 Gitlab Runner
2023-11-08 0:10 UTC (4+ messages)
[PATCH] nouveau/gsp: fix UBSAN array bounds warning in PACKED_REGISTRY_TABLE
2023-11-08 0:00 UTC (3+ messages)
` [Nouveau] "
[PATCH] nouveau: use an rwlock for the event lock
2023-11-07 23:40 UTC (2+ messages)
` [Nouveau] "
6.7/regression/KASAN: null-ptr-deref in amdgpu_ras_reset_error_count+0x2d6
2023-11-07 23:24 UTC (5+ messages)
[PATCH v4 06/30] drm/dp_mst: Allow DSC in any Synaptics last branch device
2023-11-07 22:45 UTC (13+ messages)
` [PATCH v4 07/30] drm/dp: Add DP_HBLANK_EXPANSION_CAPABLE and DSC_PASSTHROUGH_EN DPCD flags
` [PATCH v4 08/30] drm/dp_mst: Add HBLANK expansion quirk for Synaptics MST hubs
` [PATCH v4 09/30] drm/dp: Add helpers to calculate the link BW overhead
` [PATCH v5 "
[RFC PATCH v3 09/12] net: add support for skbs with unreadable frags
2023-11-07 22:23 UTC (21+ messages)
[PATCH v6 0/5] Add a few panels and use correct modes
2023-11-07 21:52 UTC (9+ messages)
` [PATCH v6 1/5] drm/panel-edp: drm/panel-edp: Fix AUO B116XAK01 name and timing
` [PATCH v6 2/5] drm/panel-edp: drm/panel-edp: Fix AUO B116XTN02 name
` [PATCH v6 3/5] drm/panel-edp: drm/panel-edp: Add several generic edp panels
` [PATCH v6 4/5] drm/panel-edp: Add override_edid_mode quirk for generic edp
` [PATCH v6 5/5] drm/panel-edp: Avoid adding multiple preferred modes
[PATCH v3 0/6] MDSS reg bus interconnect
2023-11-07 21:32 UTC (4+ messages)
` [PATCH v3 2/6] dt-bindings: display/msm: Add reg bus and rotator interconnects
[PATCH v7 0/7] incorporate pm runtime framework and eDP clean up
2023-11-07 21:23 UTC (4+ messages)
[RFC PATCH v2 00/17] Color Pipeline API w/ VKMS
2023-11-07 21:17 UTC (17+ messages)
` [RFC PATCH v2 06/17] drm/doc/rfc: Describe why prescriptive color pipeline is needed
[PATCH] drm/amd/display: clean up redundant conversions to bool
2023-11-07 17:07 UTC (3+ messages)
[PATCH 00/22] fb: handle remove callbacks in .exit.text and convert to .remove_new
2023-11-07 20:37 UTC (5+ messages)
` [PATCH 02/22] fb: atmel_lcdfb: Stop using platform_driver_probe()
[PATCH v2] drm: amd: Resolve Sphinx unexpected indentation warning
2023-11-07 15:34 UTC (3+ messages)
nouveau/gsp: move to latest fw and small fixes
2023-11-07 19:02 UTC (5+ messages)
` [PATCH 3/3] nouveau/gsp: add some basic registry entries
` [Nouveau] "
[PATCH] drm/bridge: tc358767: Support input format negotiation hook
2023-11-07 18:31 UTC (5+ messages)
[PATCH v5 0/4] Add a few panels and use correct modes
2023-11-07 17:57 UTC (5+ messages)
` [PATCH v5 1/4] drm/panel-edp: drm/panel-edp: Fix AUO B116XTN02, B116XAK01 name and timing
` [PATCH v5 4/4] drm/panel-edp: Avoid adding multiple preferred modes
[PATCH] drm/msm: remove exra drm_kms_helper_poll_init() call
2023-11-07 17:23 UTC (2+ messages)
[PATCH] nouveau/gsp/r535: uninitialized variable in r535_gsp_acpi_mux_id()
2023-11-07 16:35 UTC (2+ messages)
[PATCH] drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64
2023-11-07 15:35 UTC (2+ messages)
[RFC PATCH 03/10] drm/mipi-dsi: add API for manual control over the DSI link power state
2023-11-07 15:26 UTC (11+ messages)
[PATCH v12 0/4] Add RZ/{G2L,G2LC} and RZ/V2L Display Unit support
2023-11-07 13:56 UTC (3+ messages)
` [PATCH v12 3/4] drm: renesas: Add RZ/G2L DU Support
[PATCH AUTOSEL 6.6 01/40] drm/gma500: Fix call trace when psb_gem_mm_init() fails
2023-11-07 13:38 UTC (3+ messages)
` [PATCH AUTOSEL 6.6 21/40] drm/radeon: Fix UBSAN array-index-out-of-bounds for Radeon HD 5430
[PATCH drm-misc-next v3] drm/sched: implement dynamic job-flow control
2023-11-07 13:03 UTC (8+ messages)
[PATCH 0/5] accel/ivpu: Replace IPC kthread with threaded IRQ
2023-11-07 12:35 UTC (6+ messages)
` [PATCH 1/5] accel/ivpu: Rename cons->rx_msg_lock
` [PATCH 2/5] accel/ivpu: Do not use irqsave in ivpu_ipc_dispatch
` [PATCH 3/5] accel/ivpu: Do not use cons->aborted for job_done_thread
` [PATCH 4/5] accel/ivpu: Use dedicated work for job timeout detection
` [PATCH 5/5] accel/ivpu: Use threaded IRQ to handle JOB done messages
[PATCH AUTOSEL 4.14 1/4] drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7
2023-11-07 12:32 UTC (3+ messages)
` [PATCH AUTOSEL 4.14 2/4] drm/radeon: Fix UBSAN array-index-out-of-bounds for Radeon HD 5430
` [PATCH AUTOSEL 4.14 3/4] drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga
[PATCH AUTOSEL 4.19 1/5] drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7
2023-11-07 12:32 UTC (4+ messages)
` [PATCH AUTOSEL 4.19 2/5] drm/radeon: Fix UBSAN array-index-out-of-bounds for Radeon HD 5430
` [PATCH AUTOSEL 4.19 3/5] drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga
` [PATCH AUTOSEL 4.19 4/5] drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL
[PATCH AUTOSEL 5.4 1/6] drm/komeda: drop all currently held locks if deadlock happens
2023-11-07 12:31 UTC (5+ messages)
` [PATCH AUTOSEL 5.4 2/6] drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7
` [PATCH AUTOSEL 5.4 3/6] drm/radeon: Fix UBSAN array-index-out-of-bounds for Radeon HD 5430
` [PATCH AUTOSEL 5.4 4/6] drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga
` [PATCH AUTOSEL 5.4 5/6] drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL
[PATCH AUTOSEL 5.10 01/11] drm/komeda: drop all currently held locks if deadlock happens
2023-11-07 12:30 UTC (10+ messages)
` [PATCH AUTOSEL 5.10 02/11] drm/msm/dp: skip validity check for DP CTS EDID checksum
` [PATCH AUTOSEL 5.10 03/11] drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7
` [PATCH AUTOSEL 5.10 04/11] drm/radeon: Fix UBSAN array-index-out-of-bounds for Radeon HD 5430
` [PATCH AUTOSEL 5.10 05/11] drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga
` [PATCH AUTOSEL 5.10 06/11] drm/amdgpu: Fix potential null pointer derefernce
` [PATCH AUTOSEL 5.10 07/11] drm/panel: fix a possible null pointer dereference
` [PATCH AUTOSEL 5.10 08/11] drm/panel/panel-tpo-tpg110: "
` [PATCH AUTOSEL 5.10 09/11] drm/panel: st7703: Pick different reset sequence
` [PATCH AUTOSEL 5.10 10/11] drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL
[PATCH AUTOSEL 5.15 01/20] drm/komeda: drop all currently held locks if deadlock happens
2023-11-07 12:29 UTC (15+ messages)
` [PATCH AUTOSEL 5.15 02/20] drm/amdkfd: Fix a race condition of vram buffer unref in svm code
` [PATCH AUTOSEL 5.15 03/20] drm/amd/display: use full update for clip size increase of large plane source
` [PATCH AUTOSEL 5.15 07/20] drm: vmwgfx_surface.c: copy user-array safely
` [PATCH AUTOSEL 5.15 08/20] drm/msm/dp: skip validity check for DP CTS EDID checksum
` [PATCH AUTOSEL 5.15 09/20] drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7
` [PATCH AUTOSEL 5.15 10/20] drm/radeon: Fix UBSAN array-index-out-of-bounds for Radeon HD 5430
` [PATCH AUTOSEL 5.15 11/20] drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga
` [PATCH AUTOSEL 5.15 12/20] drm/amdgpu: Fix potential null pointer derefernce
` [PATCH AUTOSEL 5.15 13/20] drm/panel: fix a possible null pointer dereference
` [PATCH AUTOSEL 5.15 14/20] drm/panel/panel-tpo-tpg110: "
` [PATCH AUTOSEL 5.15 15/20] drm/amdgpu/vkms: "
` [PATCH AUTOSEL 5.15 16/20] drm/panel: st7703: Pick different reset sequence
` [PATCH AUTOSEL 5.15 17/20] drm/amdkfd: Fix shift out-of-bounds issue
` [PATCH AUTOSEL 5.15 18/20] drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL
[PATCH AUTOSEL 6.1 01/25] drm/gma500: Fix call trace when psb_gem_mm_init() fails
2023-11-07 12:27 UTC (6+ messages)
` [PATCH AUTOSEL 6.1 19/25] drm/radeon: fix a possible null pointer dereference
` [PATCH AUTOSEL 6.1 20/25] drm/amdgpu/vkms: "
` [PATCH AUTOSEL 6.1 21/25] drm/panel: st7703: Pick different reset sequence
` [PATCH AUTOSEL 6.1 22/25] drm/amdkfd: Fix shift out-of-bounds issue
` [PATCH AUTOSEL 6.1 23/25] drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox