dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-16 09:29:32 to 2025-06-17 09:37:24 UTC [more...]

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-17  9:37 UTC  (22+ messages)
` [PATCH v2 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v2 04/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v2 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v2 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v2 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v2 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v2 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v2 12/14] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v2 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v2 14/14] mm/memremap: Remove unused devmap_managed_key

[PATCH 0/3] NVIDIA Tegra210 NVJPG support
 2025-06-17  9:26 UTC  (14+ messages)

[PATCH v3 00/17] Add MediaTek SoC DRM support for MT8196
 2025-06-17  9:17 UTC  (8+ messages)
` [PATCH v3 10/17] drm/mediatek: Export OVL formats definitions and format conversion API
` [PATCH v3 11/17] drm/mediatek: drm/mediatek: Export OVL ignore pixel alpha function
` [PATCH v3 12/17] drm/mediatek: add EXDMA support for MT8196

[PATCH v2 00/10] Introducing firmware late binding
 2025-06-17  9:00 UTC  (9+ messages)
` [PATCH v2 02/10] mei: late_bind: add late binding component driver
` [PATCH v2 05/10] drm/xe/xe_late_bind_fw: Load late binding firmware
` [PATCH v2 09/10] {fwctl,drm}/xe/pcode: Introduce xe_pcode_fwctl

[PATCH v2 0/4] Support for Adreno X1-45 GPU
 2025-06-17  8:27 UTC  (11+ messages)
` [PATCH v2 1/4] dt-bindings: opp: adreno: Update regex of OPP entry

[PATCH v14 6/9] ref_tracker: automatically register a file in debugfs for a ref_tracker_dir
 2025-06-17  8:24 UTC  (2+ messages)

[PATCH v2 00/38] drm/msm/dp: Add MST support for MSM chipsets
 2025-06-17  7:52 UTC  (11+ messages)
` [PATCH v2 29/38] drm/msm/dp: add connector abstraction for DP MST

[PATCH resent] drm/amd/display: Fix exception handling in dm_validate_stream_and_context()
 2025-06-17  6:40 UTC  (6+ messages)
      ` [PATCH v2] "
        ` [PATCH v3] "
            ` [v3] "

[PATCH v5 0/9] drm/verisilicon : support DC8200 and inno hdmi
 2025-06-17  6:00 UTC  (4+ messages)

[PATCH V1] accel/amdxdna: Revise device bo creation and free
 2025-06-17  5:37 UTC  (2+ messages)

[PATCH V9 00/43] Color Pipeline API w/ VKMS
 2025-06-17  5:33 UTC  (5+ messages)
