dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-16 12:21:33 to 2024-05-17 17:15:55 UTC [more...]

[PATCH v8 00/10] Add V4L2 M2M Driver for E5010 JPEG Encoder
 2024-05-17 17:15 UTC 

[PATCH v2] drm/buddy: Fix the warn on's during force merge
 2024-05-17 16:44 UTC  (2+ messages)

[PATCH v4 0/8] drm/xe: Per client usage
 2024-05-17 16:39 UTC  (14+ messages)
` [PATCH v4 3/8] drm/xe/lrc: Add helper to capture context timestamp
` [PATCH v4 6/8] drm/xe: Cache data about user-visible engines
` [PATCH v4 7/8] drm/xe: Add helper to return any available hw engine
` [PATCH v4 8/8] drm/xe/client: Print runtime to fdinfo

[PATCH v2 0/3] Improve drm printer code
 2024-05-17 16:34 UTC  (4+ messages)
` [PATCH v2 1/3] drm/print: Add generic drm dev printk function
` [PATCH v2 2/3] drm/print: Improve drm_dbg_printer
` [PATCH v2 3/3] drm/i915: Don't use __func__ as prefix for drm_dbg_printer

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-17 16:23 UTC  (6+ messages)

[PATCH v6 0/7] Adds support for ConfigFS to VKMS!
 2024-05-17 16:00 UTC  (8+ messages)

[PATCH] drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1
 2024-05-17 15:46 UTC  (5+ messages)

[PATCH 0/3] Improve drm printer code
 2024-05-17 15:42 UTC  (8+ messages)
` [PATCH 1/3] drm/print: Add generic drm dev printk function
` [PATCH 2/3] drm/print: Improve drm_dbg_printer
` [PATCH 3/3] drm/i915: Don't use __func__ as prefix for drm_dbg_printer

[PATCH] drm/edid: add non-desktop quirk to Bigscreen Beyond HMD
 2024-05-17 15:36 UTC  (6+ messages)

[PATCH v2 0/2] drm/mgag200: Add an option to disable Write-Combine
 2024-05-17 15:16 UTC  (4+ messages)
` [PATCH v2 1/2] Revert "drm/mgag200: Add a workaround for low-latency"
` [PATCH v2 2/2] drm/mgag200: Add an option to disable Write-Combine

[PATCH 0/2] drm/mgag200: Add an option to disable Write-Combine
 2024-05-17 15:04 UTC  (6+ messages)
` [PATCH 1/2] Revert "drm/mgag200: Add a workaround for low-latency"
` [PATCH 2/2] drm/mgag200: Add an option to disable Write-Combine

[PATCH v2] drm/buddy: Fix the warn on's during force merge
 2024-05-17 14:34 UTC  (4+ messages)

[PATCH 0/2] Don't be alarmed at FLR timeouts
 2024-05-17 14:00 UTC  (4+ messages)
` [PATCH 1/2] drm/i915: Increase FLR timeout from 3s to 9s
` [PATCH 2/2] drm/i915: Don't treat FLR resets as errors

[git pull] drm urgent for 6.10-rc1
 2024-05-17 13:55 UTC  (7+ messages)

[PATCH] arch: Fix name collision with ACPI's video.o
 2024-05-17 13:54 UTC  (2+ messages)

[RFC v2 0/2] Discussion around eviction improvements
 2024-05-17 13:43 UTC  (4+ messages)

[PATCH] drm/buddy: Merge back blocks in bias range function
 2024-05-17 12:56 UTC  (3+ messages)

[PATCH] drm/i915/selftests: Set always_coherent to false when reading from CPU
 2024-05-17 12:45 UTC  (7+ messages)

[PATCH 1/2] drm/buddy: stop using PAGE_SIZE
 2024-05-17 11:17 UTC  (6+ messages)

[PATCH] drm/nouveau/disp: Fix missing backlight control on Macbook 5, 1
 2024-05-17 11:07 UTC 

[PATCH v3 1/3] gpu: ipu-v3: pre: move state into struct
 2024-05-17 10:45 UTC  (3+ messages)
` [PATCH v3 2/3] gpu: ipu-v3: pre: add dynamic buffer layout reconfiguration
` [PATCH v3 3/3] gpu: ipu-v3: pre: don't use fixed timeout when waiting for safe window

[PATCH v9] drm/bridge: it6505: This patch fixes hibernate to resume no display issue
 2024-05-17 10:37 UTC  (2+ messages)

[PATCH v6, 00/24] media: mediatek: add driver to support secure video decoder
 2024-05-17  9:53 UTC  (21+ messages)
