dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-15 11:57:12 to 2024-04-16 13:23:33 UTC [more...]

[PATCH 00/15] drm: struct drm_edid conversions
 2024-04-16 13:22 UTC  (12+ messages)
` [PATCH 01/15] drm/panel: simple: switch to struct drm_edid
` [PATCH 02/15] drm/panel-samsung-atna33xc20: "
` [PATCH 03/15] drm/panel-edp: "
` [PATCH 04/15] drm/bridge/analogix/anx6345: "
` [PATCH 05/15] drm/bridge/analogix/anx78xx: "
` [PATCH 06/15] drm/sun4i: hdmi: "
` [PATCH 07/15] drm/vc4: "
` [PATCH 08/15] drm/bridge: anx7625: use struct drm_edid more
` [PATCH 09/15] drm/gud: switch to struct drm_edid
` [PATCH 10/15] drm/i2c: tda998x: "
` [PATCH 11/15] drm/bochs: "

[PATCH v2 0/9] TTM shrinker helpers and xe buffer object shrinker
 2024-04-16 13:08 UTC  (12+ messages)
` [PATCH v2 1/9] drm/ttm: Allow TTM LRU list nodes of different types
` [PATCH v2 2/9] drm/ttm: Use LRU hitches
` [PATCH v2 3/9] drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
` [PATCH v2 4/9] drm/ttm: Allow continued swapout after -ENOSPC falure
` [PATCH v2 5/9] drm/ttm: Add a virtual base class for graphics memory backup
` [PATCH v2 6/9] drm/ttm/pool: Provide a helper to shrink pages
` [PATCH v2 7/9] drm/ttm: Use fault-injection to test error paths
` [PATCH v2 8/9] drm/xe, drm/ttm: Provide a generic LRU walker helper
` [PATCH v2 9/9] drm/xe: Add a shrinker for xe bos

[PATCH v2 00/43] drm: Provide fbdev emulation per memory manager
 2024-04-16 12:52 UTC  (43+ messages)
` [PATCH v2 08/43] drm/fbdev: Add fbdev-shmem
` [PATCH v2 13/43] drm/solomon: Use fbdev-shmem
` [PATCH v2 14/43] drm/tiny/cirrus: "
` [PATCH v2 16/43] drm/tiny/ofdrm: "
` [PATCH v2 17/43] drm/tiny/simpledrm: "
` [PATCH v2 18/43] drm/udl: "
` [PATCH v2 20/43] drm/vkms: "
` [PATCH v2 21/43] drm/fbdev-dma: Implement damage handling and deferred I/O
` [PATCH v2 23/43] drm/hisilicon/kirin: Use fbdev-dma
` [PATCH v2 24/43] drm/imx/lcdc: "
` [PATCH v2 26/43] drm/mediatek: "
` [PATCH v2 27/43] drm/panel/panel-ilitek-9341: "
` [PATCH v2 31/43] drm/rockchip: "
` [PATCH v2 32/43] drm/tiny/hx8357d: "
` [PATCH v2 33/43] drm/tiny/ili9163: "
` [PATCH v2 35/43] drm/tiny/ili9341: "
` [PATCH v2 36/43] drm/tiny/ili9486: "
` [PATCH v2 42/43] drm/fbdev-generic: Convert to fbdev-ttm
` [PATCH v2 43/43] drm/fbdev: Clean up fbdev documentation

[REBASE 0/7] drm/edid: cleanups, rebase
 2024-04-16 12:47 UTC  (13+ messages)
` [REBASE 1/7] drm/displayid: move drm_displayid.h to drm_displayd_internal.h
` [REBASE 2/7] drm/edid: move all internal declarations to drm_crtc_internal.h
` [REBASE 3/7] drm/edid: group struct drm_edid based declarations together
` [REBASE 4/7] drm/edid: rename drm_find_edid_extension() to drm_edid_find_extension()
` [REBASE 5/7] drm/edid: avoid drm_edid_find_extension() internally
` [REBASE 6/7] drm/edid: make drm_edid_are_equal() static
` [REBASE 7/7] drm/edid: make drm_edid_are_equal() more convenient for its single user

