dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-20 11:53:05 to 2024-06-21 10:08:19 UTC [more...]

[PATCH v12 0/7] iio: new DMABUF based API v12
 2024-06-21 10:08 UTC  (16+ messages)
` [PATCH v12 1/7] dmaengine: Add API function dmaengine_prep_peripheral_dma_vec()
` [PATCH v12 2/7] dmaengine: dma-axi-dmac: Implement device_prep_peripheral_dma_vec
` [PATCH v12 3/7] iio: core: Add new DMABUF interface infrastructure
` [PATCH v12 4/7] iio: buffer-dma: Enable support for DMABUFs
` [PATCH v12 5/7] iio: buffer-dmaengine: Support new DMABUF based userspace API
` [PATCH v12 6/7] Documentation: iio: Document high-speed DMABUF based API
` [PATCH v12 7/7] Documentation: dmaengine: Document new dma_vec API
` (subset) [PATCH v12 0/7] iio: new DMABUF based API v12

[PATCH v8 00/16] Support IGT in display driver
 2024-06-21  9:57 UTC  (7+ messages)
` [PATCH v8 14/16] drm/mediatek: Support CRC "
` [PATCH v8 15/16] drm/mediatek: Support CRC in OVL

[PATCH 00/31] Preparatory patches for BCM2712 (Pi5) support
 2024-06-21  9:56 UTC  (35+ messages)
` [PATCH 01/31] drm/vc4: vc4_plane: Keep fractional source coords inside state
` [PATCH 02/31] drm/vc4: Handle fractional coordinates using the phase field
` [PATCH 03/31] drm/vc4: Force trigger of dlist update on margins change
` [PATCH 04/31] drm/vc4: hdmi: Avoid log spam for audio start failure
` [PATCH 05/31] drm/vc4_plane: Add support for YUV444 formats
` [PATCH 06/31] drm/vc4: Set AXI panic modes for the HVS
` [PATCH 07/31] drm/vc4: Limit max_bpc to 8 on Pi0-3
` [PATCH 08/31] drm/vc4: hdmi: Increase audio MAI fifo dreq threshold
` [PATCH 09/31] drm/vc4: hdmi: Warn if writing to an unknown HDMI register
` [PATCH 10/31] drm/vc4: hvs: More logging for dlist generation
` [PATCH 11/31] drm/vc4: hvs: Print error if we fail an allocation
` [PATCH 12/31] drm/vc4: plane: Add more debugging for LBM allocation
` [PATCH 13/31] drm/vc4: plane: Use return variable in atomic_check
` [PATCH 14/31] drm/vc4: crtc: Move assigned_channel to a variable
` [PATCH 15/31] drm/vc4: Don't write gamma luts on 2711
` [PATCH 16/31] drm/vc4: UV planes vertical scaling must always be enabled
` [PATCH 17/31] drm/vc4: hdmi: Avoid hang with debug registers when suspended
` [PATCH 18/31] drm/vc4: Fix dlist debug not resetting the next entry pointer
` [PATCH 19/31] drm/vc4: Remove incorrect limit from hvs_dlist debugfs function
` [PATCH 20/31] drm/vc4: hvs: Remove ABORT_ON_EMPTY flag
` [PATCH 21/31] drm/vc4: Introduce generation number enum
` [PATCH 22/31] drm/vc4: Make v3d paths unavailable on any generation newer than vc4
` [PATCH 23/31] drm/vc4: hvs: Use switch statement to simplify vc4_hvs_get_fifo_from_output
` [PATCH 24/31] drm/vc4: hvs: Create hw_init function
` [PATCH 25/31] drm/vc4: hvs: Create cob_init function
` [PATCH 26/31] drm/vc4: hvs: Rename hvs_regs list
` [PATCH 27/31] drm/vc4: plane: Change ptr0_offset to an array
` [PATCH 28/31] drm/vc4: hvs: Rework LBM alignment
` [PATCH 29/31] drm/vc4: hvs: Change prototype of __vc4_hvs_alloc to pass registers
` [PATCH 30/31] drm/vc4: Move the buffer offset out of the vc4_plane_state
` [PATCH 31/31] drm/vc4: Enable SCALER_CONTROL early in HVS init

"firmware/sysfb: Set firmware-framebuffer parent device" breaks lightdm on Ubuntu 22.04 using amdgpu
 2024-06-21  9:50 UTC  (2+ messages)

[PATCH RFC 0/5] drm: add DRM HDMI Codec framework
 2024-06-21  9:30 UTC  (5+ messages)
` [PATCH RFC 3/5] drm/connector: implement generic HDMI codec helpers
` [PATCH RFC 4/5] drm/bridge: connector: add support for HDMI codec framework

[PATCH v1 1/1] drm/xe/bo: Fix fixed placement ggtt pinning code
 2024-06-21  9:24 UTC  (2+ messages)

[PATCH] drm/xe/lnl: Offload system clear page activity to GPU
 2024-06-21  8:53 UTC 

[PATCH RFC 1/5] drm/bridge: lt9611: use HDMI Connector helper to set InfoFrames
 2024-06-21  9:08 UTC  (2+ messages)

[PATCH v6 0/7] Add mediate-drm secure flow for SVP
 2024-06-21  9:00 UTC  (7+ messages)

[PATCH v2 0/7] drm/panic: Fixes and graphical logo
 2024-06-21  8:55 UTC  (2+ messages)

[PATCH v2] drm/mediatek: Log errors in probe with dev_err_probe()
 2024-06-21  8:43 UTC  (2+ messages)

[PATCH v2 0/8] drm: make leftover drivers call drm_atomic_helper_shutdown() at the right times
 2024-06-21  8:42 UTC  (11+ messages)
` [PATCH v2 8/8] drm/amdgpu: Call drm_atomic_helper_shutdown() at shutdown time

[PATCH 1/2] MAINTAINERS: drm : vc4: Add Raspberry Pi as maintainers
 2024-06-21  8:41 UTC  (4+ messages)

[RFC PATCH 0/2] drm/amdgpu: Convert to ttm_bo_vmap()
 2024-06-21  8:21 UTC  (6+ messages)
` [PATCH 1/2] drm/amdgpu: Unmap BO memory before calling amdgpu_bo_unref()
` [PATCH 2/2] drm/amdgpu: Convert to ttm_bo_vmap() et al

[PATCH v11 3/7] iio: core: Add new DMABUF interface infrastructure
 2024-06-21  8:21 UTC  (12+ messages)
` [v11 "
            ` [RFC] Patch review challenges

6.10/bisected/regression - commits bc87d666c05 and 6d4279cb99ac cause appearing green flashing bar on top of screen on Radeon 6900XT and 120Hz
 2024-06-21  7:56 UTC  (4+ messages)

[PATCH] drm/radeon: remove load callback
 2024-06-21  7:29 UTC  (5+ messages)

[PATCH v1 1/1] drm/xe/bo: Fix fixed placement ggtt pinning code
 2024-06-21  7:14 UTC 

[PATCH] drm/qxl: Add check for drm_cvt_mode
 2024-06-21  7:10 UTC 

[PATCH v1 2/3] drm/panel: st7701: Add support for SPI for configuration
 2024-06-21  6:45 UTC  (2+ messages)

[PATCH v1] misc: fastrpc: Move fastrpc driver to misc/fastrpc/
 2024-06-21  6:19 UTC  (2+ messages)

[PATCH v14 00/12] Improve test coverage of TTM
 2024-06-21  6:11 UTC  (3+ messages)

[PATCH] drm/buddy: Add start address support to trim function
 2024-06-21  5:29 UTC 

[PATCH v2 0/7] Add SMEM-based speedbin matching
 2024-06-21  5:29 UTC  (2+ messages)
` (subset) "

[PATCH v3 00/11] Improve the copy of task comm
 2024-06-21  4:37 UTC  (13+ messages)
` [PATCH v3 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v3 02/11] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v3 03/11] security: "
` [PATCH v3 04/11] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v3 05/11] mm/util: Fix possible race condition in kstrdup()
` [PATCH v3 06/11] mm/util: Deduplicate code in {kstrdup, kstrndup, kmemdup_nul}
` [PATCH v3 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v3 08/11] tsacct: "
` [PATCH v3 09/11] tracing: "
` [PATCH v3 10/11] net: Replace strcpy() "
` [PATCH v3 11/11] drm: "

[PATCH 1/6] drm/bridge: tc358767: Split tc_pxl_pll_en() into parameter calculation and enablement
 2024-06-21  3:30 UTC  (6+ messages)