` [PATCH v6,06/24] dma-heap: Add proper kref handling on dma-buf heaps
` [PATCH v6, 07/24] dma-heap: Provide accessors so that in-kernel drivers can allocate dmabufs from specific heaps
` [PATCH v6, 08/24] media: mediatek: vcodec: add tee client interface to communiate with optee-os
` [PATCH v6,09/24] media: mediatek: vcodec: allocate tee share memory
` [PATCH v6, 10/24] media: mediatek: vcodec: send share memory data to optee
` [PATCH v6, 11/24] media: mediatek: vcodec: initialize msg and vsi information
` [PATCH v6, 12/24] media: mediatek: vcodec: add interface to allocate/free secure memory
` [PATCH v6, 13/24] media: mediatek: vcodec: using shared memory as vsi address
` [PATCH v6, 14/24] media: mediatek: vcodec: Add capture format to support one plane memory
` [PATCH v6,15/24] media: mediatek: vcodec: Add one plane format
` [PATCH v6, 16/24] media: mediatek: vcodec: support one plane capture buffer
` [PATCH v6, 17/24] media: mediatek: vcodec: re-construct h264 driver to support svp mode
` [PATCH v6, 18/24] media: mediatek: vcodec: remove parse nal_info in kernel
` [PATCH v6, 19/24] media: mediatek: vcodec: disable wait interrupt for svp mode
` [PATCH v6,20/24] media: mediatek: vcodec: support tee decoder
` [PATCH v6, 21/24] media: mediatek: vcodec: move vdec init interface to setup callback
` [PATCH v6, 22/24] media: mediatek: vcodec: support hevc svp for mt8188
` [PATCH v6, 23/24] media: mediatek: vcodec: support av1 svp decoder "
` [PATCH v6, 24/24] media: mediatek: vcodec: support vp9 "

[PATCH v4 0/3] drm/mediatek: Add support for OF graphs
 2024-05-17  9:49 UTC  (3+ messages)
` [PATCH v4 3/3] drm/mediatek: Implement OF graphs support for display paths

[PATCH v10] drm/bridge: it6505: fix hibernate to resume no display issue
 2024-05-17  9:58 UTC 

[PATCH v2 0/6] drm/ci: uprev mesa/IGT and generate testlist
 2024-05-17  9:25 UTC  (7+ messages)
` [PATCH v2 1/6] drm/ci: uprev mesa version
` [PATCH v2 2/6] drm/ci: generate testlist from build
` [PATCH v2 3/6] drm/ci: build virtual GPU driver as module
` [PATCH v2 4/6] drm/ci: uprev IGT
` [PATCH v2 5/6] drm/ci: skip driver specific tests
` [PATCH v2 6/6] drm/ci: update xfails for the new testlist

[PATCH -next] drm/amd/display: Update optc35_set_odm_combine doc to match kernel-doc spec
 2024-05-17  8:26 UTC 

[PATCH] drm/etnaviv: switch devcoredump allocations to GFP_NOWAIT
 2024-05-17  8:18 UTC  (3+ messages)

[PATCH v8 0/6] Break out as separate driver and add BOE nv110wum-l60 IVO t109nw41 MIPI-DSI panel
 2024-05-17  7:29 UTC  (4+ messages)

[PATCH v7 0/7] Break out as separate driver and add BOE nv110wum-l60 IVO t109nw41 MIPI-DSI panel
 2024-05-17  7:29 UTC  (10+ messages)
` [v7 3/7] arm64: defconfig: Enable HIMAX_HX83102 panel
` (subset) [PATCH v7 0/7] Break out as separate driver and add BOE nv110wum-l60 IVO t109nw41 MIPI-DSI panel

[PATCH 0/3] HW layer refactor
 2024-05-17  6:53 UTC  (2+ messages)

[PATCH v12 00/10] Improve test coverage of TTM
 2024-05-17  3:37 UTC  (2+ messages)

[PATCH v3 0/6] drm/panel: simple: Add Panels and Panel Vendors
 2024-05-17  2:11 UTC  (6+ messages)
` [PATCH v3 3/6] dt-bindings: display: simple: Add Microtips & Lincolntech Dual-LVDS Panels

[PATCH v2 0/3] Support fdinfo runtime and memory stats on Panthor
 2024-05-16 22:33 UTC  (4+ messages)
` [PATCH v2 3/3] drm/panthor: Enable fdinfo for memory stats

[PATCH v2 0/1] drm: Add ioctl for querying a DRM device's list of open client PIDs
 2024-05-16 22:12 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH] drm/komeda: remove unused struct 'gamma_curve_segment'
 2024-05-16 13:37 UTC 

[PATCH] drm/msm/adreno: De-spaghettify the use of memory barriers
 2024-05-16 18:55 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION dbd9e2e056d8577375ae4b31ada94f8aa3769e8a
 2024-05-16 18:46 UTC 

[PATCH] drm/print: Kill ___drm_dbg()
 2024-05-16 18:24 UTC  (2+ messages)

[PATCH] drm/probe-helper: Call drm_mode_validate_ycbcr420() before connector->mode_valid()
 2024-05-16 17:33 UTC 

[PATCH v2 0/3] drm/etnaviv: Disable SH_EU clock gating on the i.MX8MP NPU
 2024-05-16 17:18 UTC  (3+ messages)
` [PATCH v2 2/3] drm/etnaviv: Turn etnaviv_is_model_rev() into a function

[PATCH v2] dt-bindings: display: synopsys, dw-hdmi: Document ddc-i2c-bus in core
 2024-05-16 17:17 UTC  (2+ messages)
` [PATCH v2] dt-bindings: display: synopsys,dw-hdmi: "

