dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-05 15:12:19 to 2024-10-07 16:46:35 UTC [more...]

[PATCH 2/2] nouveau/dmem: Fix memory leak in `migrate_to_ram` upon copy error
 2024-10-07 13:51 UTC  (2+ messages)

(no subject)
 2024-10-07 13:53 UTC  (3+ messages)
` [PATCH v2 1/2] nouveau/dmem: Fix privileged error in copy engine channel

[PATCH RESEND v2 0/8] drm/vkms: Add support for multiple plane formats
 2024-10-07 16:46 UTC  (8+ messages)
` [PATCH RESEND v2 1/8] drm/vkms: Create helpers macro to avoid code duplication in format callbacks
` [PATCH RESEND v2 2/8] drm/vkms: Add support for ARGB8888 formats
` [PATCH RESEND v2 3/8] drm/vkms: Add support for ARGB16161616 formats
` [PATCH RESEND v2 4/8] drm/vkms: Add support for RGB565 formats
` [PATCH RESEND v2 5/8] drm/vkms: Add support for RGB888 formats
` [PATCH RESEND v2 6/8] drm/vkms: Change YUV helpers to support u16 inputs for conversion
` [PATCH RESEND v2 7/8] drm/vkms: Create helper macro for YUV formats

[PATCH v1 0/3] drm/ci: add new devices for testing
 2024-10-07 16:37 UTC  (5+ messages)
` [PATCH v1 1/3] drm/ci: refactor software-driver stage jobs
` [PATCH v1 3/3] drm/ci: add sm8350-hdk

[PATCH] fbdev: Switch back to struct platform_driver::remove()
 2024-10-07 16:35 UTC 

[PATCH] gpu/drm: set gamma_lut or degamma_lut based on HW in setcmap_atomic
 2024-10-07 16:23 UTC  (3+ messages)

