messages from 2023-07-28 13:25:43 to 2023-07-30 01:19:38 UTC [more...]
[PATCH v3 00/13] drm/msm/dpu: use managed memory allocations
2023-07-30 1:19 UTC (9+ messages)
` [PATCH v3 01/13] drm/msm/dpu: cleanup dpu_kms_hw_init error path
` [PATCH v3 02/13] drm/msm/dpu: remove IS_ERR_OR_NULL for dpu_hw_intr_init() error handling
` [PATCH v3 03/13] drm/msm/dpu: use devres-managed allocation for interrupts data
` [PATCH v3 04/13] drm/msm/dpu: use devres-managed allocation for VBIF data
` [PATCH v3 05/13] drm/msm/dpu: use devres-managed allocation for MDP TOP
` [PATCH v3 06/13] drm/msm/dpu: use devres-managed allocation for HW blocks
` [PATCH v3 07/13] drm/msm/dpu: drop unused dpu_plane::lock
` [PATCH v3 08/13] drm/msm/dpu: remove QoS teardown on plane destruction
[PATCH v2 00/13] drm/msm/dpu: use managed memory allocations
2023-07-30 1:15 UTC (16+ messages)
` [PATCH v2 01/13] drm/msm/dpu: cleanup dpu_kms_hw_init error path
` [PATCH v2 06/13] drm/msm/dpu: use devres-managed allocation for HW blocks
` [PATCH v2 07/13] drm/msm/dpu: drop unused dpu_plane::lock
` [PATCH v2 09/13] drm/msm/dpu: use drmm-managed allocation for dpu_plane
` [PATCH v2 10/13] drm/msm/dpu: use drmm-managed allocation for dpu_crtc
` [PATCH v2 11/13] drm/msm/dpu: use drmm-managed allocation for dpu_encoder_phys
` [PATCH v2 12/13] drm/msm/dpu: drop dpu_encoder_phys_ops::destroy
[PATCH 0/3] drm/display: simplify support for transparent DRM bridges
2023-07-30 1:08 UTC (7+ messages)
` [PATCH 1/3] drm/display: add transparent bridge helper
` [PATCH 2/3] phy: qcom: qmp-combo: switch to DRM_SIMPLE_BRIDGE
` [PATCH 3/3] usb: typec: nb7vpq904m: "
[PATCH v5 00/10] drm/msm/dpu: cleanup dpu_core_perf module
2023-07-30 1:01 UTC (11+ messages)
` [PATCH v5 01/10] drm/msm/dpu: drop enum dpu_core_perf_data_bus_id
` [PATCH v5 02/10] drm/msm/dpu: bail from _dpu_core_perf_crtc_update_bus if there are no ICC paths
` [PATCH v5 03/10] drm/msm/dpu: drop separate dpu_core_perf_tune overrides
` [PATCH v5 04/10] drm/msm/dpu: rework indentation in dpu_core_perf
` [PATCH v5 05/10] drm/msm/dpu: drop the dpu_core_perf_crtc_update()'s stop_req param
` [PATCH v5 06/10] drm/msm/dpu: use dpu_perf_cfg in DPU core_perf code
` [PATCH v5 07/10] drm/msm/dpu: remove unused fields from struct dpu_core_perf
` [PATCH v5 08/10] drm/msm/dpu: remove extra clk_round_rate() call
` [PATCH v5 09/10] drm/msm/dpu: move max clock decision to dpu_kms
` [PATCH v5 10/10] drm/msm/dpu: drop dpu_core_perf_destroy()
[PATCH v2 0/8] drm/msm/dpu: drop DPU_INTF_TE and DPU_PINGPONG_TE
2023-07-30 0:35 UTC (9+ messages)
` [PATCH v2 1/8] drm/msm/dpu: inline _setup_pingpong_ops()
` [PATCH v2 2/8] drm/msm/dpu: enable PINGPONG TE operations only when supported by HW
` [PATCH v2 3/8] drm/msm/dpu: drop the DPU_PINGPONG_TE flag
` [PATCH v2 4/8] drm/msm/dpu: inline _setup_intf_ops()
` [PATCH v2 5/8] drm/msm/dpu: enable INTF TE operations only when supported by HW
` [PATCH v2 6/8] drm/msm/dpu: drop DPU_INTF_TE feature flag
` [PATCH v2 7/8] drm/msm/dpu: drop useless check from dpu_encoder_phys_cmd_te_rd_ptr_irq()
` [PATCH v2 8/8] drm/msm/dpu: move INTF tearing checks to dpu_encoder_phys_cmd_init
[PATCH 0/7] drm/msm/dpu: drop DPU_INTF_TE and DPU_PINGPONG_TE
2023-07-30 0:22 UTC (20+ messages)
` [PATCH 1/7] drm/msm/dpu: enable PINGPONG TE operations only when supported by HW
` [PATCH 3/7] drm/msm/dpu: inline _setup_intf_ops()
` [PATCH 4/7] drm/msm/dpu: enable INTF TE operations only when supported by HW
` [PATCH 7/7] drm/msm/dpu: move INTF tearing checks to dpu_encoder_phys_cmd_init
[PATCH v2 0/4] drm/msm/dpu: simplify DPU sub-blocks info
2023-07-30 0:19 UTC (4+ messages)
` [PATCH v2 3/4] drm/msm/dpu: deduplicate some (most) of SSPP sub-blocks
[PATCH v2 0/7] drm/msm/dpu: use UBWC data from MDSS driver
2023-07-29 23:45 UTC (12+ messages)
` [PATCH v2 1/7] drm/msm/mdss: correct UBWC programming for SM8550
` [PATCH v2 2/7] drm/msm/mdss: rename ubwc_version to ubwc_enc_version
` [PATCH v2 3/7] drm/msm/mdss: export UBWC data
` [PATCH v2 4/7] drm/msm/mdss: populate missing data
` [PATCH v2 5/7] drm/msm/dpu: use MDSS data for programming SSPP
` [PATCH v2 6/7] drm/msm/dpu: drop UBWC configuration
` [PATCH v2 7/7] drm/msm/dpu: drop BWC features from DPU_MDP_foo namespace
[PATCH v4 0/7] drm/msm/dpu: change interrupts code to make 0 be the no IRQ
2023-07-29 22:27 UTC (8+ messages)
` [PATCH v4 1/7] drm/msm/dpu: remove irq_idx argument from IRQ callbacks
` [PATCH v4 2/7] drm/msm/dpu: extract dpu_core_irq_is_valid() helper
` [PATCH v4 3/7] drm/msm/dpu: add helper to get IRQ-related data
` [PATCH v4 4/7] drm/msm/dpu: make the irq table size static
` [PATCH v4 5/7] drm/msm/dpu: stop using raw IRQ indices in the kernel output
` [PATCH v4 6/7] drm/msm/dpu: stop using raw IRQ indices in the kernel traces
` [PATCH v4 7/7] drm/msm/dpu: shift IRQ indices by 1
[PATCH v3 0/6] drm/msm/dpu: change interrupts code to make 0 be the no IRQ
2023-07-29 19:10 UTC (13+ messages)
` [PATCH v3 1/6] drm/msm/dpu: remove irq_idx argument from IRQ callbacks
` [PATCH v3 2/6] drm/msm/dpu: extract dpu_core_irq_is_valid() helper
` [PATCH v3 3/6] drm/msm/dpu: add helper to get IRQ-related data
` [PATCH v3 4/6] drm/msm/dpu: make the irq table size static
` [PATCH v3 5/6] drm/msm/dpu: stop using raw IRQ indices in the kernel output
` [PATCH v3 6/6] drm/msm/dpu: shift IRQ indices by 1
[PATCH v2 0/4] drm/msm/dpu: change interrupts code to make 0 be the no IRQ
2023-07-29 18:36 UTC (5+ messages)
` [PATCH v2 4/4] drm/msm/dpu: shift IRQ indices by 1
[PATCH] clk: qcom: gcc-sm8250: Fix gcc_sdcc2_apps_clk_src
2023-07-29 12:39 UTC (3+ messages)
[PATCH 0/4] Add pm8916 VM-BMS and LBC
2023-07-29 12:15 UTC (10+ messages)
` [PATCH 1/4] dt-bindings: power: supply: Add pm8916 VM-BMS
` [PATCH 2/4] dt-bindings: power: supply: Add pm8916 LBC
` [PATCH 3/4] power: supply: Add pm8916 VM-BMS support
` [PATCH 4/4] power: supply: Add driver for pm8916 lbc
[PATCH 1/4] interconnect: qcom: icc-rpm: Add AB/IB calculations coefficients
2023-07-29 9:25 UTC (2+ messages)
[PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
2023-07-29 8:47 UTC (4+ messages)
` [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker
[PATCH V5 0/3] Introduce the read-modify-write API to collect
2023-07-29 0:34 UTC (5+ messages)
` [PATCH V5 1/3] firmware: qcom_scm: provide a read-modify-write function
[PATCH v4 00/11] Add multipd remoteproc support
2023-07-29 0:30 UTC (3+ messages)
` [PATCH v4 07/11] firmware: qcom_scm: ipq5332: add msa lock/unlock support
[PATCH RFC v5 00/10] Support for Solid Fill Planes
2023-07-29 0:05 UTC (14+ messages)
` [PATCH RFC v5 01/10] drm: Introduce pixel_source DRM plane property
` [PATCH RFC v5 02/10] drm: Introduce solid fill "
` [PATCH RFC v5 03/10] drm: Add solid fill pixel source
` [PATCH RFC v5 04/10] drm/atomic: Add pixel source to plane state dump
` [PATCH RFC v5 05/10] drm/atomic: Add solid fill data "
` [PATCH RFC v5 06/10] drm/atomic: Move framebuffer checks to helper
` [PATCH RFC v5 07/10] drm/atomic: Loosen FB atomic checks
` [PATCH RFC v5 08/10] drm/msm/dpu: Allow NULL FBs in atomic commit
` [PATCH RFC v5 09/10] drm/msm/dpu: Use DRM solid_fill property
` [PATCH RFC v5 10/10] drm/msm/dpu: Add solid fill and pixel source properties
[PATCH v2] drm/panel: Enable DSC and CMD mode for Visionox VTDR6130 panel
2023-07-28 23:21 UTC (4+ messages)
[PATCH 00/33] Qualcomm video decoder/encoder driver
2023-07-28 22:48 UTC (62+ messages)
` [PATCH 01/33] MAINTAINERS: Add Qualcomm Iris video accelerator driver
` [PATCH 02/33] iris: vidc: add core functions
` [PATCH 03/33] iris: vidc: add v4l2 wrapper file
` [PATCH 05/33] iris: vidc: add vb2 ops
` [PATCH 06/33] iris: vidc: define video core and instance context
` [PATCH 07/33] iris: iris: add video encoder files
` [PATCH 08/33] iris: vidc: add video decoder files
` [PATCH 09/33] iris: vidc: add control files
` [PATCH 11/33] iris: vidc: add helpers for memory management
` [PATCH 12/33] iris: vidc: add helper functions for resource management
` [PATCH 13/33] iris: vidc: add helper functions for power management
` [PATCH 14/33] iris: vidc: add helpers for state management
` [PATCH 15/33] iris: add vidc buffer files
` [PATCH 16/33] iris: add helpers for media format
` [PATCH 17/33] iris: vidc: define various structures and enum
` [PATCH 18/33] iris: vidc: hfi: add Host Firmware Interface (HFI)
` [PATCH 19/33] iris: vidc: hfi: add Host Firmware Interface (HFI) response handling
` [PATCH 20/33] iris: vidc: hfi: add helpers for handling shared queues
` [PATCH 21/33] iris: vidc: hfi: Add packetization layer
` [PATCH 22/33] iris: vidc: hfi: defines HFI properties and enums
` [PATCH 23/33] iris: vidc: add PIL functionality for video firmware
` [PATCH 24/33] iris: vidc: add debug files
` [PATCH 25/33] iris: platform: add platform files
` [PATCH 26/33] iris: platform: sm8550: add capability file for sm8550
` [PATCH 27/33] iris: variant: add helper functions for register handling
` [PATCH 28/33] iris: variant: iris3: add iris3 specific ops
` [PATCH 29/33] iris: variant: iris3: add helpers for buffer size calculations
` [PATCH 30/33] iris: variant: iris3: add helper for bus and clock calculation
` [PATCH 31/33] iris: variant: iris: implement the logic to compute bus bandwidth
` [PATCH 32/33] iris: variant: iris3: implement logic to compute clock frequency
` [PATCH 33/33] iris: enable building of iris video driver
` [PATCH 10/33] iris: vidc: add helper functions
[PATCH 0/4] Venus driver fixes to avoid possible OOB accesses
2023-07-28 21:14 UTC (5+ messages)
` [PATCH 2/4] venus: hfi: fix the check to handle session buffer requirement
` [PATCH 3/4] venus: hfi: add checks to handle capabilities from firmware
[PATCH v6 0/3] drm/bridge_connector: implement OOB HPD handling
2023-07-28 19:44 UTC (5+ messages)
` [PATCH v6 2/3] drm/bridge_connector: stop filtering events in drm_bridge_connector_hpd_cb()
` [PATCH v6 3/3] drm/bridge_connector: implement oob_hotplug_event
[PATCH 0/6] drm/msm/dpu: use UBWC data from MDSS driver
2023-07-28 19:29 UTC (8+ messages)
` [PATCH 5/6] drm/msm/dpu: use MDSS data for programming SSPP
[PATCH v4 00/11] drm/panel and i2c-hid: Allow panels and touchscreens to power sequence together
2023-07-28 17:24 UTC (3+ messages)
[PATCH v1] arm64: dts: qcom: sc7280: Add PCIe0 node
2023-07-28 15:57 UTC (4+ messages)
[PATCH 0/9] Use dev_err_probe in i2c probe function
2023-07-28 15:53 UTC (3+ messages)
` [PATCH 1/9] i2c: bcm2835: Use dev_err_probe in "
[PATCH v2 00/13] drm/msm/adreno: Move away from legacy revision matching
2023-07-28 15:43 UTC (7+ messages)
` [PATCH v2 06/13] drm/msm/adreno: Allow SoC specific gpu device table entries
` [PATCH v2 12/13] dt-bindings: drm/msm/gpu: Extend bindings for chip-id
[PATCH v4 0/9] PCI: EPC: Add support to wake up host from D3 states
2023-07-28 15:35 UTC (5+ messages)
` [PATCH v4 9/9] bus: mhi: ep: wake up host if the MHI state is in M3
[PATCH 00/12] drm/msm/adreno: Move away from legacy revision matching
2023-07-28 14:51 UTC (14+ messages)
` [PATCH 06/12] drm/msm/adreno: Allow SoC specific gpu device table entries
` [Freedreno] "
[PATCH v4 0/2] usb: typec: qcom-pmic-typec: enable DP support
2023-07-28 14:47 UTC (3+ messages)
` [PATCH v4 2/2] usb: typec: qcom-pmic-typec: register drm_bridge
[PATCH v5 0/2] nvmem: sec-qfprom: Add Qualcomm secure QFPROM support
2023-07-28 13:57 UTC (6+ messages)
` [PATCH v5 1/2] dt-bindings: nvmem: sec-qfprom: Add bindings for secure qfprom
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