dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-16 19:26:49 to 2025-06-17 18:56:30 UTC [more...]

[PATCH v4 00/14] drm/amd/display: more drm_edid to AMD display driver
 2025-06-17 18:56 UTC  (14+ 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] drm/msm/dp: add linux/io.h header to fix build errors
 2025-06-17 18:56 UTC 

[PATCH v2 0/6] PCI/VGA: Look at all PCI display devices in VGA arbiter
 2025-06-17 18:52 UTC  (8+ messages)
` [PATCH v2 1/6] PCI: Add helper for checking if a PCI device is a display controller
` [PATCH v2 2/6] vfio/pci: Use pci_is_display()
` [PATCH v2 3/6] vga_switcheroo: "
` [PATCH v2 4/6] iommu/vt-d: "
` [PATCH v2 5/6] ALSA: hda: "
` [PATCH v2 6/6] vgaarb: Look at all PCI display devices in VGA arbiter

[PATCH v3 0/3] drm/gpusvm, drm/pagemap, drm/xe: Restructure migration in preparation for multi-device
 2025-06-17 17:09 UTC  (11+ messages)
` [PATCH v3 1/3] drm/gpusvm, drm/pagemap: Move migration functionality to drm_pagemap
` [PATCH v3 2/3] drm/pagemap: Add a populate_mm op
` [PATCH v3 3/3] drm/xe: Implement and use the drm_pagemap "

[PATCH v5 00/23] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-06-17 16:33 UTC  (3+ messages)
` [PATCH v5 15/23] gpu: nova-core: add falcon register definitions and base code

[PATCH] nouveau/gsp: get zeroed pages for any device allocations we need
 2025-06-17 16:27 UTC  (2+ messages)

drm/panel/panel-simple v6.16-rc1 WARNING regression
 2025-06-17 16:17 UTC  (2+ messages)

bridge/microchip_lvds panel usage
 2025-06-17 15:36 UTC 

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

[PATCH v2] drm/sched: Clarify scenarios for separate workqueues
 2025-06-17 15:08 UTC  (5+ messages)

[PATCH v14 0/8] mtd: add driver for Intel discrete graphics
 2025-06-17 14:51 UTC  (9+ messages)
` [PATCH v14 1/8] mtd: add driver for intel graphics non-volatile memory device
` [PATCH v14 2/8] mtd: intel-dg: implement region enumeration
` [PATCH v14 3/8] mtd: intel-dg: implement access functions
` [PATCH v14 4/8] mtd: intel-dg: register with mtd
` [PATCH v14 5/8] mtd: intel-dg: align 64bit read and write
` [PATCH v14 6/8] drm/xe/nvm: add on-die non-volatile memory device
` [PATCH v14 7/8] drm/xe/nvm: add support for access mode
` [PATCH v14 8/8] drm/xe/nvm: add support for non-posted erase

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

[PATCH v5 0/2] drm/panthor: Scheduler fixes for termination failure and timeouts
 2025-06-17 14:45 UTC  (3+ messages)
` [PATCH v5 1/2] drm/panthor: Reset queue slots if termination fails

[PATCH] rust: types: add Opaque::from_raw
 2025-06-17 14:40 UTC  (3+ messages)

[PATCH 0/9] drm/vesadrm: Support 8-bit palettes
 2025-06-17 14:23 UTC  (10+ messages)
` [PATCH 1/9] video: pixel_format: Add compare helpers
` [PATCH 2/9] video: screen_info: Add pixel-format helper for linear framebuffers
` [PATCH 3/9] drm/sysfb: Find screen_info format with helpers
` [PATCH 4/9] drm/sysfb: Blit to CRTC destination format
` [PATCH 5/9] drm/color-mgmt: Prepare for RGB332 palettes
` [PATCH 6/9] drm/format-helper: Add XRGB8888-to-RGB332 to drm_fb_blit()
` [PATCH 7/9] drm/vesadrm: Rename vesadrm_set_gamma_lut() to vesadrm_set_color_lut()
` [PATCH 8/9] drm/vesadrm: Prepare color management for palette-based framebuffers
` [PATCH 9/9] drm/vesadrm: Support DRM_FORMAT_C8

Trying to fix drm/prime: remove drm_prime_lookup_buf_by_handle
 2025-06-17 14:29 UTC  (12+ messages)