[PATCH v10 0/9] Improve test coverage of TTM
 2024-04-16 12:23 UTC  (13+ messages)
` [PATCH v10 2/9] drm/ttm/tests: Use an init function from the helpers lib
` [PATCH v10 3/9] drm/ttm/tests: Test simple BO creation and validation
` [PATCH v10 4/9] drm/ttm/tests: Add tests with mock resource managers
` [PATCH v10 5/9] drm/ttm/tests: Add test cases dependent on fence signaling
` [PATCH v10 6/9] drm/ttm/tests: Add eviction testing
` [PATCH v10 7/9] drm/ttm/tests: Add tests for ttm_tt_populate

[PATCH 00/18] backlight: Constify lcd_ops
 2024-04-16 12:17 UTC  (35+ messages)
` [PATCH 01/18] "
` [PATCH 02/18] backlight: ams369fg06: "
` [PATCH 03/18] backlight: corgi_lcd: "
` [PATCH 04/18] backlight: hx8357: "
` [PATCH 05/18] backlight: ili922x: "
` [PATCH 06/18] backlight: ili9320: "
` [PATCH 07/18] backlight: jornada720_lcd: "
` [PATCH 08/18] backlight: l4f00242t03: "
` [PATCH 09/18] backlight: lms283gf05: "
` [PATCH 10/18] backlight: lms501kf03: "
` [PATCH 11/18] backlight: ltv350qv: "
` [PATCH 12/18] backlight: otm3225a: "
` [PATCH 13/18] backlight: platform_lcd: "
` [PATCH 14/18] backlight: tdo24m: "
` [PATCH 15/18] HID: picoLCD: "

[PATCH V2 1/2] drm/bridge: samsung-dsim: Set P divider based on min/max of fin pll
 2024-04-16 12:15 UTC  (3+ messages)
` [PATCH V2 2/2] drm/bridge: samsung-dsim: Fix porch calcalcuation rounding

[PATCH] drm/fb_dma: Fix parameter name in htmldocs
 2024-04-16 12:12 UTC  (2+ messages)

[PATCH -next] fbdev: savage: Handle err return when savagefb_check_var failed
 2024-04-16  6:51 UTC 

[PATCH v2 0/4] drm/xe: Support PCIe FLR
 2024-04-16 10:28 UTC  (3+ messages)
` [PATCH v2 1/4] drm: add devm release action

[PATCH v2] ARM: dts: bcm2835: Enable 3D rendering through V3D
 2024-04-16 10:13 UTC  (5+ messages)

[PATCH 0/5] drm/v3d: Fix GPU stats inconsistancies and race-condition
 2024-04-16 10:01 UTC  (7+ messages)
` [PATCH 1/5] drm/v3d: Don't increment `enabled_ns` twice
` [PATCH 3/5] drm/v3d: Create a struct to store the GPU stats

[PATCH v2 0/6] Link off between frames for edp
 2024-04-16  9:10 UTC  (21+ messages)
` [PATCH v2 2/6] drm/i915/alpm: Move alpm related code to a new file
` [PATCH v2 4/6] drm/i915/alpm: Add compute config for lobf
` [PATCH v2 5/6] drm/i915/alpm: Enable lobf from source in ALPM_CTL
` [PATCH v2 6/6] drm/i915/alpm: Add debugfs for LOBF

[PATCH] drm/ttm: Make ttm shrinkers NUMA aware
 2024-04-16  8:38 UTC  (2+ messages)

linux-next: build warnings after merge of the drm-misc tree
 2024-04-16  8:25 UTC  (2+ messages)

[PATCH v3] drm/i915/vma: Fix UAF on reopen vs destroy race
 2024-04-16  8:09 UTC  (3+ messages)

[PATCH 0/2] drm/amdgpu/display: Make multi-plane configurations more flexible
 2024-04-16  8:01 UTC  (15+ messages)

[PATCH v2] drm/i915/hwmon: Get rid of devm
 2024-04-16  7:44 UTC  (4+ messages)

[PATCH RESEND v3] drm/bridge: anx7625: Update audio status while detecting
 2024-04-16  7:21 UTC 

[PATCH v2 1/2] drm/nouveau/disp: add backlight for ada lovelace
 2024-04-16  7:11 UTC  (3+ messages)

[PATCH v5,00/22] media: add driver to support secure video decoder
 2024-04-16  5:07 UTC  (3+ messages)
` [PATCH v5, 19/23] media: mediatek: vcodec: disable wait interrupt for svp mode

