dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-08 17:05:58 to 2024-04-09 15:13:26 UTC [more...]

[PATCH v3 2/2] misc: sram: Add DMA-BUF Heap exporting of SRAM areas
 2024-04-09 14:38 UTC  (3+ messages)

[PATCH 0/6] Add SMEM-based speedbin matching
 2024-04-09 15:13 UTC  (10+ messages)
` [PATCH 2/6] soc: qcom: smem: Add pcode/fcode getters
` [PATCH 3/6] drm/msm/adreno: Allow specifying default speedbin value
` [PATCH 5/6] drm/msm/adreno: Add speedbin data for SM8550 / A740

[PATCH 0/5] drm/vmwgfx: vblank and crc generation support
 2024-04-09 15:12 UTC  (5+ messages)
` [PATCH 2/5] drm/vmwgfx: Implement virtual crc generation
` [PATCH 4/5] drm/vmwgfx: Fix crtc's atomic check conditional

[PATCH 1/5] drm/vblank: Introduce drm_crtc_vblank_crtc()
 2024-04-09 15:02 UTC  (8+ messages)
` [PATCH 2/5] drm/amdgpu: Use drm_crtc_vblank_crtc()
` [PATCH 3/5] drm/i915: "
` [PATCH 4/5] drm/nouveau: "
` [PATCH 5/5] drm/vkms: "

[PATCH v3] drm/msm/dp: call dp_hpd_plug_handle()/unplug_handle() directly for external HPD
 2024-04-09 14:39 UTC  (13+ messages)

[PATCH] drm/msm/gen_header: allow skipping the validation
 2024-04-09 14:22 UTC 

[PATCH 0/1] vgacon: Handle HAS_IOPORT dependencies
 2024-04-09 14:13 UTC  (4+ messages)
` [PATCH 1/1] vgacon: add "

[PATCH v11 0/9] drm/panic: Add a drm panic handler
 2024-04-09 14:13 UTC  (8+ messages)
` [PATCH v11 2/9] "
` [PATCH v11 5/9] drm/fb_dma: Add generic get_scanout_buffer() for drm_panic

[RESEND v7 08/37] clocksource: sh_tmu: CLOCKSOURCE support
 2024-04-09 13:56 UTC  (2+ messages)

[PATCH v6 0/8] drm/ci: Add support for GPU and display testing
 2024-04-09 13:52 UTC  (11+ messages)
` [PATCH v6 1/8] drm/ci: arm64.config: Enable CONFIG_DRM_ANALOGIX_ANX7625
` [PATCH v6 2/8] drm/ci: uprev mesa version
` [PATCH v6 3/8] drm/ci: uprev IGT and update testlist
` [PATCH v6 4/8] drm/ci: mediatek: add tests for mediatek display driver
` [PATCH v6 5/8] drm/ci: mediatek: add tests for powervr gpu driver
` [PATCH v6 6/8] drm/ci: meson: add tests for meson display driver
` [PATCH v6 7/8] drm/ci: rockchip: add tests for rockchip "
` [PATCH v6 8/8] drm/ci: add tests on vkms

[PATCH v3 00/18] Add audio support for the MediaTek Genio 350-evk board
 2024-04-09 13:42 UTC  (19+ messages)
` [PATCH v3 01/18] ASoC: dt-bindings: mediatek,mt8365-afe: Add audio afe document
` [PATCH v3 02/18] ASoC: dt-bindings: mediatek,mt8365-mt6357: Add audio sound card document
` [PATCH v3 03/18] ASoC: dt-bindings: mt6357: Add audio codec document
` [PATCH v3 04/18] dt-bindings: mfd: mediatek: Add codec property for MT6357 PMIC
` [PATCH v3 05/18] ASoC: mediatek: mt8365: Add common header
` [PATCH v3 06/18] SoC: mediatek: mt8365: support audio clock control
` [PATCH v3 07/18] ASoC: mediatek: mt8365: Add I2S DAI support
` [PATCH v3 08/18] ASoC: mediatek: mt8365: Add ADDA "
` [PATCH v3 09/18] ASoC: mediatek: mt8365: Add DMIC "
` [PATCH v3 10/18] ASoC: mediatek: mt8365: Add PCM "
` [PATCH v3 11/18] ASoc: mediatek: mt8365: Add a specific soundcard for EVK
` [PATCH v3 12/18] ASoC: mediatek: mt8365: Add platform driver
` [PATCH v3 13/18] ASoC: codecs: add MT6357 support
` [PATCH v3 14/18] ASoC: mediatek: Add MT8365 support
` [PATCH v3 15/18] arm64: defconfig: enable mt8365 sound
` [PATCH v3 16/18] arm64: dts: mediatek: add mt6357 audio codec support
` [PATCH v3 17/18] arm64: dts: mediatek: add afe support for mt8365 SoC
` [PATCH v3 18/18] arm64: dts: mediatek: add audio support for mt8365-evk