` [PATCH 2/6] drm/bridge: tc358767: Use tc_pxl_pll_calc() to correct adjusted_mode clock

[PATCH v3 00/14] This series fixes the errors of MediaTek display driver found by IGT
 2024-06-21  1:52 UTC  (3+ messages)

[PATCH v4 0/2] Support Starry er88577 MIPI-DSI panel
 2024-06-21  1:43 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: display: panel-simple-dsi: add Starry-er88577 DSI panel bindings
` [PATCH v4 2/2] drm/panel: starry-er88577: add new panel driver

[Patch V3] i2c: imx-lpi2c: add eDMA mode support for LPI2C
 2024-06-20 22:54 UTC  (2+ messages)

[PATCH] drm/ssd130x: Add drm_panic support
 2024-06-20 22:22 UTC 

[PATCH v5 0/9] drm/msm: make use of the HDMI connector infrastructure
 2024-06-20 22:17 UTC  (14+ messages)
` [PATCH v5 4/9] drm/msm/hdmi: switch to atomic bridge callbacks
` [PATCH v5 5/9] drm/msm/hdmi: turn mode_set into atomic_enable
` [PATCH v5 7/9] drm/msm/hdmi: get rid of hdmi_mode
` [PATCH v5 8/9] drm/msm/hdmi: update HDMI_GEN_PKT_CTRL_GENERIC0_UPDATE definition

[PATCH v2] drm/msm/adreno: Add A306A support
 2024-06-20 21:52 UTC 

[PATCH] dma-buf/sw_sync: Add a reference when adding fence to timeline list
 2024-06-20 21:28 UTC  (6+ messages)

[PATCH] drm/mediatek: select DRM_GEM_DMA_HELPER if DRM_FBDEV_EMULATION=y
 2024-06-20 21:24 UTC  (4+ messages)

[PATCH v3] drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op
 2024-06-20 20:29 UTC  (2+ messages)

[PATCH v3 0/2] Add support for 'power saving policy' property
 2024-06-20 20:22 UTC  (5+ messages)
` [PATCH v3 2/2] drm/amd: Add power_saving_policy drm property to eDP connectors

[PATCH V2] drm/bridge: adv7511: Fix Intermittent EDID failures
 2024-06-20 20:22 UTC  (2+ messages)

[PATCH v3 00/23] This is continued work on Samsung S9(SM-9600) starqltechn
 2024-06-20 20:14 UTC  (33+ messages)
` [PATCH v3 03/23] dt-bindings: panel: add Samsung s6e3ha8
` [PATCH v3 04/23] dt-bindings: mfd: add maxim,max77705
` [PATCH v3 05/23] dt-bindings: input: add maxim,max77705-haptic
` [PATCH v3 06/23] dt-bindings: power: supply: add maxim,max77705 charger
` [PATCH v3 07/23] dt-bindings: power: supply: add maxim,max77705
` [PATCH v3 09/23] dt-bindings: mfd: add samsung,s2dos05
` [PATCH v3 10/23] dt-bindings: regulator: "
` [PATCH v3 11/23] drm/panel: Add support for S6E3HA8 panel driver
` [PATCH v3 12/23] mfd: Add new driver for MAX77705 PMIC
` [PATCH v3 13/23] input: add max77705 haptic driver
` [PATCH v3 14/23] power: supply: max77705: Add charger driver for Maxim 77705
` [PATCH v3 16/23] leds: max77705: Add LEDs support
` [PATCH v3 17/23] mfd: add s2dos series core driver
` [PATCH v3 18/23] regulator: add s2dos05 regulator support
` [PATCH v3 19/23] power: supply: s2dos05: Add fuel gauge driver for s2dos05

[PATCH v2] drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op
 2024-06-20 19:59 UTC  (2+ messages)

[PATCH v3] drm/panel: raydium-rm692e5: transition to mipi_dsi wrapped functions
 2024-06-20 19:18 UTC  (2+ messages)

[PATCH 00/15] Introduce HabanaLabs network drivers
 2024-06-20 19:14 UTC  (10+ messages)
` [PATCH 09/15] net: hbl_en: add habanalabs Ethernet driver

[PATCH] backlight: Drop explicit initialization of struct i2c_device_id::driver_data to 0
 2024-06-20 17:36 UTC  (2+ messages)
` (subset) "

[PATCH] drm/msm/adreno: Add A306A support
 2024-06-20 17:28 UTC  (3+ messages)

[PATCH 2/2] drm/panel-xinpeng-xpp055c272: add check for mipi_dsi_dcs_enter_sleep_mode
 2024-06-20 17:25 UTC  (2+ messages)