[RFC PATCH v4 0/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04
 2024-10-07 16:17 UTC  (8+ messages)
` [RFC PATCH v4 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04 devices

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

[PATCH v9 0/5] Fix degradation problem of alpha blending series
 2024-10-07 15:40 UTC  (11+ messages)
` [PATCH v9 1/5] drm/mediatek: ovl: Fix XRGB format breakage for blend_modes unsupported SoCs
` [PATCH v9 2/5] drm/mediatek: ovl: Refine ignore_pixel_alpha comment and placement
` [PATCH v9 3/5] drm/mediatek: ovl: Remove the color format comment for ovl_fmt_convert()
` [PATCH v9 4/5] drm/mediatek: ovl: Add blend_modes to driver data
` [PATCH v9 5/5] drm/mediatek: Add blend_modes to mtk_plane_init() for different SoCs

[PATCH V3 00/11] AMD XDNA driver
 2024-10-07 15:37 UTC  (12+ messages)
` [PATCH V3 02/11] accel/amdxdna: Add a new driver for AMD AI Engine
` [PATCH V3 03/11] accel/amdxdna: Support hardware mailbox
` [PATCH V3 05/11] accel/amdxdna: Add hardware context

[PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO
 2024-10-07 15:15 UTC  (7+ messages)

[PATCH v2] drm/atmel_hlcdc: Fix uninitialized variable
 2024-10-07 15:09 UTC 

[PATCH v9 0/7] Improve the copy of task comm
 2024-10-07 14:49 UTC  (8+ messages)
` [PATCH v9 1/7] Get rid of __get_task_comm()
` [PATCH v9 2/7] auditsc: Replace memcpy() with strscpy()
` [PATCH v9 3/7] security: Replace memcpy() with get_task_comm()
` [PATCH v9 4/7] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v9 5/7] mm/util: Fix possible race condition in kstrdup()
` [PATCH v9 6/7] mm/util: Deduplicate code in {kstrdup, kstrndup, kmemdup_nul}
` [PATCH v9 7/7] drm: Replace strcpy() with strscpy()

[PATCH v6 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2024-10-07 14:50 UTC  (9+ messages)
` [PATCH v6 1/5] hexagon: Don't select GENERIC_IOMAP without HAS_IOPORT support
` [PATCH v6 2/5] Bluetooth: add HAS_IOPORT dependencies
` [PATCH v6 3/5] drm: handle "
` [PATCH v6 4/5] tty: serial: "
` [PATCH v6 5/5] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n

[PATCH v5 0/2] Basic support for TI TDP158
 2024-10-07 14:50 UTC  (5+ messages)

[PATCH 1/2] Documentation/gpu: Document the situation with unqualified drm-memory-
 2024-10-07 14:39 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: Use drm_print_memory_stats helper from fdinfo

[PATCH v3 00/14] This series fixes the errors of MediaTek display driver found by IGT
 2024-10-07 14:38 UTC  (15+ messages)
` [PATCH v3 13/14] drm/mediatek: Support DRM plane alpha in OVL

[PATCH] drm/vkms: Add support for ABGR8888 pixel format
 2024-10-07 14:27 UTC 

[PATCH] drm/radeon: add late_register for connector
 2024-10-07 14:08 UTC  (8+ messages)
      ` Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

[PATCH v1 0/4] Add invokeV2 to support new features
 2024-10-07 13:57 UTC  (9+ messages)
` [PATCH v1 1/4] misc: fastrpc: Add CRC support using invokeV2 request
` [PATCH v1 2/4] misc: fastrpc: Capture kernel and DSP performance counters
` [PATCH v1 3/4] misc: fastrpc: Modify context id calculation for poll mode
` [PATCH v1 4/4] misc: fastrpc: Add polling mode support for fastRPC driver

[PATCH-next] Fix unintentional integer overflow
 2024-10-07 13:56 UTC  (6+ messages)

[PATCH v5 0/7] drm/mgag200: Implement VBLANK support
 2024-10-07 13:37 UTC  (7+ messages)

[PATCH v2 1/2] drm/msm/dsi: improve/fix dsc pclk calculation
 2024-10-07 13:19 UTC  (4+ messages)
` [PATCH v2 2/2] drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate calculation

[PATCH v3 1/2] drm/panfrost: Add missing OPP table refcnt decremental
 2024-10-07 13:17 UTC  (3+ messages)
` [PATCH v3 2/2] drm/panthor: Fix OPP refcnt leaks in devfreq initialisation

[PATCH 1/2] drm/vc4: Use `vc4_perfmon_find()`
 2024-10-07 13:12 UTC  (5+ messages)
` [PATCH 2/2] drm/vc4: Stop the active perfmon before being destroyed

[PATCH] drm/v3d: Stop the active perfmon before being destroyed
 2024-10-07 13:10 UTC  (2+ messages)

[PATCH] Subject: fbdev: sstfb: Make CONFIG_FB_DEVICE optional
 2024-10-07 12:48 UTC  (5+ messages)
` [PATCH v2] "

NULL pointer dereference after ib test on ring 7 succeeded
 2024-10-07 12:44 UTC  (4+ messages)
` NULL pointer dereference with kernel 6.12.0-rc1 and ARUBA GPU

[PATCH v2 20/31] drm/vc4: Introduce generation number enum
 2024-10-07 11:59 UTC  (2+ messages)
  ` [v2,20/31] "

[RESEND PATCH] drm/vmwgfx: Remove unnecessary NULL checks before kvfree()
 2024-10-07 11:51 UTC 

[PATCH v3 04/14] drm/mediatek: Fix XRGB setting error in Mixer
 2024-10-07 11:36 UTC  (2+ messages)

[PATCH v2 0/2] Introduce bus-width property for input bus format
 2024-10-07 11:21 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: display: bridge: sil, sii9022: Add bus-width
  ` [PATCH v2 1/2] dt-bindings: display: bridge: sil,sii9022: "
` [PATCH v2 2/2] drm/bridge: sii902x: Set input bus format based on bus-width

[PATCH 0/6] Samsung Exynos 7870 DECON driver support
 2024-10-07 10:38 UTC  (3+ messages)
  ` [PATCH 3/6] drm/exynos: exynos7_drm_decon: fix ideal_clk by converting it to Hz

[PATCH] drm/fbdev-dma: Only cleanup deferred I/O if necessary
 2024-10-07 10:21 UTC  (3+ messages)

[PATCH 0/3] Fix GPU virtual address collosion when CPU page size != GPU page size
 2024-10-07 10:20 UTC  (7+ messages)
` [PATCH 1/3] drm/etnaviv: Track GPU VA size separately
` [PATCH 2/3] drm/etnaviv: Map and unmap the GPU VA range with respect to its user size
` [PATCH 3/3] drm/etnaviv: Print an error message if inserting IOVA range fails

Patch "drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS" has been added to the 6.11-stable tree
 2024-10-07 10:10 UTC 

Patch "drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS" has been added to the 6.10-stable tree
 2024-10-07 10:10 UTC 

Patch "drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS" has been added to the 6.6-stable tree
 2024-10-07 10:09 UTC 

Patch "drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS" has been added to the 6.1-stable tree
 2024-10-07 10:09 UTC 

Patch "drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS" has been added to the 5.15-stable tree
 2024-10-07 10:09 UTC 

Patch "drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS" has been added to the 5.10-stable tree
 2024-10-07 10:09 UTC 

Patch "drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS" has been added to the 5.4-stable tree
 2024-10-07 10:08 UTC 

[PATCH v9 0/2] Add driver for Sharp Memory LCD
 2024-10-07  9:53 UTC  (6+ messages)
` [PATCH v9 1/2] dt-bindings: display: Add Sharp Memory LCD bindings
` [PATCH v9 2/2] drm/tiny: Add driver for Sharp Memory LCD

shift and mask issue in drivers/gpu/drm/sprd/megacores_pll.c
 2024-10-07  9:46 UTC 

[PATCH v11 0/3] drm/mediatek: Add support for OF graphs
 2024-10-07  9:31 UTC  (4+ messages)
` [PATCH v11 1/3] dt-bindings: display: mediatek: Add OF graph support for board path
` [PATCH v11 2/3] dt-bindings: arm: mediatek: mmsys: "
` [PATCH v11 3/3] drm/mediatek: Implement OF graphs support for display paths

[PATCH v10 3/3] drm/mediatek: Implement OF graphs support for display paths
 2024-10-07  9:08 UTC  (7+ messages)

[PATCH 4/7] drm/ttm: move LRU walk defines into new internal header
 2024-10-07  9:08 UTC  (13+ messages)

[PATCH v4 0/2] drm/ttm: Really use a separate LRU list for swapped- and pinned objects
 2024-10-07  8:54 UTC  (9+ messages)
` [PATCH v4 1/2] drm/ttm: Move swapped objects off the manager's LRU list
          ` RESEND "

[PATCH] dma-buf: Use atomic64_inc_return() in dma_buf_getfile()
 2024-10-07  8:37 UTC 

[PATCH v6 0/3] Add Samsung S6E3HA8 panel driver
 2024-10-07  8:17 UTC  (5+ messages)
` [PATCH v6 1/3] drm/mipi-dsi: add mipi_dsi_compression_mode_multi
` [PATCH v6 2/3] dt-bindings: panel: add Samsung s6e3ha8
` [PATCH v6 3/3] drm/panel: Add support for S6E3HA8 panel driver

[PATCH 0/8] drm/client: Stop using legacy crtc->mode and a bunch of cleanups
 2024-10-07  7:43 UTC  (5+ messages)
` [PATCH 4/8] drm/client: Make copies of modes
` [PATCH 8/8] drm/client: s/unsigned int i/int i/

[PATCH v3 0/4] drm/log: Introduce a new boot logger to draw the kmsg on the screen
 2024-10-07  7:27 UTC  (3+ messages)

[PATCH v2 0/3] ARM: dts: st: add and enable MALI400 on stih410/stih410-b2260
 2024-10-07  6:15 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: gpu: mali-utgard: Add st,stih410-mali compatible
` [PATCH v2 2/3] ARM: dts: st: add node for the MALI gpu on stih410.dtsi
` [PATCH v2 3/3] ARM: dts: st: enable the MALI gpu on the stih410-b2260

[PATCH] drm/mediatek: Fix XRGB format breakage for blend_modes unsupported SoCs
 2024-10-07  6:09 UTC  (4+ messages)

[PATCH v5] dt-bindings: display: mediatek: split: add subschema property constraints
 2024-10-07  6:03 UTC  (2+ messages)

[PATCH] drm/atmel_hlcdc: Fix uninitialized variable
 2024-10-07  3:13 UTC  (3+ messages)

[PATCH] drm/exynos: remove unused prototype for crtc
 2024-10-07  1:46 UTC  (2+ messages)

[PATCH v1] drm/exynos: gsc: Fix typo in comment
 2024-10-07  1:44 UTC  (2+ messages)

[PATCH v2 05/10] drm/armada: Allow build with COMPILE_TEST=y
 2024-10-07  0:19 UTC  (2+ messages)

[PATCH v2 0/4] Add MSM8996/MSM8953/MSM8937/MSM8917 dpu catalog
 2024-10-06 20:52 UTC  (9+ messages)
` [PATCH v2 1/4] drm/msm/dpu: Add support for MSM8996
` [PATCH v2 2/4] drm/msm/dpu: Add support for MSM8953
` [PATCH v2 3/4] drm/msm/dpu: Add support for MSM8937
` [PATCH v2 4/4] drm/msm/dpu: Add support for MSM8917

[PATCH v3 0/5] Display enablement changes for Qualcomm SA8775P platform
 2024-10-06 20:46 UTC  (7+ messages)
` [PATCH v3 3/5] drm/msm: mdss: Add SA8775P support
` [PATCH v3 4/5] drm/msm/dpu: "
` [PATCH v3 5/5] arm64: dts: qcom: sa8775p: add display dt nodes for MDSS0 and DPU

[PATCH 0/3] ARM: dts: st: add and enable MALI400 on stih410/stih410-b2260
 2024-10-06 20:39 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: gpu: mali-utgard: Add ST sti compatible
` [PATCH 2/3] ARM: dts: st: add node for the MALI gpu on stih410.dtsi
` [PATCH 3/3] ARM: dts: st: enable the MALI gpu on the stih410-b2260

[PATCH v4 0/5] Add support for DisplayPort on SA8775P platform
 2024-10-06 19:51 UTC  (4+ messages)
` [PATCH v4 5/5] drm/msm/dp: Add DisplayPort controller for SA8775P

[PATCH 1/2] drm/msm/dsi: improve/fix dsc pclk calculation
 2024-10-06 17:32 UTC  (6+ messages)
` [PATCH 2/2] drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate calculation

[PATCH] drm/amdgpu: fix typos
 2024-10-06 11:27 UTC 

[PATCH] video: fix inconsistent indentation warning
 2024-10-06  7:15 UTC 

[PATCH v2] dma-buf: fix S_IRUGO to 0444, block comments, func declaration
 2024-10-05 18:09 UTC 

[PATCH] drm/fsl-dcu: Remove redundant dev_err()
 2024-10-06  8:26 UTC  (2+ messages)

[PATCH v7 0/6] HDMI TX support in msm8998
 2024-10-06  1:55 UTC  (2+ messages)
` (subset) "

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-10-06  1:55 UTC  (2+ messages)
` (subset) "

[PATCH] drm/rockchip: cdn-dp: Remove unused functions
 2024-10-05 23:25 UTC 

[PATCH] drm/bridge: cdns-mhdp8546: Remove unused functions
 2024-10-05 23:20 UTC 

[PATCH 1/2] dt-bindings: display: bridge: tc358768: switch to bus-width
 2024-10-05 17:44 UTC  (2+ messages)

[PATCH][next] drm/nouveau: Avoid -Wflex-array-member-not-at-end warning
 2024-10-05 16:04 UTC  (6+ messages)

[PATCH] drm: renesas: rz-du: rzg2l_du_crtc: Fix max dot clock for DPI
 2024-10-05 15:37 UTC 

[PATCH v6 29/44] drm/amd/display: Add support for sRGB EOTF in BLND block
 2024-10-05 15:11 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox