dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-30 09:12:37 to 2024-05-02 12:00:17 UTC [more...]

[PATCH v3 0/2] drm: Fix dma_resv deadlock at drm object pin time
 2024-05-02 12:00 UTC  (9+ messages)
` [PATCH v3 1/2] drm/panfrost: "
` [PATCH v3 2/2] drm/gem-shmem: Add import attachment warning to locked pin function

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

[PATCH v2 0/9] TTM shrinker helpers and xe buffer object shrinker
 2024-05-02 11:41 UTC  (5+ messages)
` [PATCH v2 1/9] drm/ttm: Allow TTM LRU list nodes of different types

[PATCH 06/23] drm/xe/svm: Introduce a helper to build sg table from hmm range
 2024-05-02  9:11 UTC  (15+ messages)

[PATCH v1 00/12] Make I2C terminology more inclusive for I2C Algobit and consumers
 2024-05-02 10:46 UTC  (18+ messages)
` [PATCH v1 01/12] drm/amdgpu, drm/radeon: Make I2C terminology more inclusive
` [PATCH v1 02/12] drm/gma500: "
` [PATCH v1 03/12] drm/i915: "
` [PATCH v1 04/12] media: au0828: "
` [PATCH v1 05/12] media: cobalt: "
` [PATCH v1 06/12] media: cx18: "
` [PATCH v1 07/12] media: cx25821: "
` [PATCH v1 08/12] media: ivtv: "
` [PATCH v1 09/12] media: cx23885: "
` [PATCH v1 10/12] sfc: falcon: "
` [PATCH v1 11/12] fbdev/smscufx: "
` [PATCH v1 12/12] fbdev/viafb: "

[PATCH v7 00/18] Support IGT in display driver
 2024-05-02 10:38 UTC  (19+ messages)
` [PATCH v7 01/18] soc: mediatek: Disable 9-bit alpha in ETHDR
` [PATCH v7 02/18] drm/mediatek: Add OVL compatible name for MT8195
` [PATCH v7 03/18] drm/mediatek: Add missing plane settings when async update
` [PATCH v7 04/18] drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property
` [PATCH v7 05/18] drm/mediatek: Set DRM mode configs accordingly
` [PATCH v7 06/18] drm/mediatek: Turn off the layers with zero width or height
` [PATCH v7 07/18] drm/mediatek: Support more 10bit formats in OVL
` [PATCH v7 08/18] drm/mediatek: Support RGBA8888 and RGBX8888 "
` [PATCH v7 09/18] drm/mediatek: Support constant blending "
` [PATCH v7 10/18] drm/mediatek: Support constant blending in Mixer
` [PATCH v7 11/18] drm/mediatek: Support "Pre-multiplied" blending in OVL
` [PATCH v7 12/18] drm/mediatek: Support "Pre-multiplied" blending in Mixer
` [PATCH v7 13/18] drm/mediatek: Support "None" blending in OVL
` [PATCH v7 14/18] drm/mediatek: Support "None" blending in Mixer
` [PATCH v7 15/18] drm/mediatek: Support alpha blending in display driver
` [PATCH v7 16/18] drm/mediatek: Support CRC "
` [PATCH v7 17/18] drm/mediatek: Support CRC in OVL
` [PATCH v7 18/18] drm/mediatek: Support CRC in OVL adaptor

[PATCH] drm/i915/guc: Fix UB due to signed int overflow
 2024-05-02 10:36 UTC  (2+ messages)
` [PATCH RESEND] "

[PATCH v3][next] backlight: sky81452-backlight: Remove unnecessary call to of_node_get
 2024-05-02 10:35 UTC  (5+ messages)

[PATCH 0/2] Add TDM setting support
 2024-05-02  9:33 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: drm/bridge: anx7625: Add a perporty to change TDM setting
` [PATCH 2/2] drm/bridge: anx7625: Change TDM setting accroding to dt property

[PATCH] drm/panthor: Fix the FW reset logic
 2024-05-02  9:24 UTC  (3+ messages)

[PATCH] drm/fourcc: Add RGB161616 and BGR161616 formats
 2024-05-02  9:02 UTC  (2+ messages)

[PATCH v2 0/3] drm/mediatek: Add support for OF graphs
 2024-05-02  8:50 UTC  (6+ messages)
` [PATCH v2 2/3] dt-bindings: arm: mediatek: mmsys: Add OF graph support for board path

[PATCH v1 0/3] drm/panel: ili9341: Obvious fixes
 2024-05-02  8:33 UTC  (26+ messages)
` [PATCH v1 1/3] drm/panel: ili9341: Correct use of device property APIs
  ` [v1,1/3] "
` [PATCH v1 2/3] drm/panel: ili9341: Respect deferred probe
  ` [v1,2/3] "

[PATCH v3 0/9] drm/mipi-dsi: Reduce bloat and add funcs for cleaner init seqs
 2024-05-02  8:23 UTC  (20+ messages)
` [PATCH v3 1/9] drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_dcs_write_seq()
` [PATCH v3 2/9] drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_generic_write_seq()
` [PATCH v3 3/9] drm/mipi-dsi: mipi_dsi_*_write functions don't need to ratelimit prints
` [PATCH v3 4/9] drm/mipi-dsi: Reduce driver bloat of mipi_dsi_*_write_seq()
` [PATCH v3 5/9] drm/mipi-dsi: Introduce mipi_dsi_*_write_seq_multi()
` [PATCH v3 6/9] drm/panel: novatek-nt36672e: Switch to mipi_dsi_dcs_write_seq_multi()
` [PATCH v3 7/9] drm/panel: boe-tv101wum-nl6: Don't use a table for initting panels
` [PATCH v3 8/9] drm/panel: ili9882t: "
` [PATCH v3 9/9] drm/panel: innolux-p079zca: "

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

[PATCH v1 0/2] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2024-05-02  7:50 UTC  (5+ messages)
` [PATCH v1 2/2] "

[PATCH v2] drm/panel: ili9341: Remove a superfluous else after return
 2024-05-02  7:49 UTC  (2+ messages)

[PATCH v2 00/19] backlight: Constify lcd_ops
 2024-05-02  7:47 UTC  (5+ messages)
` [PATCH v2 19/19] const_structs.checkpatch: add lcd_ops

[PATCH] lib/fonts: Allow to select fonts for drm_panic
 2024-05-02  7:46 UTC  (3+ messages)

[PATCH] backlight: sky81452-backlight: replace of_node_put with __free
 2024-05-02  6:19 UTC  (4+ messages)

[PATCH] drm/vmwgfx: Stop using dev_private to store driver data
 2024-05-02  2:02 UTC  (2+ messages)

[PATCH] drm/sysfs: Add drm class-wide attribute to get active device clients
 2024-05-01 16:46 UTC  (9+ messages)

[PATCH v2] drm/debugfs: Drop conditionals around of_node pointers
 2024-05-01 16:09 UTC  (2+ messages)

[PATCH v2 0/8] drm/mipi-dsi: Reduce bloat and add funcs for cleaner init seqs
 2024-05-01 15:57 UTC  (7+ messages)
` [PATCH v2 4/8] drm/mipi-dsi: Introduce mipi_dsi_*_write_seq_multi()

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-01 13:58 UTC  (10+ messages)
` [RFC PATCH net-next v8 07/14] page_pool: devmem support

[pull] amdgpu, amdkfd drm-fixes-6.9
 2024-05-01 13:50 UTC 

[Bug 218785] New: HP Victus by HP Laptop 16-e0xxx. HDMI connection doesn't detect counterpart projector
 2024-05-01  6:06 UTC  (2+ messages)
` [Bug 218785] "

[PATCH] drm/debugfs: Drop conditionals around of_node pointers
 2024-05-01  4:36 UTC  (6+ messages)
`  "
    `  "

[PATCH] [PATCH RESEND] drm/virtio: fix memory leak of vbuf
 2024-04-30 22:50 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION d04466706db5e241ee026f17b5f920e50dee26b5
 2024-04-30 20:14 UTC 

[PULL] drm-intel-next
 2024-04-30 20:07 UTC 

[PATCH v3 0/7] Break out as separate driver and add BOE nv110wum-l60 IVO t109nw41 MIPI-DSI panel
 2024-04-30 19:19 UTC  (3+ messages)
` [PATCH v3 2/7] drm/panel: himax-hx83102: Break out as separate driver

[PATCH v8 20/35] dyndbg-doc: add classmap info to howto
 2024-04-30 18:49 UTC  (3+ messages)
` [PATCH v8 29/35] dyndbg: add __counted_by annotations

[PATCH v2] drm/amd/display: re-indent dc_power_down_on_boot()
 2024-04-30 18:43 UTC  (2+ messages)

[PATCH][next] drm/amd/display: Fix spelling various spelling mistakes
 2024-04-30 18:43 UTC  (2+ messages)

[PATCH] drm/amd/display: Avoid -Wenum-float-conversion in add_margin_and_round_to_dfs_grainularity()
 2024-04-30 18:43 UTC  (2+ messages)

[PATCH] drm/uapi: Move drm_color_ctm_3x4 out from drm_mode.h
 2024-04-30 18:03 UTC  (2+ messages)

[PATCH] drm: drm_of.c: Using EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL
 2024-04-30 17:13 UTC  (3+ messages)

[PATCH v2 0/4] drm/panthor: Collection of tiler heap related fixes
 2024-04-30 17:07 UTC  (11+ messages)
` [PATCH v2 1/4] drm/panthor: Fix tiler OOM handling to allow incremental rendering
` [PATCH v2 2/4] drm/panthor: Make sure the tiler initial/max chunks are consistent
` [PATCH v2 3/4] drm/panthor: Relax the constraints on the tiler chunk size
` [PATCH v2 4/4] drm/panthor: Fix an off-by-one in the heap context retrieval logic

[PATCH] drm/panel: ili9341: Remove a superfluous else after return
 2024-04-30 17:00 UTC  (3+ messages)

[PATCH] drm/vmwgfx: Remove duplicate vmwgfx_vkms.h header
 2024-04-30 16:58 UTC  (2+ messages)

[PATCH v1 3/3] drm/panel: ili9341: Use predefined error codes
 2024-04-30 16:54 UTC  (2+ messages)
` [v1,3/3] "

[PATCH] drm/amd/display: fix documentation warnings for mpc.h
 2024-04-30 16:53 UTC  (2+ messages)

[PATCH RFC v2] drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
 2024-04-30 15:53 UTC 

[PATCH] drm/i915: fix missing linux/debugfs.h includes
 2024-04-30 15:27 UTC  (3+ messages)

[PATCH v1 0/5] drm/ci: uprev mesa and generate testlist
 2024-04-30 14:31 UTC  (14+ messages)
` [PATCH v1 1/5] drm/ci: uprev mesa version
` [PATCH v1 2/5] drm/ci: generate testlist from build
` [PATCH v1 3/5] drm/ci: build virtual GPU driver as module
` [PATCH v1 4/5] drm/ci: skip driver specific tests
` [PATCH v1 5/5] drm/ci: update xfails for the new testlist

[PATCH] drm/fb_dma: Add checks in drm_fb_dma_get_scanout_buffer()
 2024-04-30 14:29 UTC  (3+ messages)

[PATCH] nouveau: Add missing break statement
 2024-04-30 14:28 UTC  (3+ messages)

[PATCH] drm: deprecate driver date
 2024-04-30 14:15 UTC  (6+ messages)

drmm vs devm (was Re: [PATCH 2/8] drm/xe: covert sysfs over to devm)
 2024-04-30 13:29 UTC 

[PATCH] [v7] nouveau: add command-line GSP-RM registry support
 2024-04-30 13:15 UTC  (2+ messages)

[bug-report] task info hung problem in fb_deferred_io_work()
 2024-04-30 11:45 UTC  (10+ messages)

[PATCH 5.15 47/80] drm/vmwgfx: Fix crtcs atomic check conditional
 2024-04-30 10:40 UTC 

[PATCH 00/10] AYN Odin 2 support
 2024-04-30 10:26 UTC  (3+ messages)
` [PATCH 10/10] arm64: dts: qcom: Add AYN Odin 2


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