[PATCH] accel/qaic: mark debugfs stub functions as static inline
 2024-04-09 13:39 UTC 

Future handling of complex RGB devices on Linux
 2024-04-09 13:33 UTC  (11+ messages)
` Future handling of complex RGB devices on Linux v2
          ` Future handling of complex RGB devices on Linux v3
              ` In kernel virtual HID devices (was Future handling of complex RGB devices on Linux v3)

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

[PATCH] drm/msm/adreno: fix CP cycles stat retrieval on a7xx
 2024-04-09 13:07 UTC  (2+ messages)

[PATCH 0/3] drm: Multiple documentation update
 2024-04-09 12:38 UTC  (6+ messages)
` [PATCH 1/3] drm: drm_blend.c: Add precision in drm_rotation_simplify kernel doc
` [PATCH 2/3] drm: drm_blend.c: Improve drm_plane_create_rotation_property "
` [PATCH 3/3] drm/fourcc: Add documentation around drm_format_info

[PATCH v2 00/18] Add audio support for the MediaTek Genio 350-evk board
 2024-04-09 12:10 UTC  (21+ messages)
` [PATCH v2 01/18] ASoC: dt-bindings: mediatek,mt8365-afe: Add audio afe document
` [PATCH v2 02/18] ASoC: dt-bindings: mediatek,mt8365-mt6357: Add audio sound card document
` [PATCH v2 03/18] dt-bindings: mfd: mediatek: Add codec property for MT6357 PMIC
` [PATCH v2 04/18] ASoC: dt-bindings: mt6357: Add audio codec document
` [PATCH v2 05/18] ASoC: mediatek: mt8365: Add common header
` [PATCH v2 06/18] SoC: mediatek: mt8365: support audio clock control
` [PATCH v2 07/18] ASoC: mediatek: mt8365: Add I2S DAI support
` [PATCH v2 08/18] ASoC: mediatek: mt8365: Add ADDA "
` [PATCH v2 09/18] ASoC: mediatek: mt8365: Add DMIC "
` [PATCH v2 10/18] ASoC: mediatek: mt8365: Add PCM "
` [PATCH v2 11/18] ASoc: mediatek: mt8365: Add a specific soundcard for EVK
` [PATCH v2 12/18] ASoC: mediatek: mt8365: Add platform driver
` [PATCH v2 13/18] ASoC: codecs: add MT6357 support
` [PATCH v2 14/18] ASoC: mediatek: Add MT8365 support
` [PATCH v2 15/18] arm64: defconfig: enable mt8365 sound
` [PATCH v2 16/18] arm64: dts: mediatek: add mt6357 audio codec support
` [PATCH v2 17/18] arm64: dts: mediatek: add afe support for mt8365 SoC
` [PATCH v2 18/18] arm64: dts: mediatek: add audio support for mt8365-evk

[PATCH v2 0/3] drm/mediatek: Add support for OF graphs
 2024-04-09 12:02 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: display: mediatek: Add OF graph support for board path
` [PATCH v2 2/3] dt-bindings: arm: mediatek: mmsys: "
` [PATCH v2 3/3] drm/mediatek: Implement OF graphs support for display paths

[PATCH] drm/vmwgfx: Enable DMA mappings with SEV
 2024-04-09 11:56 UTC  (2+ messages)

[PATCH] nouveau: fix instmem race condition around ptr stores
 2024-04-09 11:33 UTC  (3+ messages)

[PATCH v3 00/13] drm/display: Convert helpers Kconfig symbols to depends on
 2024-04-09 11:12 UTC  (7+ messages)