` [PATCH V9 16/43] drm/colorop: Add 3x4 CTM type

[PATCH] nouveau/gsp: get zeroed pages for any device allocations we need
 2025-06-17  5:09 UTC 

[PATCH V10 00/46] Color Pipeline API w/ VKMS
 2025-06-17  4:17 UTC  (47+ messages)
` [PATCH V10 01/46] drm: Add helper for conversion from signed-magnitude
` [PATCH V10 02/46] drm/vkms: Add kunit tests for VKMS LUT handling
` [PATCH V10 03/46] drm/doc/rfc: Describe why prescriptive color pipeline is needed
` [PATCH V10 04/46] drm/colorop: Introduce new drm_colorop mode object
` [PATCH V10 05/46] drm/colorop: Add TYPE property
` [PATCH V10 06/46] drm/colorop: Add 1D Curve subtype
` [PATCH V10 07/46] drm/colorop: Add BYPASS property
` [PATCH V10 08/46] drm/colorop: Add NEXT property
` [PATCH V10 09/46] drm/colorop: Add atomic state print for drm_colorop
` [PATCH V10 10/46] drm/plane: Add COLOR PIPELINE property
` [PATCH V10 11/46] drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [PATCH V10 12/46] Documentation/gpu: document drm_colorop
` [PATCH V10 13/46] drm/colorop: Add destroy functions for color pipeline
` [PATCH V10 14/46] drm/vkms: Add enumerated 1D curve colorop
` [PATCH V10 15/46] drm/vkms: Add kunit tests for linear and sRGB LUTs
` [PATCH V10 16/46] drm/colorop: Add 3x4 CTM type
` [PATCH V10 17/46] drm/vkms: Use s32 for internal color pipeline precision
` [PATCH V10 18/46] drm/vkms: add 3x4 matrix in color pipeline
` [PATCH V10 19/46] drm/tests: Add a few tests around drm_fixed.h
` [PATCH V10 20/46] drm/vkms: Add tests for CTM handling
` [PATCH V10 21/46] drm/colorop: pass plane_color_pipeline client cap to atomic check
` [PATCH V10 22/46] drm/colorop: define a new macro for_each_new_colorop_in_state
` [PATCH V10 23/46] drm/amd/display: Ignore deprecated props when plane_color_pipeline set
` [PATCH V10 24/46] drm/amd/display: Add bypass COLOR PIPELINE
` [PATCH V10 25/46] drm/amd/display: Skip color pipeline initialization for cursor plane
` [PATCH V10 26/46] drm/amd/display: Add support for sRGB EOTF in DEGAM block
` [PATCH V10 27/46] drm/amd/display: Add support for sRGB Inverse EOTF in SHAPER block
` [PATCH V10 28/46] drm/amd/display: Add support for sRGB EOTF in BLND block
` [PATCH V10 29/46] drm/colorop: Add PQ 125 EOTF and its inverse
` [PATCH V10 30/46] drm/amd/display: Enable support for PQ 125 EOTF and Inverse
` [PATCH V10 31/46] drm/colorop: add BT2020/BT709 OETF and Inverse OETF
` [PATCH V10 32/46] drm/amd/display: Add support for BT.709 and BT.2020 TFs
` [PATCH V10 33/46] drm: Add Enhanced LUT precision structure
` [PATCH V10 34/46] drm/colorop: Add 1D Curve Custom LUT type
` [PATCH V10 35/46] drm/amd/display: add shaper and blend colorops for 1D Curve Custom LUT
` [PATCH V10 36/46] drm/amd/display: add 3x4 matrix colorop
` [PATCH V10 37/46] drm/colorop: Add multiplier type
` [PATCH V10 38/46] drm/amd/display: add multiplier colorop
` [PATCH V10 39/46] drm/amd/display: Swap matrix and multiplier
` [PATCH V10 40/46] drm/colorop: Define LUT_1D interpolation
` [PATCH V10 41/46] drm/colorop: allow non-bypass colorops
` [PATCH V10 42/46] drm/colorop: Add 3D LUT support to color pipeline
` [PATCH V10 43/46] drm/amd/display: add 3D LUT colorop
` [PATCH V10 44/46] drm/amd/display: Add AMD color pipeline doc
` [PATCH V10 45/46] drm/amd/display: Ensure 3D LUT for color pipeline
` [PATCH V10 46/46] drm/amd/display: Disable CRTC degamma when color pipeline is enabled

[PATCH 1/6] drm/vmwgfx: drop printing the TTM refcount for debugging
 2025-06-17  4:27 UTC  (8+ messages)
` [PATCH 2/6] drm/xe: stop asserting on the TTM refcount
` [PATCH 3/6] drm/ttm: fix error handling in ttm_buffer_object_transfer
` [PATCH 4/6] drm/ttm: rename ttm_bo_put to _fini
` [PATCH 5/6] drm/ttm: disable ttm_bo_validate_deleted_evict for now
` [PATCH 6/6] drm/ttm: replace TTMs refcount with the DRM refcount

[PATCH] drm/bridge: ti-sn65dsi86: use new GPIO line value setter callbacks
 2025-06-17  0:14 UTC  (3+ messages)

[PATCH v4 0/8] driver core: auxiliary bus: add device creation helper
 2025-06-17  0:13 UTC  (6+ messages)
` [PATCH v4 3/8] drm/bridge: ti-sn65dsi86: use the auxiliary device

[PATCH] drm/etnaviv: Protect the scheduler's pending list with its lock
 2025-06-16 23:41 UTC  (3+ messages)

[PATCH] drm/v3d: Avoid NULL pointer dereference in `v3d_job_update_stats()`
 2025-06-16 22:49 UTC  (3+ messages)

[PATCH 0/2] drm/gpuvm: Locking helpers
 2025-06-16 22:25 UTC  (6+ messages)
` [PATCH 2/2] drm/gpuvm: Add locking helpers

[Bug 220239] New: lvds->panel not setup or used anywhere
 2025-06-16 21:18 UTC 

[PATCH] drm/xe: Fix kconfig prompt
 2025-06-16 21:12 UTC  (2+ messages)

[PATCH 0/4] Handle Firmware reported Hardware Errors
 2025-06-16 20:39 UTC  (5+ messages)
` [PATCH 1/4] drm: Add a firmware flash method to device wedged uevent

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-16 19:56 UTC 

