messages from 2023-07-03 18:46:36 to 2023-07-04 16:27:52 UTC [more...]
[PATCH] backlight: led_bl: fix initial power state
2023-07-04 15:40 UTC (4+ messages)
[PATCH 00/12] arch,fbdev: Move screen_info into arch/
2023-07-04 16:27 UTC (11+ messages)
` [PATCH 01/12] efi: Do not include <linux/screen_info.h> from EFI header
` [PATCH 02/12] fbdev/sm712fb: Do not include <linux/screen_info.h>
` [PATCH 03/12] sysfb: Do not include <linux/screen_info.h> from sysfb header
` [PATCH 04/12] staging/sm750fb: Do not include <linux/screen_info.h>
` [PATCH 05/12] arch: Remove trailing whitespaces
[PATCH] drm/msm/dpu: add missing flush and fetch bits for DMA4/DMA5 planes
2023-07-04 16:18 UTC (2+ messages)
[PATCH v4 0/5] Allow disabling all native fbdev drivers and only keeping DRM emulation
2023-07-04 16:12 UTC (16+ messages)
` [PATCH v4 1/5] video: Add auxiliary display drivers to Graphics support menu
` [PATCH v4 2/5] fbdev: Move core fbdev symbols to a separate Kconfig file
` [PATCH v4 3/5] drm/arm: Make ARM devices menu depend on DRM
` [PATCH v4 4/5] fbdev: Split frame buffer support in FB and FB_CORE symbols
` [PATCH v4 5/5] drm: Make FB_CORE to be selected if DRM fbdev emulation is enabled
[PATCH v4 00/19] drm/msm/dpu: another catalog rework
2023-07-04 16:09 UTC (27+ messages)
` [PATCH v4 04/19] drm/msm/dpu: drop dpu_mdss_cfg::mdp_count field
` [PATCH v4 12/19] drm/msm/dpu: inline LM_BLK macros
` [PATCH v4 13/19] drm/msm/dpu: inline DSC_BLK and DSC_BLK_1_2 macros
` [PATCH v4 14/19] drm/msm/dpu: inline MERGE_3D_BLK macros
` [PATCH v4 15/19] drm/msm/dpu: inline various PP_BLK_* macros
` [PATCH v4 16/19] drm/msm/dpu: inline WB_BLK macros
` [PATCH v4 17/19] drm/msm/dpu: inline INTF_BLK and INTF_BLK_DSI_TE macros
` [PATCH v4 18/19] drm/msm/dpu: drop empty features mask MERGE_3D_SM8150_MASK
` [PATCH v4 19/19] drm/msm/dpu: drop empty features mask INTF_SDM845_MASK
[PATCH V2] drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and adv7535
2023-07-04 16:05 UTC (2+ messages)
[PATCH 00/10] drm: Improve fbdev emulation for DMA-able framebuffers
2023-07-04 15:50 UTC (11+ messages)
` [PATCH 01/10] fbdev: Add fb_ops init macros for framebuffers in DMA-able memory
` [PATCH 02/10] drm/fbdev-dma: Use fbdev DMA helpers
` [PATCH 03/10] drm/tegra: "
` [PATCH 04/10] drm/tegra: Set fbdev flags
` [PATCH 05/10] drm/exynos: Use fbdev DMA helpers
` [PATCH 06/10] drm/exynos: Set fbdev flags
` [PATCH 07/10] drm/omapdrm: Set VM flags in GEM-object mmap function
` [PATCH 08/10] drm/omapdrm: Use GEM mmap for fbdev emulation
` [PATCH 09/10] drm/omapdrm: Set fbdev flags
` [PATCH 10/10] fbdev: Remove FB_DEFAULT_SYS_OPS
[PATCH v2 00/14] drm/msm/dpu: cleanup dpu_core_perf module
2023-07-04 16:00 UTC (18+ messages)
` [PATCH v2 01/14] drm/msm/dpu: drop enum dpu_core_perf_data_bus_id
` [PATCH v2 02/14] drm/msm/dpu: core_perf: extract bandwidth aggregation function
` [PATCH v2 03/14] drm/msm/dpu: core_perf: bail earlier if there are no ICC paths
` [PATCH v2 04/14] drm/msm/dpu: drop separate dpu_core_perf_tune overrides
` [PATCH v2 05/14] drm/msm/dpu: handle perf mode in _dpu_core_perf_crtc_update_bus()
` [PATCH v2 06/14] drm/msm/dpu: rework core_perf debugfs overrides
` [PATCH v2 07/14] drm/msm/dpu: drop dpu_core_perf_params::max_per_pipe_ib
` [PATCH v2 08/14] drm/msm/dpu: rework indentation in dpu_core_perf
` [PATCH v2 09/14] drm/msm/dpu: drop the dpu_core_perf_crtc_update()'s stop_req param
` [PATCH v2 10/14] drm/msm/dpu: use dpu_perf_cfg in DPU core_perf code
` [PATCH v2 11/14] drm/msm/dpu: remove unused fields from struct dpu_core_perf
` [PATCH v2 12/14] drm/msm/dpu: core_perf: remove extra clk_round_rate() call
` [PATCH v2 13/14] drm/msm/dpu: move max clock decision to dpu_kms
` [PATCH v2 14/14] drm/msm/dpu: drop dpu_core_perf_destroy()
[PATCH] drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()
2023-07-04 15:24 UTC (7+ messages)
[PATCH v3 00/17] Imagination Technologies PowerVR DRM driver
2023-07-04 15:13 UTC (4+ messages)
` [PATCH v3 02/17] dt-bindings: gpu: Add Imagination Technologies PowerVR GPU
[PATCH] drm/ast: Fix default resolution when no monitor is connected on DP
2023-07-04 14:54 UTC (4+ messages)
[PATCH 0/8] drm/msm/dpu: cleanup dpu_core_perf module
2023-07-04 14:31 UTC (32+ messages)
` [PATCH 1/8] drm/msm/dpu: drop enum dpu_core_perf_data_bus_id
` [PATCH 2/8] drm/msm/dpu: drop performance tuning modes
` [PATCH 3/8] drm/msm/dpu: drop dpu_core_perf_params::max_per_pipe_ib
` [PATCH 4/8] drm/msm/dpu: rework indentation in dpu_core_perf
` [PATCH 5/8] drm/msm/dpu: drop the dpu_core_perf_crtc_update()'s stop_req param
` [PATCH 6/8] drm/msm/dpu: use dpu_perf_cfg in DPU core_perf code
` [PATCH 7/8] drm/msm/dpu: drop dpu_core_perf_destroy()
` [PATCH 8/8] drm/msm/dpu: remove unused fields from struct dpu_core_perf
[PATCH] drm/arm/komeda: Remove component framework and add a simple encoder
2023-07-04 13:49 UTC (3+ messages)
[PATCH] dt-bindings: cleanup DTS example whitespaces
2023-07-04 13:45 UTC (4+ messages)
[PATCH V5 0/9] Enable Wifi RFI interference mitigation feature support
2023-07-04 13:07 UTC (18+ messages)
` [PATCH V5 1/9] drivers core: Add support for Wifi band RF mitigations
` [PATCH V5 2/9] driver core: add ACPI based WBRF mechanism introduced by AMD
` [PATCH V5 4/9] wifi: mac80211: Add support for ACPI WBRF
[v4, PATCH] drm/mediatek: add dma buffer control for drm plane disable
2023-07-04 11:59 UTC (2+ messages)
[PATCH v3 0/4] Fix up the boe-tv101wum-nl6 panel driver
2023-07-04 11:14 UTC (4+ messages)
[PATCH] drm/i915: Fix premature release of request's reusable memory
2023-07-04 11:06 UTC
[PATCH v2 00/24] use vmalloc_array and vcalloc
2023-07-04 10:41 UTC (3+ messages)
` [PATCH v2 03/24] drm/gud: "
[PATCH 1/5] accel/qaic: tighten bounds checking in encode_message()
2023-07-04 9:58 UTC (7+ messages)
[PATCH] drm/i915/pmu: Use local64_try_cmpxchg in i915_pmu_event_read
2023-07-04 9:25 UTC (5+ messages)
[PATCH 0/3] drm/mediatek: General cleanups
2023-07-04 9:24 UTC (7+ messages)
` [PATCH 1/3] drm/mediatek: Use devm_platform_get_and_ioremap_resource()
` [PATCH 2/3] drm/mediatek: Use dev_err_probe() in probe functions
` [PATCH 3/3] drm/mediatek: Use devm variant for pm_runtime_enable() when possible
[PATCH v10 0/4] Add RZ/{G2L,G2LC} and RZ/V2L Display Unit support
2023-07-04 9:04 UTC (5+ messages)
` [PATCH v10 1/4] dt-bindings: display: Document Renesas RZ/G2L DU bindings
` [PATCH v10 2/4] dt-bindings: display: renesas, rzg2l-du: Document RZ/V2L "
` [PATCH v10 3/4] drm: renesas: Add RZ/G2L DU Support
` [PATCH v10 4/4] MAINTAINERS: Add maintainer for RZ DU drivers
[PATCH 00/14] A7xx support
2023-07-04 8:30 UTC (7+ messages)
` [PATCH 01/14] dt-bindings: display/msm/gmu: Add Adreno 7[34]0 GMU
` [PATCH 02/14] dt-bindings: display/msm/gmu: Allow passing QMP handle
` [PATCH 03/14] dt-bindings: display/msm/gpu: Allow A7xx SKUs
[PATCH v4 0/8] Fix cursor planes with virtualized drivers
2023-07-04 8:08 UTC (12+ messages)
` [PATCH v4 2/8] drm/atomic: Add support for mouse hotspots
[PATCH v5 1/1] drm/doc: Document DRM device reset expectations
2023-07-04 7:54 UTC (14+ messages)
[v3 0/4] Support Starry-himax83102-j02 and Starry-ili9882t TDDI MIPI-DSI panel
2023-07-04 7:46 UTC (5+ messages)
` [v4 "
` [v4 4/4] drm/panel: Support for "
[v2] drm/panel: Fine tune Starry-ili9882t panel HFP and HBP
2023-07-04 7:39 UTC (4+ messages)
[PATCH] drm/exynos: fix a possible null-pointer dereference due to data race in exynos_drm_crtc_atomic_disable()
2023-07-04 7:35 UTC (5+ messages)
[RFC v3 0/3] Introduce KUnit tests for TTM subsystem
2023-07-04 7:23 UTC (8+ messages)
` [RFC v3 3/3] drm/ttm/tests: Add tests for ttm_pool
[PATCH 2/5] accel/qaic: tighten bounds checking in decode_message()
2023-07-04 6:30 UTC (2+ messages)
[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
2023-07-04 6:09 UTC (4+ messages)
` [PATCH 3/9] drm/verisilicon: Add basic drm driver
[PATCH v4 0/2] Add dynamic connector selection mechanism
2023-07-04 5:36 UTC (3+ messages)
` [PATCH v4 1/2] drm/mediatek: Add ability to support dynamic connector selection
[PATCH] drm/panel: Add avdd/avee delay for Starry-himax83102-j02 and Starry-ili9882t panel
2023-07-04 5:07 UTC
[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
2023-07-04 4:20 UTC (10+ messages)
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless
modules: firmware groups attempt two
2023-07-04 2:50 UTC (3+ messages)
` [PATCH 1/2] docs: module: start adding some docs for MODULE_ macros
` [PATCH 2/2] modules/firmware: add a new option to denote a firmware group to choose one
[PATCH v5 00/19] drm/msm/dpu: another catalog rework
2023-07-04 2:21 UTC (20+ messages)
` [PATCH v5 01/19] drm/msm: enumerate DSI interfaces
` [PATCH v5 02/19] drm/msm/dpu: always use MSM_DP/DSI_CONTROLLER_n
` [PATCH v5 03/19] drm/msm/dpu: simplify peer LM handling
` [PATCH v5 04/19] drm/msm/dpu: drop dpu_mdss_cfg::mdp_count field
` [PATCH v5 05/19] drm/msm/dpu: drop enum dpu_mdp and MDP_TOP value
` [PATCH v5 06/19] drm/msm/dpu: expand .clk_ctrls definitions
` [PATCH v5 07/19] drm/msm/dpu: drop zero features from dpu_mdp_cfg data
` [PATCH v5 08/19] drm/msm/dpu: drop zero features from dpu_ctl_cfg data
` [PATCH v5 09/19] drm/msm/dpu: correct indentation for CTL definitions
` [PATCH v5 10/19] drm/msm/dpu: inline SSPP_BLK macros
` [PATCH v5 11/19] drm/msm/dpu: inline DSPP_BLK macros
` [PATCH v5 12/19] drm/msm/dpu: inline LM_BLK macros
` [PATCH v5 13/19] drm/msm/dpu: inline DSC_BLK and DSC_BLK_1_2 macros
` [PATCH v5 14/19] drm/msm/dpu: inline MERGE_3D_BLK macros
` [PATCH v5 15/19] drm/msm/dpu: inline various PP_BLK_* macros
` [PATCH v5 16/19] drm/msm/dpu: inline WB_BLK macros
` [PATCH v5 17/19] drm/msm/dpu: inline INTF_BLK and INTF_BLK_DSI_TE macros
` [PATCH v5 18/19] drm/msm/dpu: drop empty features mask MERGE_3D_SM8150_MASK
` [PATCH v5 19/19] drm/msm/dpu: drop empty features mask INTF_SDM845_MASK
[v2] media: mediatek: vcodec: fix AV1 decode fail for 36bit iova
2023-07-04 1:51 UTC
[PATCH v3 0/4] Qualcomm REFGEN regulator
2023-07-04 0:23 UTC (6+ messages)
` [PATCH v3 4/4] drm/msm/dsi: Hook up refgen regulator
[PATCH 0/3] Galaxy S2 (i9100) panel updates
2023-07-03 23:49 UTC (5+ messages)
` [PATCH 1/3] drm/panel: ld9040: Use better magic values
` [PATCH 2/3] drm/panel: ld9040: Register a backlight device
` [PATCH 3/3] ARM: dts: exynos/i9100: Fix LCD screen's physical size
[PATCH] drm/amdgpu: Use local64_try_cmpxchg in amdgpu_perf_read
2023-07-03 15:00 UTC
[PATCH v4] drm/vkms: Add support to 1D gamma LUT
2023-07-03 19:11 UTC (7+ messages)
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).