[PATCH v6.6] drm/amd/display: Wake DMCUB before executing GPINT commands
 2024-04-16  4:54 UTC  (2+ messages)

[PATCH v5.10] drm/amd/display: Wake DMCUB before executing GPINT commands
 2024-04-16  4:48 UTC  (2+ messages)

[PATCH v3] drm/i915/hwmon: Get rid of devm
 2024-04-16  3:56 UTC 

[PATCH] drm/i915/hwmon: Get rid of devm
 2024-04-16  3:55 UTC 

[PATCH] drm/amdkfd: fix NULL pointer dereference
 2024-04-16  1:58 UTC  (2+ messages)

[PATCH v3 0/9] drm: Switch from dev_err to dev_err_probe for missing DSI host error path
 2024-04-16  1:18 UTC  (12+ messages)
` [PATCH v3 1/9] drm/bridge: anx7625: Don't log an error when DSI host can't be found
` [PATCH v3 2/9] drm/bridge: icn6211: "
` [PATCH v3 3/9] drm/bridge: lt8912b: "
` [PATCH v3 4/9] drm/bridge: lt9611: "
` [PATCH v3 5/9] drm/bridge: lt9611uxc: "
` [PATCH v3 6/9] drm/bridge: tc358775: "
` [PATCH v3 7/9] drm/bridge: dpc3433: "
` [PATCH v3 8/9] drm/panel: novatek-nt35950: "
` [PATCH v3 9/9] drm/panel: truly-nt35597: "

[PATCH 0/7] drm/display: Fix display helpers depends on fallouts
 2024-04-15 23:53 UTC  (6+ messages)
` [PATCH 5/7] ARM: configs: sunxi: Enable DRM_DW_HDMI

[PATCH v2 0/2] Add driver for Raydium RM69380-based DSI panels
 2024-04-15 23:35 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: display: panel: Add Raydium RM69380