[PATCH 1/2] drm/panel: ltk050h3146w: add check for mipi_dsi_dcs_enter_sleep_mode
 2024-06-20 17:23 UTC  (2+ messages)

[PATCH] MAINTAINERS: update Microchip's Atmel-HLCDC driver maintainers
 2024-06-20 17:02 UTC  (4+ messages)

[PATCH 0/4] drm: rcar-du: Add support for R8A779H0
 2024-06-20 16:57 UTC  (6+ messages)
` [PATCH 4/4] "

[PATCH] drm/msm/dpu: protect ctl ops calls with validity checks
 2024-06-20 16:54 UTC  (4+ messages)

[PATCH v4 0/5] drm/msm/adreno: Introduce/rework device hw catalog
 2024-06-20 16:40 UTC  (4+ messages)
` [PATCH v4 5/5] drm/msm/adreno: Move CP_PROTECT settings to "

[PATCH] drm/ttm/pool: Revert to clear-on-alloc to honor TTM_TT_FLAG_ZERO_ALLOC
 2024-06-20 16:01 UTC 

[PATCH v4 0/4] Add kd101ne3-40ti configuration in driver jd9365da
 2024-06-20 16:14 UTC  (3+ messages)
` [PATCH v4 2/4] dt-bindings: display: panel: Add compatible for kingdisplay-kd101ne3

[PATCH] drm/omap: Restrict compile testing to PAGE_SIZE less than 64KB
 2024-06-20 15:48 UTC 

[PATCH] drm/amdgpu/kfd: Add unlock() on error path to add_queue_mes()
 2024-06-20 15:42 UTC  (2+ messages)

[PATCH] drm/amd/display: Remove redundant code and semicolons
 2024-06-20 15:38 UTC  (2+ messages)

[PATCH] drm/amd/display: Clean up indenting in dm_dp_mst_is_port_support_mode()
 2024-06-20 15:37 UTC  (2+ messages)

[PATCH v4 1/5] clk: sunxi-ng: common: Support minimum and maximum rate
 2024-06-20 15:27 UTC  (2+ messages)

[PATCH v5 00/12] TTM shrinker helpers and xe buffer object shrinker
 2024-06-20 15:17 UTC  (3+ messages)
` [PATCH v5 08/12] drm/ttm: Add a virtual base class for graphics memory backup

[PATCH] drm/i915/gem: Return SIGBUS for wrong mapping parameters
 2024-06-20 15:14 UTC  (2+ messages)

[RFC PATCH 0/2] Clear system pages with GPU
 2024-06-20 15:11 UTC  (7+ messages)
` [RFC PATCH 1/2] drm/ttm/pool: Introduce a way to skip clear on free
` [PATCH] drm/xe/lnl: Offload system clear page activity to GPU

[PATCH v3] drm/panel: truly-nt35521: transition to mipi_dsi wrapped functions
 2024-06-20 14:56 UTC  (2+ messages)

[PATCH v2] drm/panel: raydium-rm692e5: transition to mipi_dsi wrapped functions
 2024-06-20 14:54 UTC  (6+ messages)

[PATCH V2] drm/ttm: increase ttm pre-fault value to PMD size
 2024-06-20 14:01 UTC  (5+ messages)

[PATCH v2 1/3] drm/todo: Create a TODO item for additional HDMI work
 2024-06-20 13:35 UTC  (3+ messages)
` [PATCH v2 2/3] drm/todo: Create a TODO item for MIPI-DSI rework
` [PATCH v2 3/3] drm/todo: Add TODO entry for "lints"

[PATCH 1/3] drm/todo: Create a TODO item for additional HDMI work
 2024-06-20 13:33 UTC  (3+ messages)

[PATCH] drm/msm/adreno: De-spaghettify the use of memory barriers
 2024-06-20 13:04 UTC  (8+ messages)

[PATCH 00/23] drm: sun4i: add Display Engine 3.3 (DE33) support
 2024-06-20 12:25 UTC  (3+ messages)
` [PATCH 18/23] dt-bindings: allwinner: add H616 DE33 bus, clock and display bindings

[PATCH v3 0/9] drm/msm/dpu: be more friendly to X.org
 2024-06-20 11:59 UTC  (7+ messages)
` [PATCH v3 7/9] drm/msm/dpu: drop _dpu_crtc_check_and_setup_lm_bounds from atomic_begin


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