` [PATCH v3 09/13] drm: Switch DRM_DISPLAY_DP_AUX_BUS "

[PATCH] dma-buf: add DMA_BUF_IOCTL_SYNC_PARTIAL support
 2024-04-09  7:32 UTC  (5+ messages)

[Linux kernel bug] general protection fault in udmabuf_create
 2024-04-09  9:15 UTC 

[PATCH 0/3] drm/panel: sitronix-st7789v: fixes for jt240mhqs_hwt_ek_e3 panel
 2024-04-09 10:40 UTC  (4+ messages)
` [PATCH 1/3] drm/panel: sitronix-st7789v: fix timing "
` [PATCH 2/3] drm/panel: sitronix-st7789v: tweak "
` [PATCH 3/3] drm/panel: sitronix-st7789v: fix display size "

Cross-device and cross-driver HMM support
 2024-04-09 10:18 UTC  (7+ messages)

[PATCH 1/9] tools/include: Sync uapi/drm/i915_drm.h with the kernel sources
 2024-04-09 10:14 UTC  (4+ messages)

[PATCH] drm/atomic-helper: fix parameter order in drm_format_conv_state_copy() call
 2024-04-09 10:06 UTC  (2+ messages)

[PATCH v5 00/16] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-04-09 10:06 UTC  (13+ messages)
` [PATCH v5 09/16] drm/vkms: Introduce pixel_read_direction enum
` [PATCH v5 11/16] drm/vkms: Add YUV support

[PATCH v2 0/4] drm/edid & drm/i915: vendor and product id logging improvements
 2024-04-09  9:46 UTC  (5+ messages)
` [PATCH v2 1/4] drm/edid: add drm_edid_get_product_id()
` [PATCH v2 2/4] drm/edid: add drm_edid_print_product_id()
` [PATCH v2 3/4] drm/i915/bios: switch to struct drm_edid and struct drm_edid_product_id
` [PATCH v2 4/4] drm/i915/bios: return drm_edid_product_id from get_lvds_pnp_id()

[PATCH 0/4] drm/edid & drm/i915: vendor and product id logging improvements
 2024-04-09  9:41 UTC  (7+ messages)
` [PATCH 1/4] drm/edid: add drm_edid_get_product_id()
` [PATCH 2/4] drm/edid: add drm_edid_print_product_id()

[PATCH 2/2] drm/panel: add New TS050 panel support
 2024-04-09  8:46 UTC 

Khadas VIM3/3L New TS050 support patch
 2024-04-09  8:31 UTC 

[PATCH v3 00/15] Add support for suppressing warning backtraces
 2024-04-09  8:29 UTC  (9+ messages)
` [PATCH v3 01/15] bug/kunit: Core "
` [PATCH v3 02/15] kunit: bug: Count suppressed "
` [PATCH v3 03/15] kunit: Add test cases for backtrace warning suppression
` [PATCH v3 04/15] kunit: Add documentation for warning backtrace suppression API

[PATCH v8 0/6] drm/{i915,xe}: Convert fbdev to DRM client
 2024-04-09  8:04 UTC  (7+ messages)
` [PATCH v8 1/6] drm/client: Export drm_client_dev_unregister()
` [PATCH v8 2/6] drm/i915: Move fbdev functions
` [PATCH v8 3/6] drm/i915: Initialize fbdev DRM client with callback functions
` [PATCH v8 4/6] drm/{i915,xe}: Unregister in-kernel clients
` [PATCH v8 5/6] drm/{i915,xe}: Implement fbdev client callbacks
` [PATCH v8 6/6] drm/{i915, xe}: Implement fbdev emulation as in-kernel client

[PATCH 00/12] drm/client: Use after free and debug improvements
 2024-04-09  8:01 UTC  (7+ messages)