[PATCH v4 00/14] drm/amd/display: more drm_edid to AMD display driver
 2025-06-16 19:29 UTC  (21+ messages)
` [PATCH v4 03/14] drm/amd/display: use drm_edid_product_id for parsing EDID product info
` [PATCH v4 10/14] drm/amd/display: add a mid-layer file to handle EDID in DC
` [PATCH v4 11/14] drm/amd/display: create a function to fill dc_sink with edid data
` [PATCH v4 12/14] drm/edid: introduce a helper that compares edid data from two drm_edid
` [PATCH v4 13/14] drm/amd/display: add drm_edid to dc_sink
` [PATCH v4 14/14] drm/amd/display: move dc_sink from dc_edid to drm_edid

[PATCH v4 0/8] Add TH1520 GPU support with power sequencing
 2025-06-16 18:50 UTC  (4+ messages)
  ` [PATCH v4 4/8] drm/imagination: Use pwrseq for TH1520 GPU power management

[PATCH v8 0/6] drm: Create a task info option for wedge events
 2025-06-16 18:28 UTC  (8+ messages)
` [PATCH v8 1/6] drm: amdgpu: Allow NULL pointers at amdgpu_vm_put_task_info()
` [PATCH v8 2/6] drm: amdgpu: Create amdgpu_vm_print_task_info()
` [PATCH v8 3/6] drm: Create a task info option for wedge events
` [PATCH v8 4/6] drm/doc: Add a section about "Task information" for the wedge API
` [PATCH v8 5/6] drm: amdgpu: Use struct drm_wedge_task_info inside of struct amdgpu_task_info
` [PATCH v8 6/6] drm/amdgpu: Make use of drm_wedge_task_info

[RESEND v2 1/1] dt-bindings: display: imx: convert fsl, dcu.txt to yaml format
 2025-06-16 18:24 UTC 

[PATCH v4 0/5] Improvements to S5 power consumption
 2025-06-16 17:50 UTC  (6+ messages)
` [PATCH v4 1/5] PM: Use hibernate flows for system power off
` [PATCH v4 2/5] PCI: Put PCIe ports with downstream devices into D3 at hibernate
` [PATCH v4 3/5] drm/amd: Avoid evicting resources at S5
` [PATCH v4 4/5] scsi: Add PM_EVENT_POWEROFF into suspend callbacks
` [PATCH v4 5/5] usb: sl811-hcd: "

[PATCH 0/9] drm/i915/dp: Implement POST_LT_ADJ_REQ
 2025-06-16 16:31 UTC  (6+ messages)
` [PATCH 5/9] drm/i915/dp: Implement the POST_LT_ADJ_REQ sequence
` [PATCH 7/9] drm/i915/dp: Implement .set_idle_link_train() for everyone

[PATCH 1/9] drm/dp: Add definitions for POST_LT_ADJ training sequence
 2025-06-16 16:28 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] drm/panel: ilitek-ili9881c: Use u8 for lane count
 2025-06-16 16:26 UTC  (6+ messages)

[PATCH v5] drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type
 2025-06-16 16:24 UTC  (2+ messages)

[PATCH v2] Documentation: dma-buf: heaps: Add naming guidelines
 2025-06-16 16:17 UTC  (2+ messages)

[PATCH RESEND] drm/amd/display: Add sanity checks for drm_edid_raw()
 2025-06-16 16:08 UTC 

[PATCH] dma-fence: Fix sparse warnings due __rcu annotations
 2025-06-16 15:59 UTC 

[PATCH v13 0/4] drm/atomic-helper: Re-order CRTC and Bridge ops
 2025-06-16 15:40 UTC  (6+ messages)
` [PATCH v13 3/4] drm/atomic-helper: Re-order bridge chain pre-enable and post-disable

[PATCH 0/3] drm/ttm, drm/xe: Consolidate the Buffer Object LRU walks
 2025-06-16 15:29 UTC  (8+ messages)
` [PATCH 1/3] drm/ttm: Use a struct for the common part of struct ttm_lru_walk and struct ttm_bo_lru_cursor
` [PATCH 2/3] drm/ttm, drm/xe: Modify the struct ttm_bo_lru_walk_cursor initialization
` [PATCH 3/3] drm/ttm, drm_xe, Implement ttm_lru_walk_for_evict() using the guarded LRU iteration

[PATCH v5 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
 2025-06-16 15:13 UTC  (5+ messages)
` [PATCH v5 17/25] drm/renesas/rcar-du: Compute dumb-buffer sizes with drm_mode_size_dumb()
` [PATCH v5 25/25] drm/xlnx: "

[PATCH] drm/i915/selftests: Fix error pointer vs NULL in __mock_request_alloc()
 2025-06-16 15:01 UTC  (2+ messages)

[PATCH] Documentation: dma-buf: heaps: Add naming guidelines
 2025-06-16 15:00 UTC  (3+ messages)

[PATCH v2 0/2] drm/gpuvm: Locking helpers
 2025-06-16 14:59 UTC  (3+ messages)
` [PATCH v2 1/2] drm/gpuvm: Fix doc comments
` [PATCH v2 2/2] drm/gpuvm: Add locking helpers

[PATCH v2 0/2] Support for debugfs directory for each client-id in /dri directory
 2025-06-16 14:59 UTC  (8+ messages)
` [PATCH v2 1/2] drm/debugfs: add client-id to the debugfs entry
` [PATCH v2 2/2] drm: add debugfs support on per client-id basis

[pull] drm/msm: drm-msm-fixes-2025-06-16 for v5.16-rc3
 2025-06-16 14:44 UTC 

[PATCH v6] Add CRIU support for amdgpu dmabuf
 2025-06-16 14:15 UTC  (4+ messages)
` [PATCH 2/3] drm/amdgpu: Adding amdgpu CRIU ioctl

[PATCH 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
 2025-06-16 13:29 UTC  (7+ messages)
` [PATCH 02/20] mmc: dw_mmc-rockchip: switch to HWORD_UPDATE macro
` [PATCH 01/20] bitfield: introduce HWORD_UPDATE bitfield macros

[PATCH] drm/sched/tests: Make timedout_job callback a better role model
 2025-06-16 13:04 UTC  (6+ messages)

[PATCH] accel/ivpu: Add turbo flag to the DRM_IVPU_CMDQ_CREATE ioctl
 2025-06-16 11:39 UTC  (2+ messages)

[PATCH] accel/ivpu: Add initial Wildcat Lake support
 2025-06-16 11:39 UTC  (2+ messages)

Trying to fix drm/prime: remove drm_prime_lookup_buf_by_handle
 2025-06-16 11:38 UTC  (8+ messages)
` [PATCH] drm/prime: fix drm_prime_add_buf_handle

[PATCH v2 0/3] Add support for gpdsp remoteproc on sa8775p
 2025-06-16 11:32 UTC  (7+ messages)
` [PATCH v2 2/3] misc: fastrpc: add support for gpdsp remoteproc

[PATCH v6 0/4] Add support for DU/DSI clocks and DSI driver support for the Renesas RZ/V2H(P) SoC
 2025-06-16 11:20 UTC  (9+ messages)
` [PATCH v6 1/4] clk: renesas: rzv2h-cpg: Add support for DSI clocks
` [PATCH v6 4/4] drm: renesas: rz-du: mipi_dsi: Add support for RZ/V2H(P) SoC

DRM scheduler issue with spsc_queue
 2025-06-16 10:42 UTC  (5+ messages)

[PATCH v2] drm/fbdev-client: Skip DRM clients if modesetting is absent
 2025-06-16 10:35 UTC  (2+ messages)

[RFC PATCH 0/6] drm/sched: Avoid memory leaks by canceling job-by-job
 2025-06-16 10:08 UTC  (6+ messages)
` [RFC PATCH 1/6] drm/sched: Avoid memory leaks with cancel_job() callback

[PATCH 0/3] Fix STM32 I2C dma operations
 2025-06-16  8:53 UTC  (3+ messages)
` [PATCH 1/3] i2c: stm32: fix the device used for the DMA map
` [PATCH 2/3] i2c: stm32f7: unmap DMA mapped buffer

[PATCH drm-dp 00/10] Fix hibmc driver bugs
 2025-06-16  9:27 UTC  (6+ messages)
` [PATCH drm-dp 03/10] drm/hisilicon/hibmc: fix irq_request()'s irq name variable is local


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 NNTP newsgroup(s).