messages from 2024-09-02 10:56:04 to 2024-09-03 11:25:48 UTC [more...]
[PATCH v3 00/81] drm: Provide client setup helper and convert drivers
2024-09-03 11:25 UTC (31+ messages)
` [PATCH v3 02/81] drm/fbdev-helper: Set and clear VGA switcheroo client from fb_info
` [PATCH v3 03/81] drm/fbdev: Add memory-agnostic fbdev client
` [PATCH v3 05/81] drm/fbdev-dma: Support struct drm_driver.fbdev_probe
` [PATCH v3 06/81] drm/arcgpu: Run DRM default client setup
` [PATCH v3 10/81] drm/aspeed: "
` [PATCH v3 12/81] drm/fsl-dcu: "
` [PATCH v3 14/81] drm/hx8357d: "
` [PATCH v3 15/81] drm/ili9163: "
` [PATCH v3 17/81] drm/ili9341: "
` [PATCH v3 18/81] drm/ili9486: "
` [PATCH v3 19/81] drm/imx/dcss: "
` [PATCH v3 20/81] drm/imx/ipuv3: "
` [PATCH v3 21/81] drm/imx/lcdc: "
` [PATCH v3 26/81] drm/mediatek: "
[PATCH v4 0/2] Add Add elan-ekth6a12nay on the basis of elan-ekth6915
2024-09-03 11:21 UTC (4+ messages)
[PATCH v2 0/8] DRM Rust abstractions and Nova
2024-09-03 11:17 UTC (10+ messages)
` [PATCH v2 1/8] rust: drm: ioctl: Add DRM ioctl abstraction
` [PATCH v2 3/8] rust: drm: add driver abstractions
[PATCH] drm/mipi-dsi: Fix devm unregister & detach
2024-09-03 11:14 UTC (15+ messages)
[RFC PATCH] drm/sched: Make sure drm_sched_fence_ops don't vanish
2024-09-03 8:29 UTC (6+ messages)
[RFC PATCH 00/28] Introduce GPU SVM and Xe SVM implementation
2024-09-03 8:07 UTC (41+ messages)
` [RFC PATCH 05/28] drm/gpusvm: Add support for GPU Shared Virtual Memory
` [RFC PATCH 23/28] drm/xe: Add SVM VRAM migration
` [RFC PATCH 24/28] drm/xe: Basic SVM BO eviction
[RFC PATCH] drm/sched: Fix a UAF on drm_sched_fence::sched
2024-09-03 8:13 UTC (7+ messages)
[PATCH 00/21] drm/msm: Support quad pipe with dual-DSI
2024-09-03 10:12 UTC (44+ messages)
` [PATCH 01/21] drm/msm/dsi: add support to DSI CTRL v2.8.0
` [PATCH 02/21] drm/msm/dsi: fix DSC width for the bonded DSI case
` [PATCH 03/21] drm/msm/dsi: pass the right width to dsc
` [PATCH 04/21] drm/msm/dsi: support DSC configurations with slice_per_pkt > 1
` [PATCH 06/21] drm/msm/dpu: Add utility to get mixer number
` [PATCH 07/21] drm/msm/dpu: Support dynamic DSC number
` [PATCH 09/21] drm/msm/dpu: request more mixer for 4K+ DSC case
` [PATCH 10/21] drm/msm/dpu: fix lm number counter for quad-pipe
` [PATCH 13/21] drm/msm/dpu: Support quad pipe in header files
` [PATCH 14/21] drm/msm/dpu: Support quad-pipe in SSPP checking
` [PATCH 18/21] drm/msm/dpu: blend pipes by left and right
WARNING: CPU: 0 PID: 8 at drivers/video/fbdev/core/fbmem.c:467 unregister_framebuffer+0x45/0x160 (was: Re: BUG: kernel NULL pointer dereference, address: 0000000000000000 on boot with linux-next-20240829)
2024-09-03 9:57 UTC (6+ messages)
` WARNING: CPU: 0 PID: 8 at drivers/video/fbdev/core/fbmem.c:467 unregister_framebuffer+0x45/0x160
[PATCH v2 0/2] drm/ttm: Really use a separate LRU list for swapped- and pinned objects
2024-09-03 9:47 UTC (3+ messages)
` [PATCH v2 1/2] drm/ttm: Move swapped objects off the manager's LRU list
` [PATCH v2 2/2] drm/ttm: Move pinned objects off LRU lists when pinning
[RFC PATCH] drm/sched: Fix teardown leaks with refcounting
2024-09-03 9:45 UTC
[RFC PATCH] drm/sched: Fix teardown leaks with waitqueue
2024-09-03 9:44 UTC
[PATCH -next v2] drm/imagination: Use memdup_user() helper
2024-09-03 9:40 UTC (4+ messages)
` [v2] "
[PATCH v4 0/3] Remove cl in struct cmdq_pkt
2024-09-03 9:39 UTC (8+ messages)
` [PATCH v4 1/3] media: platform: mtk-mdp3: Get fine-grain control of cmdq_pkt_finalize()
` [PATCH v4 2/3] media: platform: mtk-mdp3: Use cmdq_pkt_create() and cmdq_pkt_destroy()
` [PATCH v4 3/3] soc: mediatek: cmdq: Remove cmdq_pkt_finalize() helper function
[git pull] drm fixes for 6.11-rc6
2024-09-03 9:26 UTC (7+ messages)
[PATCH] drm/panel: hx83112a: Switch to wrapped mipi_dsi functions
2024-09-03 9:17 UTC (2+ messages)
[PATCH 0/2] drm/ttm: Really use a separate LRU list for swapped- and pinned objects
2024-09-03 8:55 UTC (6+ messages)
` [PATCH 1/2] drm/ttm: Move swapped objects off the manager's LRU list
` [PATCH 2/2] drm/ttm: Move pinned objects off LRU lists when pinning
[RFC PATCH 0/6] DRM resource management cgroup, try 2
2024-09-03 8:53 UTC (11+ messages)
` [RFC PATCH 2/6] drm/cgroup: Add memory accounting DRM cgroup
[PATCH v5 0/7] udmbuf bug fix and some improvements
2024-09-03 8:38 UTC (8+ messages)
` [PATCH v5 1/7] udmabuf: pre-fault when first page fault
` [PATCH v5 2/7] udmabuf: change folios array from kmalloc to kvmalloc
` [PATCH v5 3/7] udmabuf: fix vmap_udmabuf error page set
` [PATCH v5 4/7] udmabuf: udmabuf_create pin folio codestyle cleanup
` [PATCH v5 5/7] udmabuf: introduce udmabuf init and deinit helper
` [PATCH v5 6/7] udmabuf: remove udmabuf_folio
` [PATCH v5 7/7] udmabuf: reuse folio array when pin folios
[PATCH v16 0/8] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
2024-09-03 8:28 UTC (7+ messages)
` [PATCH v16 4/8] drm: bridge: Cadence: Add MHDP8501 DP/HDMI driver
` [EXT] "
[PATCH v5 0/3] drm: fix two issues related to HDMI Connector implementation
2024-09-03 8:18 UTC (5+ messages)
` [PATCH v5 1/3] drm/display: stop depending on DRM_DISPLAY_HELPER
` [PATCH v5 2/3] drm/bridge-connector: move to DRM_DISPLAY_HELPER module
` [PATCH v5 3/3] drm/bridge-connector: reset the HDMI connector state
[bug report] drm/msm: add msm8998 hdmi phy/pll support
2024-09-03 8:16 UTC
[PATCH v4 0/4] Add initial support for the Rockchip RK3588 HDMI TX Controller
2024-09-03 8:09 UTC (7+ messages)
` [PATCH v4 2/4] drm/bridge: synopsys: Add DW HDMI QP TX Controller support library
[PATCH v2 1/2] drm/virtio: Defer the host dumb buffer creation
2024-09-03 7:48 UTC (2+ messages)
` [PATCH v2 2/2] drm/virtio: Add support for XRGB8888 and BGRX8888
[PATCH v3 0/3] Introduce DRM device wedged event
2024-09-03 7:48 UTC (7+ messages)
` [PATCH v3 1/3] drm: Introduce "
` [PATCH v3 3/3] drm/i915: Use "
[PATCH v1 0/2] arm64: dts: mediatek: Add MT8186 Ponyta
2024-09-03 7:03 UTC (6+ messages)
` [PATCH v1 1/2] dt-bindings: arm: mediatek: Add MT8186 Ponyta Chromebook
` [PATCH v1 2/2] arm64: dts: mediatek: Add MT8186 Ponyta Chromebooks
[PATCH v2 0/2] arm64: dts: mediatek: Add MT8186 Ponyta
2024-09-03 7:01 UTC (6+ messages)
` [PATCH v2 1/2] dt-bindings: arm: mediatek: Add MT8186 Ponyta Chromebook
` [PATCH v2 2/2] arm64: dts: mediatek: Add MT8186 Ponyta Chromebooks
[PATCH v5.15-v5.10] drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr
2024-09-03 4:58 UTC
[PATCH v2] drm: drm_fourcc: adding 10/12/14 bit formats
2024-09-02 14:29 UTC
6.11/regression/bisected - after commit 1b04dcca4fb1, launching some RenPy games causes computer hang
2024-09-03 6:35 UTC (3+ messages)
[PATCHv2 3/5] Add crtc properties for global histogram
2024-09-03 5:32 UTC
[PATCH 0/2] drm/amd: fix VRR race condition during IRQ handling
2024-09-03 5:13 UTC (5+ messages)
` [PATCH 1/2] drm/amd/display: Avoid race between dcn10_set_drr() and dc_state_destruct()
[PATCH v6 00/15] drm/msm/dpu: be more friendly to X.org
2024-09-03 3:22 UTC (16+ messages)
` [PATCH v6 01/15] drm/msm/dpu: make sure phys resources are properly initialized
` [PATCH v6 02/15] drm/msm/dpu: move CRTC resource assignment to dpu_encoder_virt_atomic_check
` [PATCH v6 03/15] drm/msm/dpu: check for overflow in _dpu_crtc_setup_lm_bounds()
` [PATCH v6 04/15] drm/msm/dpu: drop dpu_format_check_modified_format
` [PATCH v6 05/15] drm/msm/dpu: drop dpu_format_populate_layout from dpu_plane_sspp_atomic_update
` [PATCH v6 06/15] drm/msm/dpu: drop extra aspace checks in dpu_formats
` [PATCH v6 07/15] drm/msm/dpu: drop msm_format from struct dpu_hw_fmt_layout
` [PATCH v6 08/15] drm/msm/dpu: pass drm_framebuffer to _dpu_format_get_plane_sizes()
` [PATCH v6 09/15] drm/msm/dpu: move pitch check to _dpu_format_get_plane_sizes_linear()
` [PATCH v6 10/15] drm/msm/dpu: split dpu_format_populate_layout
` [PATCH v6 11/15] drm/msm/dpu: make dpu_format_populate_addrs return void
` [PATCH v6 12/15] drm/msm/dpu: move layout setup population out of dpu_plane_prepare_fb()
` [PATCH v6 13/15] drm/msm/dpu: check for the plane pitch overflow
` [PATCH v6 14/15] drm/msm/dpu: merge MAX_IMG_WIDTH/HEIGHT with DPU_MAX_IMG_WIDTH/HEIGHT
` [PATCH v6 15/15] drm/msm/dpu: sync mode_config limits to the FB limits in dpu_plane.c
[PATCH v5 00/16] drm/msm/dpu: be more friendly to X.org
2024-09-03 3:17 UTC (4+ messages)
` [PATCH v5 03/16] drm/msm/dpu: move CRTC resource assignment to dpu_encoder_virt_atomic_mode_set
[PATCH] drm/i915: convert comma to semicolon
2024-09-03 2:55 UTC
[PATCH v3] drm/etnaviv: Request pages from DMA32 zone on addressing_limited
2024-09-03 2:08 UTC
[PATCH 1/3] dt-bindings: display: panel: Rename WL-355608-A8 panel
2024-09-03 1:52 UTC (4+ messages)
[PATCH RESEND] drm/nouveau: fix a possible null pointer dereference
2024-09-03 1:33 UTC
[PATCH v2] drm/etnaviv: Clear the __GFP_HIGHMEM bit in GFP_HIGHUSER with 32 address
2024-09-03 1:00 UTC (3+ messages)
` [v2] "
[PATCH -next] drm/msm: Remove unneeded semicolon
2024-09-03 0:56 UTC
[PATCH v5 3/4] dt-bindings: display: rockchip: Add schema for RK3588 HDMI TX Controller
2024-09-02 22:14 UTC (3+ messages)
` "
[PATCH 00/21] drm/msm/dpu: Add Concurrent Writeback Support for DPU 10.x+
2024-09-02 19:20 UTC (4+ messages)
` [PATCH 13/21] drm/msm/dpu: Require modeset if clone mode status changes
[PATCH -next 0/3] drm: use clamp() instead of min(max())
2024-09-02 17:49 UTC (4+ messages)
` [PATCH -next 2/3] drm/amdgpu: use clamp() in amdgpu_vm_adjust_size()
[PATCH] drm/amdgpu: enable gfxoff quirk on HP 705G4
2024-09-02 17:46 UTC (2+ messages)
[PATCH] drm/amdgpu: add raven1 gfxoff quirk
2024-09-02 17:43 UTC (2+ messages)
[PATCH][next] drm/amd/display: Fix spelling mistake "recompte" -> "recompute"
2024-09-02 17:41 UTC (2+ messages)
[PATCH] drm/tegra: fix potential uninitialized variable use
2024-09-02 16:13 UTC
[pull] drm/msm: drm-msm-next-2024-09-02 for v6.12
2024-09-02 16:02 UTC
[PATCH v4 0/3] Devicetree updates for MT8186
2024-09-02 15:56 UTC (5+ messages)
` [PATCH v4 2/3] arm64: dts: mediatek: mt8186: Add power domain for DPI
` [PATCH v4 3/3] arm64: dts: mediatek: mt8186: Add svs node
[PATCH v2] drm/panthor: flush FW AS caches in slow reset path
2024-09-02 15:20 UTC (3+ messages)
[PATCH v2 1/1] drm/mediatek: Fix get efuse issue for MT8188 DPTX
2024-09-02 15:05 UTC (2+ messages)
[PATCH 1/2] drm/amd/display: Avoid race between dcn10_set_drr() and dc_state_destruct()
2024-09-02 13:57 UTC
[PATCH v2] drm/imagination: properly support stopping LAYOUT_MARS = 1 cores
2024-09-02 14:00 UTC
[PATCH] drm/imagination: properly support stopping LAYOUT_MARS = 1 cores
2024-09-02 13:39 UTC (3+ messages)
[PATCH -next] drm/i915/gt: Make use of __assign_bit() API
2024-09-02 13:10 UTC
[PATCH -next 0/3] drm: Enable module autoloading
2024-09-02 12:39 UTC (5+ messages)
` [PATCH -next 1/3] drm/bridge: it6505: "
` [PATCH -next 2/3] drm/tegra: "
` [PATCH -next 3/3] drm/mcde: "
[PATCH] drm/xe: Fix merge fails related to display runtime PM
2024-09-02 12:16 UTC (2+ messages)
[PATCH] fbdev: imsttfb: convert comma to semicolon
2024-09-02 11:56 UTC (2+ messages)
[PATCH v4 00/18] platform/chrome: Add DT USB/DP muxing/topology support
2024-09-02 11:35 UTC (9+ messages)
` [PATCH v4 05/18] usb: typec: Add device managed typec_switch_register()
` [PATCH v4 06/18] drm/bridge: aux-hpd: Support USB Type-C DP altmodes via DRM lane assignment
` [PATCH v4 10/18] devcon property: Document devcon_match_fn_t
` [PATCH v4 11/18] device property: Add remote endpoint to devcon matcher
[PATCH 1/4] drm/sched: add optional errno to drm_sched_start()
2024-09-02 11:15 UTC (5+ messages)
[PATCH v3 00/15] CCS static load balance
2024-09-02 11:13 UTC (6+ messages)
[PATCH 4/7] drm/ttm: move LRU walk defines into new internal header
2024-09-02 11:07 UTC (14+ messages)
[PATCH v2 00/10] drm/bochs: Modernize driver
2024-09-02 10:53 UTC (3+ messages)
` [PATCH v2 06/10] drm/bochs: Allocate DRM device in struct bochs_device
` [PATCH v2 09/10] drm/bochs: Validate display modes against available video memory
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