` [PATCH 11/12] drm/client: Streamline mode selection debugs

[PATCH] drm: vc4: Fix possible null pointer dereference
 2024-04-09  7:56 UTC 

[PATCH 00/21] drm: Increase COMPILE_TEST=y coverage
 2024-04-09  7:26 UTC  (16+ messages)
` [PATCH 08/21] drm/hisilicon/kirin: Include linux/io.h for readl()/writel()
` [PATCH 09/21] drm/hisilicon/kirin: Fix 64bit divisions
` [PATCH 10/21] drm/hisilicon/kirin: Fix MASK(32) on 32bit architectures
` [PATCH 11/21] drm/hisilicon/kirin: Allow build with COMPILE_TEST=y
` [PATCH 15/21] drm/omap: "
` [PATCH 17/21] drm/fsl-dcu: "
` [PATCH 19/21] drm/meson: "
` [PATCH 20/21] drm/rcar-du: "

[PATCH v7 00/37] Device Tree support for SH7751 based board
 2024-04-08 21:32 UTC  (3+ messages)
` [PATCH v7 11/37] pci: pci-sh7751: Add SH7751 PCI driver

[PATCH v1 0/3] drm/mediatek: Add support for OF graphs
 2024-04-09  3:39 UTC  (5+ messages)
` [PATCH v1 2/3] dt-bindings: arm: mediatek: mmsys: Add OF graph support for board path

[git pull] drm urgent fix for 6.9-rc4
 2024-04-09  3:29 UTC 

[PATCH] nouveau: fix devinit paths to only handle display on GSP
 2024-04-09  3:12 UTC  (3+ messages)

[PATCH 4.19.y] drm/vkms: call drm_atomic_helper_shutdown before drm_dev_put()
 2024-04-09  2:38 UTC  (3+ messages)

[PATCH 5.4.y] drm/vkms: call drm_atomic_helper_shutdown before drm_dev_put()
 2024-04-09  2:26 UTC 

[PATCH v3 0/6] Add DSC support to DSI video panel
 2024-04-09  1:08 UTC  (4+ messages)
` [PATCH v3 3/6] drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (fix video mode DSC)

[PATCH 0/3] drm/msm/dsi: rework drm_connector instantiation
 2024-04-08 22:33 UTC  (7+ messages)
` [PATCH 2/3] drm/msm/dsi: move next bridge acquisition to dsi_bind
` [PATCH 3/3] drm/msm/dsi: simplify connector creation

[PATCH 0/2] nouveau: GSP DP aux fixes
 2024-04-08 22:28 UTC  (3+ messages)
` [PATCH 1/2] drm/nouveau/kms/nv50-: Disable AUX bus for disconnected DP ports

[PATCH v2 0/6] drm/msm/dp: Spring cleaning
 2024-04-08 21:31 UTC  (3+ messages)
` [PATCH v2 6/6] drm/msm/dp: Use function arguments for audio operations

[PATCH] drm/amdgpu: remove "num_pages" local variable in amdgpu_gtt_mgr_new
 2024-04-08 17:52 UTC 

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-04-08 15:57 UTC  (3+ messages)
` [RFC PATCH net-next v8 14/14] selftests: add ncdevmem, netcat for devmem TCP

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-04-08 15:34 UTC  (6+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers

[PATCH -next] drm/amd/display: delete the redundant initialization in dcn3_51_soc
 2024-04-08 20:18 UTC  (3+ messages)

[PATCH v2] drm/radeon/radeon_display: Decrease the size of allocated memory
 2024-04-08 20:05 UTC  (3+ messages)

[PATCH v3 0/9] Setting live video input format for ZynqMP DPSUB
 2024-04-08 18:21 UTC  (7+ messages)
` [PATCH v3 1/9] drm: xlnx: zynqmp_dpsub: Set layer mode during creation
` [PATCH v3 2/9] drm: xlnx: zynqmp_dpsub: Update live format defines

[PATCH v10 1/3] drm/buddy: Implement tracking clear page feature
 2024-04-08 18:06 UTC  (3+ messages)
` [PATCH v10 3/3] drm/tests: Add a test case for drm buddy clear allocation

[PATCH] drm/amdgpu: remove "num_pages" local variable in amdgpu_gtt_mgr_new
 2024-04-08 17:56 UTC  (2+ messages)

[PATCH] drm/ttm: Make ttm shrinkers NUMA aware
 2024-04-08 17:49 UTC 

[PATCH] drm/ttm: Print the memory decryption status just once
 2024-04-08 17:46 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 11cb68ad52ac78c81e33b806b531f097e68edfa2
 2024-04-08 17:11 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 read-only IMAP folder(s) and NNTP newsgroup(s).