[PATCH] drm/etnaviv: drop driver owner assignment
 2024-05-16 17:13 UTC  (3+ messages)

Safety of opening up /dev/dma_heap/* to physically present users (udev uaccess tag) ?
 2024-05-16 17:11 UTC  (12+ messages)

[PATCH 0/8] dma-buf: heaps: Support carved-out heaps and ECC related-flags
 2024-05-16 17:09 UTC  (7+ messages)

[PATCH] ACPI: video: Fix name collision with architecture's video.o
 2024-05-16 15:16 UTC  (5+ messages)

[PATCH 0/2] Update on habanalabs, Xe maintainer status
 2024-05-16 15:12 UTC  (3+ messages)
` [PATCH 2/2] MAINTAINERS: update Xe driver maintainers

[PATCH 3/3] drm/loongson: Refactor lsdc device initialize and the output port
 2024-05-16 15:05 UTC  (3+ messages)

[PULL] drm-misc-next-fixes
 2024-05-16 15:00 UTC 

[PATCH v5] drm/mediatek: dpi/dsi: fix possible_crtcs calculation
 2024-05-16 14:58 UTC 

dma-buf sg mangling
 2024-05-16 14:52 UTC  (3+ messages)
` Issues with mid-command buffer preemption

[PATCH] drm/amdgpu: Remove duplicate amdgpu_umsch_mm.h header
 2024-05-16 14:48 UTC  (2+ messages)

[git pull] drm for 6.10-rc1
 2024-05-16 14:22 UTC  (9+ messages)

[PATCH 1/2] drm: print top commit sha after loading the driver
 2024-05-16 14:17 UTC  (4+ messages)

[PATCH v2 0/5] Add support for GE SUNH hot-pluggable connector (was: "drm: add support for hot-pluggable bridges")
 2024-05-16 13:22 UTC  (2+ messages)

[PATCH 0/3] drm/vkms: Reimplement line-per-line pixel conversion for writeback
 2024-05-16 13:20 UTC  (4+ messages)
` [PATCH 1/3] drm/vkms: Re-introduce line-by-line algorithm "
` [PATCH 2/3] drm/vkms: Add a macro for write_line functions
` [PATCH 3/3] drm/vkms: Add support for XRGB2101010

[PATCH 0/5] drm/vkms: Add support for multiple plane formats
 2024-05-16 13:18 UTC  (6+ messages)
` [PATCH 1/5] drm/vkms: Create helpers macro to avoid code duplication in format callbacks
` [PATCH 2/5] drm/vkms: Add support for ARGB8888 formats
` [PATCH 3/5] drm/vkms: Add support for ARGB16161616 formats
` [PATCH 4/5] drm/vkms: Add support for RGB565 formats
` [PATCH 5/5] drm/vkms: Add support for RGB888 formats

[PATCH v8 00/17] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-05-16 13:05 UTC  (18+ messages)
` [PATCH v8 01/17] drm/vkms: Code formatting
` [PATCH v8 02/17] drm/vkms: Use drm_frame directly
` [PATCH v8 03/17] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
` [PATCH v8 04/17] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v8 05/17] drm/vkms: Add dummy pixel_read/pixel_write callbacks to avoid NULL pointers
` [PATCH v8 06/17] drm/vkms: Use const for input pointers in pixel_read an pixel_write functions
` [PATCH v8 07/17] drm/vkms: Update pixels accessor to support packed and multi-plane formats
` [PATCH v8 08/17] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
` [PATCH v8 09/17] drm/vkms: Introduce pixel_read_direction enum
` [PATCH v8 10/17] drm/vkms: Re-introduce line-per-line composition algorithm
` [PATCH v8 11/17] drm/vkms: Remove useless drm_rotation_simplify
` [PATCH v8 12/17] drm/vkms: Add YUV support
` [PATCH v8 13/17] drm/vkms: Add range and encoding properties to the plane
` [PATCH v8 14/17] drm/vkms: Drop YUV formats TODO
` [PATCH v8 15/17] drm/vkms: Create KUnit tests for YUV conversions
` [PATCH v8 16/17] drm/vkms: Add how to run the Kunit tests
` [PATCH v8 17/17] drm/vkms: Add support for DRM_FORMAT_R*

[RFC PATCH 0/3] Add display sharing support in tidss
 2024-05-16 12:51 UTC  (10+ messages)
` [RFC PATCH 2/3] drm/tidss: Add support for display sharing
      `  "

[PATCH 7/8] dma-buf: heaps: cma: Handle ECC flags
 2024-05-16 12:48 UTC  (2+ messages)

[PATCH] drm: Drop explicit initialization of struct i2c_device_id::driver_data to 0
 2024-05-16 12:38 UTC 

[PATCH] drm: have config DRM_WERROR depend on !WERROR
 2024-05-16 12:36 UTC  (2+ messages)
`  "

[PATCH] drm/bridge: adv7511: Exit interrupt handling when necessary
 2024-05-16 12:22 UTC  (3+ messages)


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