` [PATCH] drm/prime: fix drm_prime_add_buf_handle

[PATCH V10 00/46] Color Pipeline API w/ VKMS
 2025-06-17 14:17 UTC  (50+ 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 v6 0/2] Add Block event interrupt support for I2C protocol
 2025-06-17 14:16 UTC  (16+ messages)
` [PATCH v6 1/2] dmaengine: qcom: gpi: Add GPI Block event interrupt support
` [PATCH v6 2/2] i2c: i2c-qcom-geni: Add "

[PATCH] drm/vesadrm: Avoid NULL-ptr deref in vesadrm_pmi_cmap_write()
 2025-06-17 14:09 UTC 

[PATCH v13 00/10] mtd: add driver for Intel discrete graphics
 2025-06-17 13:45 UTC  (11+ messages)
` [PATCH v13 01/10] mtd: add driver for intel graphics non-volatile memory device
` [PATCH v13 02/10] mtd: intel-dg: implement region enumeration
` [PATCH v13 03/10] mtd: intel-dg: implement access functions
` [PATCH v13 04/10] mtd: intel-dg: register with mtd
` [PATCH v13 05/10] mtd: intel-dg: align 64bit read and write
` [PATCH v13 06/10] drm/i915/nvm: add nvm device for discrete graphics
` [PATCH v13 07/10] drm/i915/nvm: add support for access mode
` [PATCH v13 08/10] drm/xe/nvm: add on-die non-volatile memory device
` [PATCH v13 09/10] drm/xe/nvm: add support for access mode
` [PATCH v13 10/10] drm/xe/nvm: add support for non-posted erase

[PATCH 0/2] drm/gpuvm: Locking helpers
 2025-06-17 13:43 UTC  (9+ messages)
` [PATCH 2/2] drm/gpuvm: Add locking helpers

[PATCH v5 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
 2025-06-17 12:59 UTC  (3+ messages)
` [PATCH v5 07/25] drm/exynos: Compute dumb-buffer sizes with drm_mode_size_dumb()

[PATCH v5 0/2] dma-buf: heaps: Support carved-out heaps
 2025-06-17 12:25 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: reserved-memory: Introduce carved-out memory region binding
` [PATCH v5 2/2] dma-buf: heaps: Introduce a new heap for reserved memory

[PATCH v10 0/9] TEE subsystem for protected dma-buf allocations
 2025-06-17 11:38 UTC  (15+ messages)
` [PATCH v10 2/9] dma-buf: dma-heap: export declared functions
` [PATCH v10 3/9] tee: implement protected DMA-heap
` [PATCH v10 5/9] tee: new ioctl to a register tee_shm from a dmabuf file descriptor
` [PATCH v10 6/9] tee: add tee_shm_alloc_dma_mem()
` [PATCH v10 7/9] optee: support protected memory allocation
` [PATCH v10 8/9] optee: FF-A: dynamic "
` [PATCH v10 9/9] optee: smc abi: "

[PATCH v3 0/4] Add support of VM PT and MQD per client-id
 2025-06-17 10:26 UTC  (5+ messages)
` [PATCH v3 1/4] drm: move debugfs functionality from drm_drv.c to drm_debugfs.c
` [PATCH v3 2/4] drm: add debugfs support on per client-id basis
` [PATCH v3 3/4] drm/amdgpu: add debugfs support for VM pagetable per client
` [PATCH v3 4/4] drm/amdgpu: add support of debugfs for mqd information

[PATCH 1/6] drm/vmwgfx: drop printing the TTM refcount for debugging
 2025-06-17 10:18 UTC  (4+ messages)
` [PATCH 6/6] drm/ttm: replace TTMs refcount with the DRM refcount

[PATCH] docs: nouveau: remove invalid kernel-doc reference to r535.c
 2025-06-16  2:17 UTC 

[PATCH libdrm] amdgpu: added some missing PCI id entries
 2025-06-15 17:01 UTC 

[PATCH] drm/amd/display: sspl: Use of macro ARRAY_SIZE to calculate array size
 2025-06-17  8:45 UTC 

[PATCH v2 0/5] drm/xe: enable driver usage on non-4KiB kernels
 2025-06-16  5:53 UTC  (2+ messages)

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

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-17  9:49 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 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [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 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  (11+ 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  (4+ messages)
` [PATCH v2 05/10] drm/xe/xe_late_bind_fw: Load late binding firmware

[PATCH v2 0/4] Support for Adreno X1-45 GPU
 2025-06-17  8:27 UTC  (7+ 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 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 4/6] drm/ttm: rename ttm_bo_put to _fini
 2025-06-17  2:08 UTC  (2+ messages)

[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  (2+ messages)

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

[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 


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).