` [PATCH v2 2/2] drm/panel: Add driver for EDO RM69380 OLED panel

[drm-misc:for-linux-next 5/9] drivers/gpu/drm/drm_fb_dma_helper.c:164:5: warning: no previous prototype for function 'drm_fb_dma_get_scanout_buffer'
 2024-04-15 23:12 UTC 

[PATCH 0/4] Fix memory limits for STDU
 2024-04-15 22:08 UTC  (3+ messages)

[PATCH v4 0/5] Pinephone video out fixes (flipping between two frames)
 2024-04-15 21:25 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 6bd343537461b57f3efe5dfc5fc193a232dfef1e
 2024-04-15 18:26 UTC 

[PATCH v2] drm/i915/vma: Fix UAF on reopen vs destroy race
 2024-04-15 18:02 UTC 

[PATCH RFC 0/2] pmdomain: ti-sci: Handling DSS boot splash
 2024-04-15 17:17 UTC  (4+ messages)
` [PATCH RFC 1/2] pmdomain: ti-sci: Fix duplicate PD referrals
` [PATCH RFC 2/2] pmdomain: ti-sci: Support retaining PD boot time state

[PATCH] dma-buf: Do not build debugfs related code when !CONFIG_DEBUG_FS
 2024-04-15 17:08 UTC  (6+ messages)

[PATCH] drm/fb_dma: s/drm_panic_gem_get_scanout_buffer/drm_fb_dma_get_scanout_buffer
 2024-04-15 17:04 UTC  (3+ messages)

[PATCH v1 1/3] dt-bindings: display: add #sound-dai-cells property to rockchip dw hdmi
 2024-04-15 16:12 UTC  (2+ messages)

[PATCH v11 1/3] drm/buddy: Implement tracking clear page feature
 2024-04-15 16:09 UTC  (2+ messages)

[PATCH] doc: dma-buf: fix grammar typo
 2024-04-15 15:40 UTC  (3+ messages)

[PATCH v12 0/9] drm/panic: Add a drm panic handler
 2024-04-15 15:00 UTC  (3+ messages)

[PATCH 6.1 48/69] drm/ast: Fix soft lockup
 2024-04-15 14:21 UTC 

[bug report] drm/nouveau/disp/r535: initial support
 2024-04-15 14:41 UTC 

[PATCH] drm/ttm: stop pooling cached NUMA pages v2
 2024-04-15 14:38 UTC  (5+ messages)

[PATCH 6.6 088/122] drm/vmwgfx: Enable DMA mappings with SEV
 2024-04-15 14:20 UTC  (2+ messages)
` [PATCH 6.6 091/122] drm/ast: Fix soft lockup

[PATCH 0/3] drm: Multiple documentation update
 2024-04-15 14:30 UTC  (8+ 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 6.8 123/172] drm/vmwgfx: Enable DMA mappings with SEV
 2024-04-15 14:20 UTC  (2+ messages)
` [PATCH 6.8 126/172] drm/ast: Fix soft lockup

[PATCH 1/2] drm/print: drop include debugfs.h and include where needed
 2024-04-15 14:23 UTC  (3+ messages)
  `  "

2024 X.Org Foundation Election Results
 2024-04-15 14:02 UTC 

[PATCH] drm/amdgpu: Add missing space to DRM_WARN() message
 2024-04-15 13:56 UTC  (2+ messages)

[PATCH v2 0/7] drm: debug logging improvements
 2024-04-15 13:44 UTC  (2+ messages)

[PATCH 00/10] drm: move Intel drm headers to a subdirectory
 2024-04-15 13:08 UTC  (2+ messages)

[PATCH v2 0/4] drm/edid & drm/i915: vendor and product id logging improvements
 2024-04-15 12:54 UTC  (4+ messages)
` [PATCH v2 3/4] drm/i915/bios: switch to struct drm_edid and struct drm_edid_product_id

[PATCH] drm/sysfs: Add drm class-wide attribute to get active device clients
 2024-04-15 12:50 UTC  (3+ messages)

Patch "drm/ast: Fix soft lockup" has been added to the 6.1-stable tree
 2024-04-15 12:47 UTC 

Patch "drm/vmwgfx: Enable DMA mappings with SEV" has been added to the 6.6-stable tree
 2024-04-15 12:47 UTC 

Patch "drm/ast: Fix soft lockup" has been added to the 6.6-stable tree
 2024-04-15 12:47 UTC 

Patch "drm/vmwgfx: Enable DMA mappings with SEV" has been added to the 6.8-stable tree
 2024-04-15 12:43 UTC 

Patch "drm/ast: Fix soft lockup" has been added to the 6.8-stable tree
 2024-04-15 12:43 UTC 

[PATCH] drm: vop2: Do not divide height twice for YUV
 2024-04-15 12:31 UTC  (2+ messages)

[PATCH net-next v9 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-04-15 12:20 UTC  (2+ messages)

[PATCH] dmabuf: fix dmabuf file poll uaf issue
 2024-04-15 11:57 UTC  (9+ messages)

[PATCH] drm/gma500: Remove lid code
 2024-04-15 11:56 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).